Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

One change

Automate actions with hooks

hooks-guide

first seen The page's own history The capture it came from

hooks-guide Changed · +5 / -3 lines

from line 179
 
 | Matcher                  | Fires when                                                                                               |
 | :----------------------- | :------------------------------------------------------------------------------------------------------- |
-| `permission_prompt`      | Claude needs you to approve a tool use and you haven't typed for about 6 seconds                         |
+| `permission_prompt`      | Claude needs you to approve a tool use and the prompt has waited about six seconds                       |
 | `idle_prompt`            | Claude finished responding about 60 seconds ago and you haven't typed since                              |
 | `auth_success`           | Authentication completes                                                                                 |
-| `elicitation_dialog`     | An MCP server opens an elicitation form and you haven't typed for about 6 seconds                        |
-| `elicitation_url_dialog` | An MCP server asks you to open a browser URL and you haven't typed for about 6 seconds                   |
+| `elicitation_dialog`     | An MCP server opens an elicitation form and you haven't typed for about six seconds                      |
+| `elicitation_url_dialog` | An MCP server asks you to open a browser URL and you haven't typed for about six seconds                 |
 | `elicitation_complete`   | An MCP elicitation form is submitted or dismissed                                                        |
 | `elicitation_response`   | An MCP elicitation response is sent back to the server                                                   |
 | `agent_needs_input`      | A background session starts waiting on your input. Fires only while [agent view](/docs/en/agent-view) is open |
 | `agent_completed`        | A background session finishes or fails. Fires only while [agent view](/docs/en/agent-view) is open            |
+
+Claude Code times `permission_prompt` differently in a terminal and in Claude Desktop, the VS Code extension, and other hosts that answer permission requests through the Agent SDK. See [when each notification type fires](/docs/en/hooks#notification) for both timings.
 
 The `agent_needs_input` and `agent_completed` matchers require Claude Code v2.1.198 or later.