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.198 Home All releases olderv2.1.197 v2.1.199newer

  • Tool denial kind no longer conditionally omitted based on a flag — "user-rejected" is now always set when a tool is denied by the user (search for "toolDenialKind")
  • cd command path resolution now correctly handles shell-quoted tilde paths and glob segments without returning false negatives (search for "rqd" path resolver function)
  • Transcript writes during process exit are now guaranteed to flush synchronously via a process.on('exit') handler, preventing lost transcript lines when the process exits quickly (search for ".precompact.json.tmp" flush path)
  • PostgreSQL highlight.js grammar now correctly declares supersetOf: "sql" so SQL sub-patterns are inherited automatically (search for "supersetOf")

See this entry in the whole of v2.1.198 →