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

Plugin eval runs report exit codes, stderr and auth rejection

Not switched on
Useful2 Signal2
Plugin Eval not in their notes

Plugin eval runs now report exit codes and stderr tails when a case fails.

Richer eval failure reporting sits behind the plugin eval early-access gate.

claude plugin eval
What

Eval run summaries now separate ok, error and exit outcomes. A non-zero exit produces an error built from the result message, or from the exit code plus the tail of stderr, falling back to "(no stderr)" when there is none. Behind the plugin eval early-access gate.

Details
  • Runs where a top-level assistant message reported authentication_failed or oauth_org_not_allowed are now flagged as auth-rejected rather than as generic errors.
Evidence

(no stderr)

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

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.233 →