claude-code - 💡(How to fix) Fix 速報ドラフト: Claude Code v2.1.104 (changelog: 2.1.101) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#47182Fetched 2026-04-13 05:39:17
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Participants
RAW_BUFFERClick to expand / collapse

Stage 1(速報)

Claude Code v2.1.101 がリリースされた。

チームオンボーディング用の /team-onboarding コマンドが追加。企業環境向けに OS の CA 証明書ストアがデフォルトで信頼されるようになり、TLS プロキシ環境での追加設定が不要になった。LSP バイナリ検出の POSIX which フォールバックにあったコマンドインジェクション脆弱性も修正済み。

https://github.com/anthropics/claude-code/releases/tag/v2.1.104


Stage 2(引用RT用)

今回のアップデートで地味に大きいのが、ハードコードされていた5分リクエストタイムアウトの修正。ローカル LLM や extended thinking、遅いゲートウェイを使っている人は API_TIMEOUT_MS を設定していても無視されていたやつだ。これ、しれっと書いてあるけど結構刺さるバグだったかもしれない。

エンタープライズ向けには OS CA 証明書ストアのデフォルト信頼が大きい。TLS プロキシ環境でいままで別途設定が必要だったのが、デフォルトで動くようになった感じ(CLAUDE_CODE_CERT_STORE=bundled でバンドル CA のみに戻せる)。

セキュリティ修正もあって、LSP バイナリ検出の which フォールバックでコマンドインジェクションが起きていた。こういう地道な修正が積み重なってるのがいいのでは。

https://github.com/anthropics/claude-code/releases/tag/v2.1.104


ソース

  • リリースノート: https://github.com/anthropics/claude-code/releases/tag/v2.1.104
  • 主要変更点:
    • /team-onboarding コマンド追加(チームの使用状況からオンボーディングガイドを生成)
    • OS CA 証明書ストアをデフォルトで信頼(エンタープライズ TLS プロキシが追加設定なしで動作)
    • /ultraplan などリモートセッション機能がデフォルトクラウド環境を自動作成するように
    • ハードコードされた5分タイムアウトの修正(API_TIMEOUT_MS が正しく機能するように)
    • LSP バイナリ検出の POSIX which フォールバックのコマンドインジェクション脆弱性修正
    • settings.json の未知のフック名が全設定を無効化するバグを修正

extent analysis

TL;DR

Upgrade to Claude Code v2.1.104 to fix the hardcoded 5-minute request timeout and other security vulnerabilities.

Guidance

  • Review the release notes for v2.1.104 to understand the changes and updates.
  • Verify that the API_TIMEOUT_MS setting is working as expected after the upgrade.
  • Test the /team-onboarding command and other new features to ensure they are functioning correctly.
  • Consider setting CLAUDE_CODE_CERT_STORE=bundled if you need to revert to the bundled CA certificate store.

Example

No specific code example is provided, but users can refer to the release notes and documentation for Claude Code v2.1.104 for more information.

Notes

The upgrade to v2.1.104 addresses several issues, including security vulnerabilities and bugs. However, users should still review the release notes and test the new features to ensure a smooth transition.

Recommendation

Upgrade to v2.1.104 to fix the known issues and security vulnerabilities, as it includes important updates and fixes, such as the correction of the hardcoded 5-minute request timeout and the resolution of the command injection vulnerability in LSP binary detection.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix 速報ドラフト: Claude Code v2.1.104 (changelog: 2.1.101) [1 participants]