Skip to content

CL-5784: Agents detail panel + open-into-channel/chat actions - #26

Merged
TheGreatAxios merged 3 commits into
mainfrom
cl-5784-agents-page-detail-view-and-open-into-channelchat-actions
Aug 9, 2026
Merged

CL-5784: Agents detail panel + open-into-channel/chat actions#26
TheGreatAxios merged 3 commits into
mainfrom
cl-5784-agents-page-detail-view-and-open-into-channelchat-actions

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • Agents page gains a detail panel: selecting a definition card/row opens a full view with name, version, description, status, and the definition's deployed instances
  • Two launch actions in the panel: Start chat (creates a chat channel for the agent and routes to /chat/:id) and Open in channel (routes to /chat)
  • Both actions disable when no bench is selected; empty states for no-instances and no-agents point users at the chat/channel path
  • ≤2-click path to a live conversation: click a definition card → Start chat

Test plan

  • bun run --cwd apps/web test (170 pass, includes new agents-page.test.tsx — 9 tests)
  • bun run --cwd apps/web typecheck
  • bun run --cwd apps/web build

Linear: CL-5784

Surface definition detail and invite/start-chat entry points on the
Agents page so a live conversation is reachable in two clicks.
…ions

Covers the detail panel open (name/version/description/instances), the
Start chat and Open in channel action buttons, Back navigation, both
empty states, disabled-when-no-bench, and the list-side open-details
affordance that makes the panel reachable — the first click of the
two-click path into a live conversation.

Mirrors the SSR shape of pages.test.tsx: real APIQuery props in, honest
markup out. 9 tests, 23 assertions, all green.
CI lint failed on formatting only; no behavior change.
@TheGreatAxios
TheGreatAxios merged commit afa0628 into main Aug 9, 2026
2 checks passed
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