feat(resume): sort conversations by most recent activity (#1444)

This commit is contained in:
Kian Jones
2026-03-19 10:30:19 -07:00
committed by GitHub
parent 3d844d7966
commit cf576bca8d

View File

@@ -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