環境変数

CLAUDE_ENABLE_BYTE_WATCHDOG

1 を設定するとバイトレベルのアイドルウォッチドッグを強制的に有効化し、通信が一定時間途絶えた際に接続を中断します。

英語原文(公式ドキュメントより)

Set to 1 to force-enable the byte-level streaming idle watchdog, or set to 0 to force-disable it. When unset, the watchdog is enabled by default for Anthropic API connections. The byte watchdog aborts a connection when no bytes arrive on the wire for the duration set by CLAUDE_STREAM_IDLE_TIMEOUT_MS, with a minimum of 5 minutes, independent of the event-level watchdog

まだ変更履歴との関連付けはありません