settings.json

sandbox.network.socksProxyPort

integer記述場所どの設定ファイルでも可

ネットワークフィルタリングに使用するSOCKSプロキシのポートを指定します。指定しない場合はプロキシサーバーが自動的に起動します。

記述例

{
  "sandbox": {
    "network": {
      "socksProxyPort": 8081
    }
  }
}
英語原文(公式ドキュメントより)

SOCKS proxy port to use for network filtering. If not specified, a proxy server will be started automatically. See https://code.claude.com/docs/en/sandboxing#custom-proxy-configuration

関連ドキュメント

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