From 7838855da9202049ea3dca923257f9c320e0caad Mon Sep 17 00:00:00 2001 From: Medyan Date: Thu, 29 Jan 2026 20:20:27 -0500 Subject: [PATCH] make lastExecuted default for sorting agents --- .../library/components/LibrarySortMenu/LibrarySortMenu.tsx | 5 ++++- .../library/components/LibrarySortMenu/useLibrarySortMenu.ts | 4 +++- .../app/(platform)/library/components/useLibraryListPage.ts | 4 ++-- .../frontend/src/lib/autogpt-server-api/types.ts | 1 + autogpt_platform/frontend/src/tests/pages/library.page.ts | 2 +- autogpt_platform/frontend/src/tests/signin.spec.ts | 4 ++-- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/autogpt_platform/frontend/src/app/(platform)/library/components/LibrarySortMenu/LibrarySortMenu.tsx b/autogpt_platform/frontend/src/app/(platform)/library/components/LibrarySortMenu/LibrarySortMenu.tsx index de37af5fad..05f9a28925 100644 --- a/autogpt_platform/frontend/src/app/(platform)/library/components/LibrarySortMenu/LibrarySortMenu.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/library/components/LibrarySortMenu/LibrarySortMenu.tsx @@ -23,10 +23,13 @@ export function LibrarySortMenu({ setLibrarySort }: Props) {