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.

Search the documentation

2 pages for afktimeoutms.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Agent SDK reference - Python Claude Code CLI · in the page agent-sdk/python …# Per-question "preview" and "notes" from the user's selections "afkTimeoutMs": int | None, # Set when the dialog auto-resolved after this many milliseconds of user inactivity; absent when the u… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …annotations?: Record<string, { preview?: string; notes?: string }>; afkTimeoutMs?: number; }; ``` Returns the questions asked and the user's answers. `response` is set when the user typed a freefor…