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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Rejected background dispatch files now say why

Under the hood
Useful2 Signal2
Daemon

The background daemon now records why it refused a queued dispatch file.

What

The background daemon records a specific reason when it refuses a queued dispatch file, so failures are distinguishable instead of silent.

Details
  • Reasons: bad_name, not_a_file, oversized, read_failed, stale, schema, bad_json, transform_throw, symlink.
  • A shared helper logs [bg-dispatch] rejected … and emits tengu_bg_dispatch_rejected with a truncated reason.
  • A newer storage path reads dispatches with a byte cap and deletes the entry once handed off.
Evidence

daemon_bg_dispatch_ingest

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