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.268 ·

Permission approvals now record who decided

Claude Code now tracks and stores whether a tool-call approval came from a hook, the host app, or a normal user prompt

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.268,
Group of 2 Under the hood No documentation found

Claude Code now tracks and stores whether a tool-call approval came from a hook, the host app, or a normal user prompt

What

When Claude Code approves a tool call, it now records how that approval happened. A new decidedBy value marks the decision as hook (an automated hook approved it), host_prompt (the surrounding application's permission prompt approved it), or prompt (the normal in-session approval prompt was used). This is captured through a new recordApprovedBy call, and the internal approval-tracking state gained a matching approvedBy field alongside its existing tracking of who the approval request was addressed to and whether it was settled.

Why

This gives Claude Code (and its telemetry) visibility into which mechanism actually granted permission for an action, which is useful for auditing and debugging approval flows, especially in setups that mix hooks, host-app prompts, and manual approval.

Read from
Names in the bundlerecordApprovedBy

See this entry in the whole of v2.1.268 →

Feedback