Commit Graph

5 Commits

Author SHA1 Message Date
Nathan Sobo
4d68261013 WIP 2025-08-29 22:11:54 -06:00
Nathan Sobo
bcd0e8b6e5 WIP 2025-08-28 22:39:12 -06:00
Nathan Sobo
00f74af4e0 Update agent panel slash command implementation plan with multi-repo coordination
- Add critical architecture note about TypeScript code generation from Rust
- Add repository dependency chain and PR coordination strategy
- Update Phase 3 to reflect auto-generated ACP types
- Add migration notes for multi-repository rollout
- Include local development workflow with path dependencies

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 21:12:53 -06:00
Nathan Sobo
425291f0ae Add implementation plan for agent panel slash command menu
This plan outlines how to add a "/" command menu to the agent panel
that appears when users type "/" but only if the ACP agent supports
custom slash commands.

Key phases:
1. ACP Protocol Extension - Add new RPC methods and capabilities
2. Slash Command Menu UI - Add "/" detection and searchable menu
3. Agent Implementation Support - Help agents implement new methods

The plan includes proper protocol extension since we can modify the
agent-client-protocol crate, making the implementation much cleaner
with full type safety across the protocol boundary.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 20:17:57 -06:00
Mikayla Maki
baf7bae6bd WIP2 2025-08-28 15:37:15 -07:00