Optional_The _meta property is reserved by ACP to allow clients and agents to attach additional metadata to their interactions. Implementations MUST NOT make assumptions about values at these keys.
See protocol docs: Extensibility
Optional ExperimentalforkUNSTABLE
This capability is not part of the spec yet, and may be removed or changed at any point.
Whether the agent supports session/fork.
Optional ExperimentallistUNSTABLE
This capability is not part of the spec yet, and may be removed or changed at any point.
Whether the agent supports session/list.
Optional ExperimentalresumeUNSTABLE
This capability is not part of the spec yet, and may be removed or changed at any point.
Whether the agent supports session/resume.
Session capabilities supported by the agent.
As a baseline, all Agents MUST support
session/new,session/prompt,session/cancel, andsession/update.Optionally, they MAY support other session methods and notifications by specifying additional capabilities.
Note:
session/loadis still handled by the top-levelload_sessioncapability. This will be unified in future versions of the protocol.See protocol docs: Session Capabilities