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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

A frustration-detecting prompt to file an issue, wired up but silent

Not switched on
Useful2 Signal5
Proactivity

A nudge that watches for frustration and suggests filing an issue is registered but displays nothing.

A frustration-detecting issue-filing prompt is registered on every build with an empty display path.

What

A new in-session nudge watches the conversation for signs of frustration and would suggest flagging an issue. It is registered on every build, but the code that would display anything is empty, so nothing is ever shown.

Details
  • Requires at least 3 submitted messages and a 30-minute cooldown between appearances.
  • One regex set disqualifies conversations that used MCP tools or ran network commands (curl, ssh, kubectl, docker, aws, git push and others); a second detects frustration phrasing in your messages.
Evidence

"issue-flag"

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.234 →