Add chat history method to continue previous agents chat created in different client #60
remorses
started this conversation in
Protocol Suggestions
Replies: 1 comment
-
It isn't implemented in clients yet, but we already have Adding something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add session history endpoints to ACP, enabling clients to access conversations from any ACP agent (Claude Code, Gemini CLI, etc).
Problem
Users work with AI agents across multiple tools, creating isolated conversation histories. Current ACP only handles active sessions, not historical data.
Proposed API
1. List Sessions
2. Get Session Content
3. Capability Discovery
Benefits
Implementation
Agents store sessions locally (SQLite, JSON files) and expose via new endpoints. No changes to existing ACP flows.
Beta Was this translation helpful? Give feedback.
All reactions