What's wrong with this entry?
Anonymous. No account, no email.
- Fixed bridge session resumption failing silently when the resumed session has zero messages — now correctly falls through to a fresh session (search for
"z.messages.length === 0") - Fixed
ANTHROPIC_BETASenvironment variable not being applied in all request contexts — the beta header filter was incorrectly gated on a condition that could prevent user-specified betas from being sent (search for"ANTHROPIC_BETAS") - Telemetry
additional_metadatais now base64-encoded before transmission, fixing potential encoding issues with JSON payloads (search for"base64")