Expanded CLAUDE_CODE_SHELL_PREFIX description to clarify it wraps Bash tool calls, hook commands, and stdio MCP server startup commands (not just bash commands). [line 137] [Source]
The agents field in the plugin manifest now takes an array of file paths (e.g. ["./custom/agents/reviewer.md"]) instead of a directory string. [line 352] [Source]
Added clarification that Claude Managed Agents is not covered by Zero Data Retention (ZDR): sessions are stateful resources, transcripts can be deleted manually but there is no automatic deletion. [line 32] [Source]
Added note that Claude Managed Agents does not support the inference_geo parameter, but respects the workspace geo configured in the Console. [line 12] [Source]
Added a new "Console observability" section describing the visual timeline view for agent sessions in the Console, including session list, tracing view (for Developers/Admins), and tool execution details. [lines 221-230] [Source]
Added a "Debugging tips" section with guidance on checking session events, reviewing tool results, tracking token usage, and using system prompts for reasoning visibility. [lines 232-238] [Source]