WHY you should care
π Nested subagents β subagents can now spawn their own subagents (up to 5 levels deep for background agents, unlimited for foreground). This means complex multi-tier delegation patterns work without routing everything through the main conversation.
Also shipped:
resolvedModel field on AgentOutput and hook tool_response β finally know what model a subagent actually ran on (not just what you requested)
skipMcpDiscovery flag for SDK plugin config β skip MCP server discovery on a per-plugin basis
- Session titles now generated in conversation language
footerLinksRegexes setting for regex-matched footer badges
- Better Bedrock credential caching (respects actual expiry instead of fixed 1h)
- Fixes:
availableModels enforcement, hook if conditions for file paths, Linux sandbox with symlinked settings, tmux clipboard, Remote Control edge cases, background session stability
Links
/cc @lroolle
WHY you should care
π Nested subagents β subagents can now spawn their own subagents (up to 5 levels deep for background agents, unlimited for foreground). This means complex multi-tier delegation patterns work without routing everything through the main conversation.
Also shipped:
resolvedModelfield onAgentOutputand hooktool_responseβ finally know what model a subagent actually ran on (not just what you requested)skipMcpDiscoveryflag for SDK plugin config β skip MCP server discovery on a per-plugin basisfooterLinksRegexessetting for regex-matched footer badgesavailableModelsenforcement, hookifconditions for file paths, Linux sandbox with symlinked settings, tmux clipboard, Remote Control edge cases, background session stabilityLinks
/cc @lroolle