Gemini CLI の最新バージョンと更新内容

提供: Google · 最終確認: 2026/09/18 13:05 UTC

最新バージョン

Gemini CLI の最新バージョンは v0.60.0(3日前公開)です。

リリース頻度

最新版
0.60.0
30日間の更新
5
7日間
1
平均リリース間隔
約6日

公開時刻(npm/GitHub)から当サイトが算出。間隔は中央値ベース。

バージョン一覧から選ぶ15

最近のリリース

v0.60.0

Sep 15, 2026 UTC
変更点(日本語要約)
  • fix(core): web fetch ユーティリティにおける宛先検証と接続ルーティングを改善 by @diegogodinezr in https://github.com/google-gemini/gemini-cli/pull/29120
  • fix(core): MCP OAuth フローで RFC 9207 に準拠した issuer 識別を強制 by @jvargassanchez-dot in https://github.com/google-gemini/gemini-cli/pull/29117
  • chore(release): バージョンを 0.60.0-nightly.20260901.g0bd1d4397 に更新 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29162
  • Changelog for v0.58.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29161
  • fix(cli): macOS の Seatbelt サンドボックス用に一時ディレクトリを分離 by @jvargassanchez-dot in https://github.com/google-gemini/gemini-cli/pull/29171
  • feat(extensions): エクステンションローダーのパス解決と境界検証を強化 by @diegogodinezr in https://github.com/google-gemini/gemini-cli/pull/29169
  • Changelog for v0.59.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29159
  • fix(core): chrome-devtools-mcp からハードコーディングされた Google CrUX API キーを削除しサニタイズ by @amelidev in https://github.com/google-gemini/gemini-cli/pull/29158
  • fix(extensions): 環境変更時に同意を求め、ランタイムを変更する環境変数をサニタイズ by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28863
  • fix(core): コマンド安全性とファイル検出におけるワークスペースパスの境界チェックとシンボリックリンク解決を強化 by @jesussamuel-byte in https://github.com/google-gemini/gemini-cli/pull/29170
  • fix(config): システム全体の設定パスに対する厳格な権限および所有権チェックを強制 by @jesussamuel-byte in https://github.com/google-gemini/gemini-cli/pull/29115
  • fix(core): NTFS の 8.3 短縮名 (SFN) パス問題を緩和 by @urielefrenvirtusa in https://github.com/google-gemini/gemini-cli/pull/29116
  • fix(cli): サンドボックスコンテナ内で設定ディレクトリを分離 by @jvargassanchez-dot in https://github.com/google-gemini/gemini-cli/pull/29216
  • fix(core): 信頼できないツール出力に対してエンベロープメタデータの出所を強制 by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/29215
原文(English)を表示
What's Changed
  • fix(core): improve destination validation and connection routing in web fetch utilities by @diegogodinezr in https://github.com/google-gemini/gemini-cli/pull/29120
  • fix(core): enforce RFC 9207 issuer identification in MCP OAuth flow by @jvargassanchez-dot in https://github.com/google-gemini/gemini-cli/pull/29117
  • chore(release): bump version to 0.60.0-nightly.20260901.g0bd1d4397 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29162
  • Changelog for v0.58.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29161
  • fix(cli): isolate temporary directory for macOS Seatbelt sandbox by @jvargassanchez-dot in https://github.com/google-gemini/gemini-cli/pull/29171
  • feat(extensions): harden path resolution and boundary validation in extension loader by @diegogodinezr in https://github.com/google-gemini/gemini-cli/pull/29169
  • Changelog for v0.59.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29159
  • fix(core): sanitize and remove hardcoded Google CrUX API key in chrome-devtools-mcp by @amelidev in https://github.com/google-gemini/gemini-cli/pull/29158
  • fix(extensions): prompt for consent on environment changes and sanitize runtime-altering environment variables by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28863
  • fix(core): enhance workspace path boundary checks and symlink resolution in command safety and file discovery by @jesussamuel-byte in https://github.com/google-gemini/gemini-cli/pull/29170
  • fix(config): enforce strict permission and ownership checks on system-wide configuration paths by @jesussamuel-byte in https://github.com/google-gemini/gemini-cli/pull/29115
  • fix(core): mitigate NTFS 8.3 short name (SFN) path by @urielefrenvirtusa in https://github.com/google-gemini/gemini-cli/pull/29116
  • fix(cli): isolate settings directory in sandbox containers by @jvargassanchez-dot in https://github.com/google-gemini/gemini-cli/pull/29216
  • fix(core): enforce envelope metadata provenance for untrusted tool outputs by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/29215

v0.59.0

