Gemini CLI Changelog·2026年5月6日 05:47·約3分で読める
Gemini CLI のバージョン 0.41.0 リリースノート
TL;DR
Gemini CLI ロボットが、2026 年 4 月 23 日付のビルドを含むバージョン 0.41.0-nightly をリリースしました。
変更点
- chore(release): バージョンを 0.41.0-nightly.20260423.gaa05b4583 にアップグレード by @gemini-cli-robot in #25847
- fix(core): パーシャル入力が空の場合のみリストの提案を表示するように修正 by @cynthialong0-0 in #25821
- feat(cli): ヘッドレスモードでの .env ファイル読み込みのセキュリティ強化とワークスペース信頼性の強制 by @ehedlund in #25814
- fix: 未処理の AbortError によるループ検出時の致命的なハードクラッシュを修正 by @hsm207 in #20108
- package-lock.json の更新 by @ehedlund in #25876
- feat(core): シェルコマンドの検証機能を強化し、コアツールのホワイトリストを追加 by @galz10 in #25720
- fix(ui): ユーザーメッセージコンポーネント内の背景色のチェックを修正 by @devr0306 in #25880
- perf(core): 実験機能とクォータ情報を非同期でフェッチすることで、起動速度の遅延を改善 by @spencer426 in #25758
- feat(core,cli): Gemma 4 モデルのサポートを追加(実験的) by @Abhijit-2592 in #25604
- FatalUntrustedWorkspaceError のメッセージにドキュメントリンクを含めるように更新 by @ehedlund in #25874
- docs: README に Gemini CLI コースのリンクを追加 by @JayadityaGit in #25925
- feat(repo): gemini-cli-bot のメトリクスとワークフローを追加 by @gundermanc in #25888
- fix(cli): CLI コマンドの出力リダイレクトを許可するように修正 by @spencer426 in #25894
- fix(core): 制限ルールに対するシェル解析が失敗した場合、YOLO モードでクローズドに失敗するように修正 by @ehedlund in #25935
- fix(cli-ui): Windows の回帰問題を修正するため、バックスペース処理を以前の動作に戻す by @scidomino in #25941
- feat(voice): クラウドおよびローカルバックエンドによるリアルタイム音声モードを実装 by @Abhijit-2592 in #24174
- @gemini-cli-robot による v0.39.0 の変更履歴(#25848)
- feat(memory): スキル抽出のための自動メモリスクラッチパッドの永続化(@SandyTao520, #25873)
- fix(cli): カスタムテーマテキストスキーマに欠落していたレスポンスキーを追加(@gaurav0107, #25822)
- fix(cli): 自動更新が失敗した場合、手動更新コマンドを提供(@cocosheng-g, #26052)
- test(cli): ACP コマンドの復元に関するユニットテストを追加(#23402)(@cocosheng-g, #26053)
- fix(ui): ECONNRESET および ETIMEDOUT に対するエラーメッセージを改善(@devr0306, #26059)
- feat(core): 新しい ContextManager と AgentChatHistory を接続(@joshualitt, #25409)※ContextManager: コンテキストマネージャー、AgentChatHistory: エージェントチャット履歴
- fix(cli): サンドボックスプロキシのクリーンアップとハンドラーリークを除去(@ehedlund, #26065)
- fix(cli): JetBrains 向けの代替バッファ警告ロジックを修正(@Adib234, #26067)
- fix(cli): list コマンドでの MCP ピングをオプションとし、設定されたタイムアウトを使用するように変更(@cocosheng-g, #26068)※MCP: マシンチャットプロトコル
- fix(core): cloudshell-gca 認証失敗時のエラーメッセージを改善(@devr0306, #26079)
- feat(cli): コマンドライン引数を通じて手動でセッション UUID を指定可能に(@cocosheng-g, #26060)
変更履歴
原文を表示
What's Changed
- chore(release): bump version to 0.41.0-nightly.20260423.gaa05b4583 by @gemini-cli-robot in #25847
- fix(core): only show list suggestion if the partial input is empty by @cynthialong0-0 in #25821
- feat(cli): secure .env loading and enforce workspace trust in headless mode by @ehedlund in #25814
- fix: fatal hard-crash on loop detection via unhandled AbortError by @hsm207 in #20108
- update package-lock.json by @ehedlund in #25876
- feat(core): enhance shell command validation and add core tools allowlist by @galz10 in #25720
- fix(ui): corrected background color check in user message components by @devr0306 in #25880
- perf(core): fix slow boot by fetching experiments and quota asynchronously by @spencer426 in #25758
- feat(core,cli): add support for Gemma 4 models (experimental) by @Abhijit-2592 in #25604
- update FatalUntrustedWorkspaceError message to include doc link by @ehedlund in #25874
- docs: add Gemini CLI course link to README by @JayadityaGit in #25925
- feat(repo): add gemini-cli-bot metrics and workflows by @gundermanc in #25888
- fix(cli): allow output redirection for cli commands by @spencer426 in #25894
- fix(core): fail closed in YOLO mode when shell parsing fails for restricted rules by @ehedlund in #25935
- fix(cli-ui): revert backspace handling to fix Windows regression by @scidomino in #25941
- feat(voice): implement real-time voice mode with cloud and local backends by @Abhijit-2592 in #24174
- Changelog for v0.39.0 by @gemini-cli-robot in #25848
- feat(memory): persist auto-memory scratchpad for skill extraction by @SandyTao520 in #25873
- fix(cli): add missing response key to custom theme text schema by @gaurav0107 in #25822
- fix(cli): provide manual update command when automatic update fails by @cocosheng-g in #26052
- test(cli): add unit tests for restore ACP command (#23402) by @cocosheng-g in #26053
- fix(ui): better error messages for ECONNRESET and ETIMEDOUT by @devr0306 in #26059
- feat(core): wire up the new ContextManager and AgentChatHistory by @joshualitt in #25409
- fix(cli): ensure sandbox proxy cleanup and remove handler leaks by @ehedlund in #26065
- fix(cli): correct alternate buffer warning logic for JetBrains by @Adib234 in #26067
- fix(cli): make MCP ping optional in list command and use configured timeout by @cocosheng-g in #26068
- fix(core): better error message for failed cloudshell-gca auth by @devr0306 in #26079
- feat(cli): provide manual session UUID via command line arg by @cocosheng-g in #26060
Changelog
この記事をシェア
関連記事
Gemini CLI Changelog2026年6月10日 10:15
Gemini CLI v0.46.0 のリリース
Gemini CLI チームがバージョン 0.46.0 を公開し、PTY リサイズ処理におけるネイティブクラッシュ対策を強化した。
Gemini CLI Changelog2026年6月10日 09:11
Gemini CLI v0.47.0-preview.0 のリリース
Gemini CLI ロボットが、バージョンを 0.47.0-nightly.20260602.gcfcecebe8 に更新してリリースしました。
Gemini CLI Changelog2026年6月10日 07:21
Gemini CLI v0.46.0-preview.3 のリリース
Gemini CLI チームが、バージョン 0.46.0 のプレビュー版 3 を公開しました。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み