Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Agent/settings permission-mode 'widening' now blocked with new telemetry

An agent definition's permissionMode can no longer widen the mode inherited from its parent context.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPermissionswhat it touches
KindBug Fixesin v2.1.257,
You'll notice

An agent definition's permissionMode can no longer widen the mode inherited from its parent context.

Permission-mode resolution now detects when an agent's frontmatter permissionMode would widen the effective mode inherited from a parent or agent view, and ignores that widening instead of applying it. This closes a path where a repo-controlled agent definition could loosen permissions beyond what the parent context allowed. The event tengu_agent_frontmatter_mode_widening_carry_ignored is logged whenever this happens.

Read from
Names in the bundlepermissionMode
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Plugins reference touched a line naming permissionMode after this was published. For security reasons, plugin-shipped agents don't support `hooks`, `mcpServers`, or `permissionMode`. plugins-reference see the edit
Confirmed since Anthropic's documentation has since written up permissionMode, on Configure permissions. For a locked-down agent, pair `allowedTools` with `permissionMode: "dontAsk"`: agent-sdk/permissions see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up permissionMode, on Configure permissions.
Anthropic's release notes agreeFixed sessions dispatched from an agent view opened with ← always starting in the original session's permission mode, overriding the target…

See this entry in the whole of v2.1.257 →

Feedback