AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
Gemini CLI Changelog·2026年5月12日 02:12·約3分で読める

Google Gemini CLI の nightly ビルド v0.42.0 で Git 環境のシステム PATH 保持バグを修正

TL;DR

Google が公開した AI コマンドラインツール「Gemini CLI」の最新 nightly ビルドにおいて、Git 実行時にシステム環境変数(PATH)が失われる不具合を修正しました。これにより、外部コマンドの実行エラーが解消されます。

変更点

  • fix(core): Git 環境内でシステム PATH を保持して ENOENT エラーを修正 (#25034) by @cocosheng-g in #26587
  • fix(routing): ApprovalModeStrategy における resolveClassifierModel 引数の不一致を修正 (#26658) by @danielweis in #26658
  • docs: vi モードのショートカットを追加し、MCP(Model Context Protocol)/カスタムサンドボックスの設定を明確化 (#23853) by @chrisjcthomas in #23853
  • fix(ux): スペースキー解放後に転写テキストが表示されない問題を修正 (#26609) by @devr0306 in #26609
  • ci: 定期トライアージワークフロー内の JSON パースを修正 (#26656) by @cocosheng-g in #26656
  • fix(cli): memoryV2 が有効な場合に /memory add サブコマンドを非表示にする (#26605) by @SandyTao520 in #26605
  • fix: ホームディレクトリから起動した際の誤ったコマンド競合を防ぐ (#23069) by @Br1an67 in #23069
  • fix(core): LocalAgentExecutor 内でモデルルーティング決定をキャッシュする (#26548) by @akh64bit in #26548
  • v0.42.0-preview.2 の変更履歴 by @gemini-cli-robot in #26597
  • 壊れたテストをスキップ (#26705) by @scidomino in #26705
  • feat: セッションをファイルにエクスポートし、フラグ経由でインポートする機能を追加 (#26514) by @cocosheng-g in #26514
  • Feat: CLI インターフェースにマシンホスト名を追加 (#25637) by @M-DEV-1 in #25637
  • docs(extensions): リリースガイドのリファクタリングと更新メカニズムの追加 (#26595) by @ruomengz in #26595
  • fix(ci): ライフサイクルマネージャー内のメンテナ識別を修正 (#26706) by @gundermanc in #26706
  • fix(ui): 再開ヒントのセッション ID の周りに引用符を追加 (#26669) by @devr0306 in #26669
  • v0.41.0 の変更履歴 by @gemini-cli-robot in #26670
  • refactor(core): エージェントセッションプロトコルの変更 (#26661) by @adamfweidman in #26661
  • fix(context): gc バックストップに緩やかな境界ポリシーを実装。by @joshualitt in #26594
  • fix(core): ドロップされたツール応答に対して明示的なエラーをスロー。by @aishaneeshah in #26668
  • fix: 「関数応答ターンは関数呼び出しの直後に続く必要がある」というエラーを解決。by @danielweis in #26691
  • fix(core): 並列ツール呼び出しストリーミング ID の衝突を解決。by @aishaneeshah in #26646
  • feat(core): AgentProtocol の背後に LocalSubagentProtocol を追加。by @adamfweidman in #25302
  • fix(cli): ターミナルからノイズの多いテーマ登録ログを削除。by @JayadityaGit in #25858
  • ci: コードベース認識型の努力レベル分類を実装。by @cocosheng-g in #26666
  • feat(acp/core): ACP 準拠 IDE でのツールレンダリングをサポートするため、ツール呼び出し ID にツール名をプレフィックスとして付与。by @sripasg in #26676
  • fix(mcp): StreamableHTTPClientTransport で GET 404 を 405 として扱う。by @krishdef7 in #24847
  • feat(core): AgentProtocol の背後に RemoteSubagentProtocol を追加。by @adamfweidman in #25303
  • feat(context): スナップショットターに関する改善。by @joshualitt in #26655

New Contributors

<a class="user-mention notranslate

原文を表示

What's Changed

  • fix(core): preserve system PATH in Git environment to fix ENOENT (#25034) by @cocosheng-g in #26587
  • fix(routing): fix resolveClassifierModel argument mismatch in ApprovalModeStrategy by @danielweis in #26658
  • docs: add vi mode shortcuts and clarify MCP/custom sandbox setup by @chrisjcthomas in #23853
  • fix(ux): fixed issue with transcribed text not showing after releasing space by @devr0306 in #26609
  • ci: fix json parsing in scheduled triage workflow by @cocosheng-g in #26656
  • fix(cli): hide /memory add subcommand when memoryV2 is enabled by @SandyTao520 in #26605
  • fix: prevent false command conflicts when launching from home directory by @Br1an67 in #23069
  • fix(core): cache model routing decision in LocalAgentExecutor by @akh64bit in #26548
  • Changelog for v0.42.0-preview.2 by @gemini-cli-robot in #26597
  • skip broken test by @scidomino in #26705
  • feat: export session to file and import via flag by @cocosheng-g in #26514
  • Feat: Add Machine Hostname to CLI interface by @M-DEV-1 in #25637
  • docs(extensions): refactor releasing guide and add update mechanisms by @ruomengz in #26595
  • fix(ci): fix maintainer identification in lifecycle manager by @gundermanc in #26706
  • fix(ui): added quotes around session id in resume tip by @devr0306 in #26669
  • Changelog for v0.41.0 by @gemini-cli-robot in #26670
  • refactor(core): agent session protocol changes by @adamfweidman in #26661
  • fix(context): implement loose boundary policy for gc backstop. by @joshualitt in #26594
  • fix(core): throw explicit error on dropped tool responses by @aishaneeshah in #26668
  • fix: resolve "function response turn must come immediately after function call" error by @danielweis in #26691
  • fix(core): resolve parallel tool call streaming ID collision by @aishaneeshah in #26646
  • feat(core): add LocalSubagentProtocol behind AgentProtocol by @adamfweidman in #25302
  • fix(cli): remove noisy theme registration logs from terminal by @JayadityaGit in #25858
  • ci: implement codebase-aware effort level triage by @cocosheng-g in #26666
  • feat(acp/core): prefix tool call IDs with tool names to support tool rendering in ACP compliant IDEs. by @sripasg in #26676
  • fix(mcp): treat GET 404 as 405 in StreamableHTTPClientTransport by @krishdef7 in #24847
  • feat(core): add RemoteSubagentProtocol behind AgentProtocol by @adamfweidman in #25303
  • feat(context): Improvements to the snapshotter. by @joshualitt in #26655

New Contributors

<a class="user-mention notranslate

この記事をシェア

関連記事

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日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む