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.221 Home All releases olderv2.1.220 v2.1.222newer

Transcript write failures only degrade the session for the session's own files

You'll notice
Useful3 Signal0
Sessions

An unrelated file write failure no longer degrades your session's transcript recording.

What

A write failure on an unrelated path no longer flips the transcript writer into its degraded state.

Details
  • Degraded state is entered only when a session transcript path is actually armed and the failing path is not on the ignore lists.
  • Failures recorded before any path is armed are tracked separately rather than counted against the session.
  • tengu_transcript_write_failed and tengu_transcript_writer_recovered continue to fire as before.
Evidence

tengu_transcript_write_failed

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