What's wrong with this entry?
Anonymous. No account, no email.
Several improvements to the Remote Control bridge infrastructure:
- State reporting: The bridge now reports
"processing"and"idle"states to the server, enabling better status visibility on claude.ai/code - SSE event handling refactored: Delivery updates and catch-up truncation events are now handled via a generic
setOnEventcallback, with catch-up truncation elevated to a proper error log - Session creation/archival now accepts explicit
baseUrlandgetAccessTokenparameters, improving BYOC (Bring Your Own Credentials) support - Compaction boundary events are now tagged with
is_compaction: truewhen written to the bridge transport - Bridge REPL error: The
replBridgeErrorstate now preserves the first error rather than overwriting it
Evidence
State reporting infrastructure (search for "reportState") and SSE handling (search for "SSE catch-up truncated")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.