The remote agent proxy now caps stalled uploads and reads, with two env vars to disable each.
What's wrong with this entry?
The remote agent proxy tunnel now aborts an upload with a visible reason if the tunnel accepts no bytes for 60 seconds, and pauses reads past a receive high-water mark. Two new environment variables, CCR_AGENT_PROXY_RECEIVE_GATE_DISABLED and CCR_AGENT_PROXY_UPLOAD_GATE_DISABLED, turn each limit back off. Both are unset by default, so the limits are active for anyone running the remote proxy.
- Defaults:
sendPauseAfterPendingBytes: 0,sendStallTimeoutMs: 60000, plus receive high/low water marks and a queued-download report size. - The two variables are read once at proxy startup and then removed from the inherited environment, so child processes do not see them. Both names were added to the remote env allowlist.
- The whole path requires
CCR_AGENT_PROXY_ENABLEDand a remote (CLAUDE_CODE_REMOTE) session.
CCR_AGENT_PROXY_UPLOAD_GATE_DISABLED=1 claudeCCR_AGENT_PROXY_UPLOAD_GATE_DISABLED, CCR_AGENT_PROXY_RECEIVE_GATE_DISABLED
Strings lifted out of the shipped bundle, so the claim above can be checked against them.