What's wrong with this entry?
Anonymous. No account, no email.
- Fixed OTLP telemetry requests failing with missing
Content-Lengthheader when the request body was written in chunks rather than all at once. (search for"OTLP request body chunk conversion failed")
- Fixed proxy auth helper TTL parsing to accept
0as a valid value (previously0was silently ignored and defaulted to the built-in TTL). (search for"CLAUDE_CODE_PROXY_AUTH_HELPER_TTL_MS")
- Fixed shell CWD read-back accepting network paths and automount-crossing paths that could cause incorrect directory resolution on Windows and NFS setups. (search for
"shell cwd read-back is a network path")
- Fixed cache_control being rejected by some proxies when sent on the api_system message tail; Claude now gracefully demotes the breakpoint and continues the conversation without interruption. (search for
"retry:api-system-cache-demote")