- [new] Added an
exclude_slash_tmpconfiguration key. - [new] Added client messaging events (
Ack,ClientMessage,ClientMessageChunk) and aClientEventpayload path for them. - [new] Added a
collab_waiting_endevent. - [new] Added analytics configuration support via
AnalyticsConfigToml. - [new] Expanded config-requirements handling (
ConfigRequirementsTomland related feedback/requirements types). - [new] Added support pieces for remote plugin pagination, patch approval responses, and tool-request user-input answers.
- [changed] Hook configuration now models agent and prompt hook handlers/matcher groups more explicitly.
- [changed] Thread resume/unsubscribe and related agent resume args were reshaped (including migration helpers for external agent and MCP server config).
- [changed] Review targeting and scheduled-task schedule options were updated (including base-branch review targeting and daily schedules).
- [changed] Thread store configuration options were revised.
- [removed] Dropped the
o1model identifier. - [removed] Removed the
delete_to_line_endevent.
Under the hood
- Added exec-server relay protobuf definitions for the exec-server protocol surface.
- TUI turn runtime code was consolidated (chat turn runtime module removed as a separate unit).
- Assorted internal event, approval, and capability-discovery response types were added or renamed to match the messaging and requirements work above.