Gemini CLI Changelog·2026年5月15日 02:31·約3分で読める
リリース v0.44.0-夜間ビルド(2026年5月14日)の更新内容
TL;DR
開発者 scidomino が、CI(継続的インテグレーション)プロセスにおける脆い設定を修正し、明示的なステージング用タグへ置き換える変更を行いました。
変更点
- fix(ci): 脆い --no-tag を、@scidomino による #26940 で明示的な staging-tmp タグに置換しました。
- Incremental refactor repo agent towards skills-based composition by @gundermanc in #26717
- fix(ui): 選択リストの行折り返しパディングを修正しました。@devr0306 による #26944 の対応です。
- fix(core): v1 互換性のために read_file スキーマを更新しました (#22183)。@cocosheng-g による #26922 の対応です。
- fix(ci): 認証用に git remote をトークンで設定しました。@scidomino による #26949 の対応です。
- chore(release): バージョンを 0.44.0-nightly.20260512.g022e8baef に上げました。@gemini-cli-robot による #26957 の対応です。
- v0.42.0 の変更履歴。@gemini-cli-robot による #26958 です。
- Refactor: 厳密な型検証を通じて no-unsafe-return の抑制を排除しました。@M-DEV-1 による #20668 の対応です。
- v0.43.0-preview.0 の変更履歴。@gemini-cli-robot による #26959 です。
- feat(core): エージェント登録を「先着順」に変更し、プロジェクトを優先するようにしました。@adamfweidman による #26953 の対応です。
- feat(cli): Auto モードを単一の Auto モードに統合しました。@DavidAPierce による #26714 の対応です。
- fix(core): トークンのローテーションおよび取得中に OAuth リフレッシュトークンを保持するようにしました。@cocosheng-g による #26924 の対応です。
- fix(cli): --list-sessions および非対話モードでキーチェーン認証を許可しました。@cocosheng-g による #26921 の対応です。
- fix(core): メモリ内ディスカバリにおける仮想ドライブの EISDIR エラーを処理するようにしました。@cocosheng-g による #26985 の対応です。
- fix(cli): AUTO_EDIT モードでシェルのリダイレクトを自動承認するようにしました。@cocosheng-g による #27003 の対応です。
- ci: 標準的なトライアージメンテナンス中にボットのコメントを抑制しました。@cocosheng-g による #27006 の対応です。
- fix(core): 再認証後の MCP OAuth トークンの使用状況を更新 by @sahilkirad in #26312
- fix(ui): テーブルの列幅をクリンプ(制限) by @devr0306 in #26991
- fix(core): サブエージェントのスレッドコンテキストを分離 by @akh64bit in #26449
- chore: scripts/review.sh に実行権限を追加 by @scidomino in #27009
- fix(core): コンテキストファイルの更新方法を置換から追加に変更 by @devr0306 in #26950
- fix: ripgrep の解決時にシステム PATH のフォールバックを追加 (#26777) by @cocosheng-g in #26868
- chore: 起動時のメモリ機能のクリーンアップ by @SandyTao520 in #26941
- fix(core): シェルのテキスト出力をスロットリングし、ライブ UI バッファに上限を設定 by @emersonbusson in #26955
- fix(cli): @メンションがパスではないブロブを捕捉した場合でもクラッシュしないように対応 by @ifitisit in #25980
- fix(core): 制限付きプレビューモデルに対する安定したフォールバックを保証 by @galz10 in #26999
New Contributors
- @emersonbusson が #26955 で初貢献を果たしました
Full Changelog: v0.42.0-nightly.20260512.gc987b9939...v0.44.0-nightly.20260514.g77078b3e8
原文を表示
What's Changed
- fix(ci): replace brittle --no-tag with explicit staging-tmp tag by @scidomino in #26940
- Incremental refactor repo agent towards skills-based composition by @gundermanc in #26717
- fix(ui): fixed line wrap padding for selection lists by @devr0306 in #26944
- fix(core): update read_file schema for v1 compatibility (#22183) by @cocosheng-g in #26922
- fix(ci): configure git remote with token for authentication by @scidomino in #26949
- chore(release): bump version to 0.44.0-nightly.20260512.g022e8baef by @gemini-cli-robot in #26957
- Changelog for v0.42.0 by @gemini-cli-robot in #26958
- Refactor: Eliminate no-unsafe-return suppressions via strict type validation by @M-DEV-1 in #20668
- Changelog for v0.43.0-preview.0 by @gemini-cli-robot in #26959
- feat(core): change agent registration to first-wins and prioritize project by @adamfweidman in #26953
- feat(cli): merge Auto modes into a single Auto mode by @DavidAPierce in #26714
- fix(core): preserve OAuth refresh tokens during rotation and retrieval by @cocosheng-g in #26924
- fix(cli): allow keychain auth for --list-sessions and non-interactive mode by @cocosheng-g in #26921
- fix(core): handle EISDIR on virtual drives in memory discovery by @cocosheng-g in #26985
- fix(cli): auto-approve shell redirections in AUTO_EDIT mode by @cocosheng-g in #27003
- ci: suppress bot comments during standard triage maintenance by @cocosheng-g in #27006
- fix(core): refresh MCP OAuth token usage after re-auth by @sahilkirad in #26312
- fix(ui): clamped table column widths by @devr0306 in #26991
- fix(core): isolate subagent thread context by @akh64bit in #26449
- chore: add execution permission to scripts/review.sh by @scidomino in #27009
- fix(core): made context files append instead of replace by @devr0306 in #26950
- fix: add system PATH fallback for ripgrep resolution (#26777) by @cocosheng-g in #26868
- chore: clean up launched memory features by @SandyTao520 in #26941
- fix(core): throttle shell text output and bound live UI buffer by @emersonbusson in #26955
- fix(cli): don't crash when an @-mention captures a non-path blob by @ifitisit in #25980
- fix(core): ensure stable fallback for restricted preview models by @galz10 in #26999
New Contributors
- @emersonbusson made their first contribution in #26955
Full Changelog: v0.42.0-nightly.20260512.gc987b9939...v0.44.0-nightly.20260514.g77078b3e8
この記事をシェア
関連記事
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日報で今日の重要ニュースをまとめ読み