Gemini CLI Changelog·2026年4月29日 04:04·約3分で読める
Gemini CLI のバージョン 0.41.0 プレビュー版がリリース
TL;DR
開発チーム「gemini-cli-robot」が、Git コマンドラインインターフェースツール「Gemini CLI」の次期プレビュー版(v0.41.0)を公開した。これは nightly ビルドとして 2026 年 4 月 23 日付でバージョン番号が更新されたものである。
変更点
- 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): スキル抽出のための自動メモリスクラッチパッドの永続化を追加 by @SandyTao520 (#25873)
- fix(cli): カスタムテーマテキストスキーマに欠落していたレスポンスキーを追加 by @gaurav0107 (#25822)
- fix(cli): 自動更新が失敗した場合に手動更新コマンドを提供するように改善 by @cocosheng-g (#26052)
- test(cli): ACP コマンドの復元機能に対するユニットテストを追加(#23402)by @cocosheng-g (#26053)
- fix(ui): ECONNRESET および ETIMEDOUT に関するエラーメッセージを改善 by @devr0306 (#26059)
- feat(core): 新しい ContextManager(コンテキストマネージャー)および AgentChatHistory(エージェントチャット履歴)の連携を実装 by @joshualitt (#25409)
- fix(cli): サンドボックスプロキシのクリーンアップを確実にし、ハンドラーのリークを除去 by @ehedlund (#26065)
- fix(cli): JetBrains 向けの代替バッファ警告ロジックを修正 by @Adib234 (#26067)
- fix(cli): list コマンドにおける MCP(Model Context Protocol)の ping をオプションとし、設定されたタイムアウトを使用するように変更 by @cocosheng-g (#26068)
- fix(core): cloudshell-gca 認証失敗時のエラーメッセージを改善 by @devr0306 (#26079)
- feat(cli): コマンドライン引数を通じて手動でセッション UUID を指定可能に by @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日報で今日の重要ニュースをまとめ読み