diff --git a/src/cli/components/ConversationSelector.tsx b/src/cli/components/ConversationSelector.tsx index a7537a6..6a5fab7 100644 --- a/src/cli/components/ConversationSelector.tsx +++ b/src/cli/components/ConversationSelector.tsx @@ -272,6 +272,8 @@ export function ConversationSelector({ agent_id: agentId, limit: FETCH_PAGE_SIZE, ...(afterCursor && { after: afterCursor }), + order: "desc", + order_by: "last_run_completion", }); // Enrich conversations with message data in parallel