OptionallistWhether the agent supports session/list.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports listing sessions.
OptionaldeleteWhether 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.
OptionaladditionalWhether the agent supports additionalDirectories on supported session lifecycle requests.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports additionalDirectories on
supported session lifecycle requests.
Agents that also support session/list may return
SessionInfo.additionalDirectories to report the complete ordered
additional-root list associated with a listed session.
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. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports forking sessions.
OptionalresumeWhether the agent supports session/resume.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports resuming sessions.
OptionalcloseWhether the agent supports session/close.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports closing sessions.
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
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