Fixes sessions stuck on corrupted transcripts via auto-healing
Claude fixes sessions stuck on corrupted transcripts through auto-healing and adds memory warnings and telemetry improvements.
What's changed Added a visible warning when memory usage is critical, with steps to free memory or restart safely Added `CLAUDE_CODE_MCP_STARTUP_WAIT_MS` to bound how long the first non-interactive turn waits for connecting MCP servers (`0` = don't wait) Added `effort` attribute to the `claude_code.llm_request` OpenTelemetry trace span, matching the `api_request` event Added `claude_code.managed_settings_resolved` OTel event: managed-settings sources and policy helper state; redacted settings and digests with `OTEL_LOG_MANAGED_SETTINGS=1` Added `store.connect_timeout_seconds` to the Claude apps gateway config to lengthen the Postgres connect timeout (default 5 seconds), and improved the boot error when the database is unreachable to point to `store.postgres_url` and the configured timeout Added `enduser.sub`, the IdP subject, to the telemetry Claude Desktop and Cowork send through a Claude apps gateway Added a Claude apps gateway warning when a replica has more requests open than the 256 it sends upstream at once, and a startup log line showing that limit Added click-to-expand for collapsed teammate and agent messages in fullscreen mode Fixed sessions getting stuck endlessly…
- github.comClaude Code v2.1.274primary