- [new] Added the
skillscrate and its core modules for extensions, sources, and execution providers. - [new] Introduced
SubAgentActivityEventand related thread item support for tracking agent activity. - [changed] Updated
ThreadStartParamsand several serde payloads to accommodate new agent invocation and capability fields. - [changed] Expanded sandbox policy and MCP server identity variants, including external sandbox and command/url forms.
Under the hood
- Added
exec-server/src/environment_path.rs,git-utils/src/fsmonitor.rs,rmcp-client/src/streamable_http_retry.rs, andtui/src/thread_transcript.rsfor improved path handling, filesystem monitoring, HTTP retry behaviour, and transcript support. - Workspace now includes the new
skillscrate (70 crates total). - Refined data models and enum variants for
AgentMessageInvocationArgs,SignalParams,SelectedCapabilityRoot, and related server request types.
Upgrade notes
This is an alpha release channel build; update version.json expectations and test any custom sandbox or MCP configurations before wider use.