Sep 8, 2026 UTC
変更点(日本語要約)
  • Changelog for v0.58.0-preview.0 — @gemini-cli-robot による https://github.com/google-gemini/gemini-cli/pull/29082
  • chore(release): バージョンを 0.59.0-nightly.20260825.g812f7a2bc に更新 — @gemini-cli-robot による https://github.com/google-gemini/gemini-cli/pull/29083
  • fix(core): MCP OAuth のメタデータ検出と認証における SSRF を防止 — @josebalius による https://github.com/google-gemini/gemini-cli/pull/29081
  • fix(core): fail-closed のワークスペース信頼を強制し、restricted モードで mcpServers をフィルタリング — @luisfelipe-alt による https://github.com/google-gemini/gemini-cli/pull/29099
原文(English)を表示
What's Changed
  • Changelog for v0.58.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29082
  • chore(release): bump version to 0.59.0-nightly.20260825.g812f7a2bc by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29083
  • fix(core): prevent SSRF in MCP OAuth metadata discovery and authentication by @josebalius in https://github.com/google-gemini/gemini-cli/pull/29081
  • fix(core): enforce fail-closed workspace trust and filter mcpServers in restricted mode by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/29099

v0.58.0

Sep 1, 2026 UTC
変更点(日本語要約)
  • Changelog for v0.57.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28918
  • fix(core): ignore パス処理でのシンボリックリンク評価を一貫させる by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28915
  • refactor(core): shellExecutionService から eslint-disable と型アサーションを削除 by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28862
  • fix(sandbox): macOS Seatbelt 内で Docker およびコンテナランタイムのソケットとバイナリを分離 by @josebalius in https://github.com/google-gemini/gemini-cli/pull/28935
  • fix(a2a-server): 新しいメッセージターンで古いキャンセルエラーをクリアする by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28940
  • fix(core): write policy 設定でトップレベルのセーフティチェッカーを宣言する by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28961
  • (FIX) history rollback と retry nudge の最適化 by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28934
原文(English)を表示
What's Changed
  • Changelog for v0.57.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28918
  • fix(core): ensure consistent symlink evaluation in ignore path handling by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28915
  • refactor(core): remove eslint-disable and type-asserts from shellExecutionService by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28862
  • fix(sandbox): isolate Docker and container runtime sockets and binaries in macOS Seatbelt by @josebalius in https://github.com/google-gemini/gemini-cli/pull/28935
  • fix(a2a-server): clear stale cancellation error on new message turns by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28940
  • fix(core): declare top-level safety checkers in write policy configuration by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28961
  • (FIX) history rollback and retry nudge optimizations by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28934

v0.57.0

