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 risky-command and frustration detector is present but emits nothing

Not switched on
Useful1 Signal5
Proactivity

A detector shipping patterns for risky commands and user frustration never fires, its handler is empty.

An issue-flag subscriber carries risky-command and frustration patterns but returns an empty handler.

What

A subscriber called issue-flag ships with patterns for risky commands and for signs of user frustration, but its setup returns an empty handler, so it never fires in this build.

Details
  • Risky command patterns include curl, ssh, kubectl, git push and nc.
  • Frustration phrases include ^no[,!]\s and not what I (asked|wanted|meant|said).
  • A 1800000 ms (30 minute) cooldown is defined between flags.
  • The code was moved out of the older artifact-arming module.
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 →