Skip to content

docs(spec): unified agent panel 2c implementation plan#207

Merged
BunsDev merged 1 commit into
mainfrom
docs/unified-agent-panel-2c-plan
Jul 18, 2026
Merged

docs(spec): unified agent panel 2c implementation plan#207
BunsDev merged 1 commit into
mainfrom
docs/unified-agent-panel-2c-plan

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 18, 2026

Copy link
Copy Markdown
Member

Description

Docs-only. The 2c implementation plan for the unified agent panel — specs/castcodes-unified-agent-panel/PLAN-2c.md. Continues the Phase 2 design (#204); builds on 2a (#205) + 2b (#206).

2c scope: route the panel composer by conversation backend — CLI → terminal PTY (2b), Coven daemon → cast_agent stream_agent_events streamed into the same transcript — and populate the list with live daemon sessions.

Two Phase-1/2 unknowns resolved by code survey and recorded in the plan:

  • Stream-mode prompt delivery — already handled: launch_daemon_session carries the prompt in the POST /api/v1/sessions launch body with launchMode:"stream"; no stdin user-frame needed. Each submit is one launch (session-per-turn); multi-turn context continuity is out of scope.
  • Binding liveness (DESIGN Risk 2)bind_live has no production caller (CLI auto-binds on first event); daemon conversations get a new ConversationBinding::LiveDaemon and a direct ChatModel::append_entry path (daemon events aren't CLIAgentEvents).

6 TDD tasks; the async stream consumer explicitly mirrors the shipped ai_assistant panel rather than inventing a warpui async primitive.

Linked Issue

Continues the reconciliation roadmap (design #204; 2a #205; 2b #206; Phase 1 #201). No separate tracking issue, per the #204 precedent.

Testing

  • Docs-only. ./script/check_ai_attribution + ./script/check_rebrand pass.
  • Not manually run with ./script/run (n/a — plan document).

Agent Mode

@BunsDev
BunsDev marked this pull request as ready for review July 18, 2026 13:21
Copilot AI review requested due to automatic review settings July 18, 2026 13:21
@BunsDev
BunsDev merged commit fc2de0f into main Jul 18, 2026
18 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BunsDev
BunsDev deleted the docs/unified-agent-panel-2c-plan branch July 18, 2026 21:19
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.

2 participants