Aug 25, 2026 UTC
変更点(日本語要約)
  • fix(core): OAuth フローのために Cloud Workstations のプロキシリダイレクト URI を動的に解決するように修正 by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28688
  • fix(core): IDE 接続で見落とされていたディレクトリ不一致を解決 by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28729
  • Feat/eval validate by @ved015 in https://github.com/google-gemini/gemini-cli/pull/28344
  • feat(evals): ツール呼び出しフォーマッタを追加し、失敗サマリを統合 by @ved015 in https://github.com/google-gemini/gemini-cli/pull/28305
  • Changelog for v0.55.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28779
  • test(e2e): 遅いランナー上で file-system-interactive テストを安定化 by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28793
  • fix(core): 容量エラーに対してコンテキスト認識のサイレントリトライと可用性 TTL を実装 (#28761) by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28790
  • fix(core): キャンセルや中断時にマルチターンリクエスト全体をロールバックするよう修正 by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28801
  • fix(core): git 環境を正規化し、ワークスペース状態の不一致を解決 by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28792
  • [SSR Agent] Issue Fix (19826): a2a-server テストで process.env を vi.stubEnv に移行 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28811
  • [SSR Agent] Issue Fix (21911): packages/cli の tsconfig に composite フラグを追加 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28813
  • [SSR Agent] Issue Fix (26120): プライバシー通知の文言と選択肢を明確化 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28820
  • [SSR Agent] Issue Fix (21919): 統合テストの TypeScript strict-null エラーを修正 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28814
  • [SSR Agent] Issue Fix (21477): 実行タイムアウトを追加して TUI の無限ハングを防止 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28812
  • [SSR Agent] Issue Fix (19239): /clear コマンドのドキュメントを更新してコンテキストリセットを含める by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28847
  • [SSR Agent] Issue Fix (24587): 個人アカウントで発生する誤解を招く管理者エラーを修正 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28819
  • [SSR Agent] Issue Fix (19463): cli_help サブエージェントの出力を Markdown としてフォーマット by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28864
  • [SSR Agent] Issue Fix (28050): Vertex AI のリージョンに関するドキュメントリンクを追加 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28865
  • [SSR Agent] Issue Fix (22093): agents モードが無効なときにサブエージェントが動作しないように防止 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28867
  • [SSR Agent] Issue Fix (23954): オートコンプリート候補に末尾スペースを追加 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28868
  • [SSR Agent] Issue Fix (24935): 外部エディタ終了後にターミナルバッファの再レンダリングを強制 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28880
  • [SSR Agent] Issue Fix (28518): 起動時のサブエージェント引き継ぎトークンの回帰を修正 by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28882
  • fix(core): ツールやメディアを伴う空のテキストターンを保持するよう修正 by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28892
  • fix(patch): 812f7a2 を release/v0.57.0-preview.0-pr-28934 にチェリーピックして v0.57.0-preview.0 をパッチし、version 0.57.0-preview.1 を作成 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29024
原文(English)を表示
What's Changed
  • fix(core): dynamically resolve Cloud Workstations proxy redirect URI for OAuth flows by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28688
  • fix(core): resolve swallowed directory mismatch in IDE connections by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28729
  • Feat/eval validate by @ved015 in https://github.com/google-gemini/gemini-cli/pull/28344
  • feat(evals): add tool call formatter and integrate failure summaries by @ved015 in https://github.com/google-gemini/gemini-cli/pull/28305
  • Changelog for v0.55.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28779
  • test(e2e): stabilize file-system-interactive test on slow runners by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28793
  • fix(core): implement context-aware silent retries and availability TTL for capacity errors (#28761) by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28790
  • fix(core): rollback entire multi-turn request on cancellation or abort by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28801
  • fix(core): normalize git environment and resolve workspace state mismatch by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28792
  • [SSR Agent] Issue Fix (19826): Migrate process.env to vi.stubEnv in a2a-server tests by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28811
  • [SSR Agent] Issue Fix (21911): Add composite flag to packages/cli tsconfig by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28813
  • [SSR Agent] Issue Fix (26120): Clarify privacy notice wording and selection options by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28820
  • [SSR Agent] Issue Fix (21919): Fix TypeScript strict-null errors in integration tests by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28814
  • [SSR Agent] Issue Fix (21477): Prevent indefinite TUI hang by adding execution timeouts by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28812
  • [SSR Agent] Issue Fix (19239): Update /clear command docs to include context reset by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28847
  • [SSR Agent] Issue Fix (24587): Fix misleading admin error for personal accounts by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28819
  • [SSR Agent] Issue Fix (19463): Format cli_help subagent output as markdown by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28864
  • [SSR Agent] Issue Fix (28050): Add Vertex AI locations documentation link by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28865
  • [SSR Agent] Issue Fix (22093): Prevent subagents from running when agents mode is disabled by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28867
  • [SSR Agent] Issue Fix (23954): Add trailing space to autocomplete suggestions by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28868
  • [SSR Agent] Issue Fix (24935): Force terminal buffer rerender after exiting external editors by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28880
  • [SSR Agent] Issue Fix (28518): Fix sub-agent handoff token regression on startup by @joneba-google in https://github.com/google-gemini/gemini-cli/pull/28882
  • fix(core): preserve empty text turns with tools or media by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28892
  • fix(patch): cherry-pick 812f7a2 to release/v0.57.0-preview.0-pr-28934 to patch version v0.57.0-preview.0 and create version 0.57.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/29024

v0.56.0

Aug 19, 2026 UTC

変更点はまだ公開されていません(公開され次第、自動で反映されます)。

v0.55.1

Aug 11, 2026 UTC

v0.54.4

Aug 7, 2026 UTC

v0.54.0

Aug 6, 2026 UTC

v0.53.1

Jul 31, 2026 UTC

v0.53.0

Jul 28, 2026 UTC

v0.52.0

Jul 22, 2026 UTC

v0.51.0

Jul 16, 2026 UTC

v0.50.0

Jul 8, 2026 UTC

v0.49.0

Jun 25, 2026 UTC

v0.47.0

Jun 18, 2026 UTC

よくある質問

Gemini CLI の最新バージョンは?

Gemini CLI の最新バージョンは v0.60.0(3日前公開)です。

Gemini CLI はどのくらいの頻度で更新されますか?

Gemini CLI は直近30日で 5 回更新されました。アップデートは頻繁なので、本ページで最新版と変更点を随時確認できます。

Gemini CLI の変更点(changelog)は日本語で読めますか?

はい。本ページが最新版からの主要な変更点を日本語で要約し、英語の原文も併記しています。一次情報は公式 changelog をご確認ください。

出典:Gemini CLI の公式 changelog(npm / GitHub)。重要な変更点のみ日本語に要約し、原文を併記しています。