Source Intelligence

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.

All of v1.0.109 Home All releases olderv1.0.108 v1.0.110newer

Asynchronous Hook Execution

What: Hooks can now run asynchronously in the background, allowing long-running operations without blocking the main conversation How to use:

{
  "async": true,
  "asyncTimeout": 30000
}

Details:

  • Background process management for async hooks
  • Configurable timeout settings (default 15 seconds)
  • Automatic response collection and delivery
  • Process cleanup when hooks complete or timeout
  • Evidence: D$A() at line 362558, s10() at line 362783, U$A() at line 362581

See this entry in the whole of v1.0.109 →