Skip to content

feat: on-demand agent catalog refresh without restart#245

Merged
akuehner merged 1 commit into
mainfrom
feat/agent-catalog-refresh
Jun 13, 2026
Merged

feat: on-demand agent catalog refresh without restart#245
akuehner merged 1 commit into
mainfrom
feat/agent-catalog-refresh

Conversation

@akuehner

Copy link
Copy Markdown
Member

No description provided.

- list_agents now responds immediately with cached data, then runs
  refresh() in the background and re-sends agents_list only if the
  catalog changed. Cost is paid when the user opens the agent picker,
  not on a timer.

- New refresh_agents WebSocket message triggers an explicit SDK
  discovery pass and broadcasts the updated agents_list + a toast to
  all connected clients on completion.

- Settings > Status: "Agent Catalog" card with a Refresh agents button
  wired to refresh_agents. Button resets on refresh_agents_result ack;
  outcome communicated via server-broadcast toast.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@akuehner akuehner merged commit 025db6e into main Jun 13, 2026
@akuehner akuehner deleted the feat/agent-catalog-refresh branch June 13, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant