feat(acp): add session/list, session/resume and session/fork support #4853

Closed
opened 2026-02-16 17:45:46 -05:00 by yindo · 0 comments
Owner

Originally created by @remorses on GitHub (Jan 12, 2026).

Originally assigned to: @rekram1-node on GitHub.

Add support for ACP draft/unstable methods:

  • session/list - List existing sessions with cursor-based pagination
  • session/fork - Fork an existing session to create a new independent session

These are part of the ACP draft spec:

Use cases:

  • session/list: Clients can discover and load previous sessions
  • session/fork: Create branches from existing conversations (e.g., for generating summaries without affecting original)
Originally created by @remorses on GitHub (Jan 12, 2026). Originally assigned to: @rekram1-node on GitHub. Add support for ACP draft/unstable methods: - `session/list` - List existing sessions with cursor-based pagination - `session/fork` - Fork an existing session to create a new independent session These are part of the ACP draft spec: - https://agentclientprotocol.com/protocol/draft/schema#session-list - https://agentclientprotocol.com/protocol/draft/schema#session-fork Use cases: - **session/list**: Clients can discover and load previous sessions - **session/fork**: Create branches from existing conversations (e.g., for generating summaries without affecting original)
yindo closed this issue 2026-02-16 17:45:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4853