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 ExperimentaladditionalUNSTABLE
This capability is not part of the spec yet, and may be removed or changed at any point.
Whether the agent supports additionalDirectories on supported session lifecycle requests.
Agents that also support session/list may return
SessionInfo.additionalDirectories when they track that state.
OptionalcloseWhether the agent supports session/close.
Optional ExperimentaldeleteUNSTABLE
This capability is not part of the spec yet, and may be removed or changed at any point.
Whether the agent supports session/delete.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports deleting sessions from session/list.
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.
OptionallistWhether the agent supports session/list.
OptionalresumeWhether 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