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 v2.1.114 Home All releases olderv2.1.113 v2.1.116newer
Claude Code v2.1.114

  • Fix potential crash during tool permission prompts: added optional chaining (?.) when accessing getAppState() and toolPermissionContext.mode in the permission request handler. Previously, if getAppState returned null or undefined (e.g., during teardown or an edge-case race condition), the application could throw a TypeError. The fix changes getAppState().toolPermissionContext.mode to getAppState?.()?.toolPermissionContext.mode, gracefully handling the null case. (search for "tengu_tool_use_show_permission_request" in function Qy at line ~573815)

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.114 →