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.224 Home All releases olderv2.1.223 v2.1.225newer

REPL bridge survives /clear instead of dropping

You'll notice
Useful3 Signal2
Editor Bridge

Running /clear no longer disconnects the editor bridge; it follows you onto the new session.

/clear
What

Clearing the conversation no longer tears down the REPL bridge. The bridge now repoints onto the new session, carrying its session id, last sequence number, dialog kinds and grouping id, and flags that history should not be backfilled.

Details
  • It also subscribes to reset, resume and spare-claim transitions.
  • Archiving the old session changed from an immediate call to a deferred, error-logged one that can be cancelled.
  • New telemetry records when the bridge disables itself automatically (tengu_bridge_repl_auto_disabled) and when a compaction happens while it is disabled.
  • Queued SDK events are forwarded with their own error logging rather than being lost silently.
Evidence

tengu_bridge_repl_auto_disabled

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