Googles KI-Terminal-Tool für Entwickler
25. Februar 2026
## Änderungen seit dem letzten Update * feat(ux): Textumbruchfähigkeiten für Markdown-Tabellen hinzugefügt von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/18240 * Revertiere "fix(mcp): sicherstellen, dass MCP-Transport geschlossen wird, um Speicherlecks zu verhindern" von @skeshive in https://github.com/google-gemini/gemini-cli/pull/18771 * chore(release): Version auf 0.30.0-nightly.20260210.a2174751d erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18772 * chore: ungenutzte und nicht aufgeführte Abhängigkeiten in packages/core aufräumen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/18762 * chore(core): Text der Activate-Skill-Eingabeaufforderung direkter formulieren von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/18605 * Add autoconfigure memory usage setting to the dialog von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/18510 * fix(core): Rennbedingung in der Policy-Persistierung verhindern von @braddux in https://github.com/google-gemini/gemini-cli/pull/18506 * fix(evals): False-Positive im hierarchischen Speichertest verhindern von @Abhijit-2592 in https://github.com/google-gemini/gemini-cli/pull/18777 * test(evals): alle `save_memory`-Evals als `USUALLY_PASSES` kennzeichnen aufgrund von Zuverlässigkeitsproblemen von @jerop in https://github.com/google-gemini/gemini-cli/pull/18786 * feat(cli): Einstellung zum Verstecken der Shortcuts-Hinweis-UI hinzugefügt von @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/18562 * feat(core): formelle 5-Phasen-Sequenzplanungs-Worklow von @jerop in https://github.com/google-gemini/gemini-cli/pull/18759 * Einführung von Limits für Suchergebnisse von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/18767 * fix(cli): Schließen der Debug-Konsole nach automatischem Öffnen über Flimmern zulassen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/18795 * feat(masking): Ausgabe-Maskierung von Tools standardmäßig aktivieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18564 * perf(ui): Tabellenrendering durch Memoisierung gestylter Zeichen optimieren von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/18770 * feat: Mehrzeilige Textantworten im AskUser-Tool von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/18741 * perf(cli): Große Debug-Logs zuschneiden und Nachrichtenverlauf begrenzen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/18663 * fix(core): vollständige MCP-Erkennung, wenn konfigurierte Server übersprungen werden von @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/18586 * fix(core): CLI-Version zwischenspeichern, um Konsistenz während Sitzungen sicherzustellen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/18793 * fix(cli): doppelte Darstellung in shpool beheben und VSCode-Lint-Warnungen adressieren von @braddux in https://github.com/google-gemini/gemini-cli/pull/18704 * feat(plan): Plan-Modus-Policy-Overrides dokumentieren und validieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/18825 * Fix Drucktaste zum Beenden des Auswahlmodus durch eine beliebige Taste von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/18421 * fix(cli): F12-Verhalten aktualisieren, Drawer nur zu öffnen, wenn Browser scheitert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/18829 * feat(plan): Fähigkeiten im Plan-Modus aktivieren lassen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/18817 * docs(plan): Dokumentation zu Plan-Modus-Werkzeugen hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/18827 * Entferne experimentellen Hinweis in Extensions-Einstellungen-Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/18822 * Update Prompt- und Grep-Werkdefinitions zur Begrenzung der Kontextgröße von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/18780 * docs(plan): Dokumentation für `ask_user`-Tool hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/18830 * Revert unbeabsichtigter Credential-Exposition von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/18840 * feat(core): interne Utility-Modelle auf Gemini 3 aktualisieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/18773 * feat(a2a): Value-Resolver für Auth-Credential-Auflösung hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/18653 * Removed getPlainTextLength von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/18848 * Weitere Tweaks am Grep-Prompt von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/18846 * refactor(cli): Reactive useSettingsStore-Hook von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/14915 * fix(mcp): Sicherstellen, dass stdio MCP-Serverausführung die Umgebungsvariable GEMINI_CLI=1 gesetzt hat. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/18832 * fix(core): Headless-Modus-Erkennung für Flags und Abfrageargumente verbessern von @galz10 in https://github.com/google-gemini/gemini-cli/pull/18855 * refactor(cli): UI vereinfachen und Legacy-Dialoglogik entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18566 * feat(cli): --allowed-tools und excludeTools zugunsten der Policy-Engine veralten lassen von @Abhijit-2592 in https://github.com/google-gemini/gemini-cli/pull/18508 * fix(workflows): Maintainer-Erkennung für automatisierte PR-Aktionen verbessern von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/18869 * refactor(cli): useToolScheduler konsolidieren und Legacy-Implementierung löschen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18567 * Update Changelog für v0.28.0 und v0.29.0-preview0 von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/18819 * fix(core): sicherstellen, dass Sub-Agenten registriert werden, unabhängig von tools.allowed von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/18870 * Anzeige einer Benachrichtigung, wenn es Konflikte mit einem Extensions-Befehl gibt, von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17890 * fix(cli): '?' Shortcuts-Hilfetext beim Tastenkurzschluss und aktiven Zustand ausblenden von @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/18583 * fix(core): bedingte Policy-Regeln priorisieren und Plan-Modus härten von @Abhijit-2592 in https://github.com/google-gemini/gemini-cli/pull/18882 * feat(core): Plan-Modus-Systemprompt für agentengesteuerte Ausführung verfeinern von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/18799 * feat(plan): Metriken für Nutzung des `AskUser`-Tools erstellen von @Adib234 in https://github.com/google-g
Features
24. Februar 2026
## Was geändert wurde * fix(patch): cherry-pick d96bd05 to release/v0.29.6-pr-19867 to patch version v0.29.6 and create version 0.29.7 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/20111 **Ganzes Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.29.6...v0.29.7
Features
23. Februar 2026
## Was sich geändert hat * fix(patch): cherry-pick aa9163d to release/v0.29.5-pr-19991 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/20039 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.29.5...v0.29.6
Features
19. Februar 2026
## Änderungen * fix(patch): cherry-pick c43500c to release/v0.29.2-pr-19502 to patch version v0.29.2 and create version 0.29.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/19522 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.29.2...v0.29.3
Features
19. Februar 2026
## Änderungen * fix(patch): cherry-pick 261788c to release/v0.29.1-pr-19453 to patch version v0.29.1 and create version 0.29.2 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/19491 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.29.1...v0.29.2
Features
18. Februar 2026
## Was geändert wurde * fix(patch): cherry-pick 858918f to release/v0.29.0-pr-19460 to patch version v0.29.0 and create version 0.29.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/19480 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.29.0...v0.29.1
Features
18. Februar 2026
## Was sich geändert hat * fix: Entferne `ask_user`-Werkzeug in nicht-interaktiven Modi von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/18154 * fix(cli): Erlaube eingeschränkte .env-Ladung in untrusted sandboxed Ordnern von @galz10 in https://github.com/google-gemini/gemini-cli/pull/17806 * Ermutige Agenten, Ecosystem-Tools zu nutzen, um Arbeiten zu erledigen von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/17881 * feat(plan): Vereinheitliche Workflow-Ortung im System-Prompt zur Optimierung des Cachings von @jerop in https://github.com/google-gemini/gemini-cli/pull/18258 * feat(core): aktiviere getUserTierName in der Konfiguration von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/18265 * feat(core): Standard-Execution-Limits für Subagenten hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18274 * Fix-Problem, bei dem der Agent bei interaktiven Befehlen hängenbleibt. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/18272 * chore(release): Version auf 0.29.0-nightly.20260203.71f46f116 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18243 * feat(core): harte Umgehung der Richtlinie für lokale Subagenten entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18153 * feat(plan): Implementiere `plan`-Befehl von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/17698 * feat: Erhöhe Beschriftung für `ask_user`-Label auf 16 Zeichen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/18320 * Füge Informationen über den Lebenszyklus der Agentenfähigkeiten hinzu und kläre Metadaten des Docs-Writers-Fähigkeiten. von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/18234 * feat(core): füge `enter_plan_mode`-Werkzeug hinzu von @jerop in https://github.com/google-gemini/gemini-cli/pull/18324 * Stoppe Anzeige einer Fehlermeldung in `/plan` von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/18333 * fix(hooks): entferne unnötige Logging-Ausgaben bei Hook-Registrierung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18332 * fix(mcp): sicherstellen, dass MCP-Transport geschlossen wird, um Speicherlecks zu verhindern von @cbcoutinho in https://github.com/google-gemini/gemini-cli/pull/18054 * feat(skills): Verknüpfung für Agentenfähigkeiten implementieren von @MushuEE in https://github.com/google-gemini/gemini-cli/pull/18295 * Changelogs für 0.27.0 und 0.28.0-preview0 von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/18336 * chore: Dokumente korrigieren, da Fähigkeiten und Hooks stabil sind von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/18358 * feat(admin): Admin-Whitelist für MCP-Server-Konfigurationen implementieren von @skeshive in https://github.com/google-gemini/gemini-cli/pull/18311 * fix(core): Retry-Logik für transiente SSL/TLS-Fehler (#17318) von @ppgranger in https://github.com/google-gemini/gemini-cli/pull/18310 * Add support for /extensions config command von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17895 * fix(core): handle non-kompatible mcpbridge-Antworten von Xcode 26.3 von @peterfriese in https://github.com/google-gemini/gemini-cli/pull/18376 * feat(cli): Unterstützungen für W, B, E Vim-Bewegungen und Operator-Unterstützung von @ademuri in https://github.com/google-gemini/gemini-cli/pull/16209 * fix: Windows-spezifische Agent-Qualität & System-Prompt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/18351 * feat(plan): Unterstütze `replace`-Werkzeug im Plan-Modus zum Bearbeiten von Plänen von @jerop in https://github.com/google-gemini/gemini-cli/pull/18379 * Verbesserung der Anleitungen für Memory-Tool und Evaluations-Tests von @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/18091 * fix(cli): Farbverlinkungs-Erfolgsmeldung für Extension-Link grün von @MushuEE in https://github.com/google-gemini/gemini-cli/pull/18386 * rückgängig machen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/18147 * feat(plan): Anleitung zur Iteration über genehmigte Pläne vs. Erstellung neuer Pläne von @jerop in https://github.com/google-gemini/gemini-cli/pull/18346 * feat(plan): Behebe ungültige Tool-Aufrufe im Plan-Modus von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/18352 * feat(plan): Integriere Planungsartefakte und Tools in primäre Arbeitsabläufe von @jerop in https://github.com/google-gemini/gemini-cli/pull/18375 * Fix Berechtigungsprüfung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/18395 * ux(polish) Autocomplete im Eingabe-Prompt von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/18181 * fix: lösche unendliche Schleife bei Verwendung von "Mit externem Editor ändern" von @ppgranger in https://github.com/google-gemini/gemini-cli/pull/17453 * feat: Erweiterung von verify-release auf macOS und Windows von @yunaseoul in https://github.com/google-gemini/gemini-cli/pull/18145 * feat(plan): Unterstützung von MCP-Servern im Plan-Modus von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/18229 * chore: Aktualisiere Ordner-Vertrauens-Meldungen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/18402 * feat(plan): Erzeuge Metrik für Ausführung von Plänen, die im Plan-Modus generiert wurden von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/18236 * perf(ui): Optimierung von stripUnsafeCharacters mit Regex von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/18413 * feat(context): Implementiere Beobachtungs-Maskierung für Tool-Ausgaben von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18389 * feat(core,cli): Implementiere speichernde Ausgabe von Sitzungen und Aufräumen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/18416 * Kürze temporäres Verzeichnis von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/17901 * feat(plan): Füge Verhaltens-Evalien für Plan-Modus hinzu von @jerop in https://github.com/google-gemini/gemini-cli/pull/18437 * Füge Extension-Registerkarten-Client hinzu von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/18396 * Extension-Konfiguration standardmäßig aktivieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/18447 * Automatisch Change-Logs beim Release generieren von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/18401 * Entferne previewFeatures und setze Gemini 3 als Standard von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/18414 * feat(admin): MCP-Whitelist auf Extensions & Gemini MCP-Liste
Features
11. Februar 2026
## Was sich geändert hat * fix(patch): cherry-pick e9a9474 to release/v0.28.1-pr-18840 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18847 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.28.1...v0.28.2
Features
11. Februar 2026
## Änderungen * fix(patch): cherry-pick 37f128a to release/v0.28.0-pr-18478 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18821 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.28.0...v0.28.1
Features
10. Februar 2026
## Was sich geändert hat * feat(commands): füge Slash-Befehl /prompt-suggest von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/17264 hinzu * feat(cli): Hooks-enable/disable im Einklang mit Skills bringen und Completion verbessern von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16822 * docs: CLI-Referenzdokumentation hinzufügen von @leochiu-a in https://github.com/google-gemini/gemini-cli/pull/17504 * chore(release): Version auf 0.28.0-nightly.20260128.adc8e11bb erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/17725 * feat(skills): finales stabiles Promotion-Cleanup von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17726 * test(core): Mock-Fetch in OAuth-Transport-Fallback-Tests von @jw409 in https://github.com/google-gemini/gemini-cli/pull/17059 * feat(cli): Auth-Methode in /bug einschließen von @erikus in https://github.com/google-gemini/gemini-cli/pull/17569 * Add a email privacy note to bug_report template von @nemyung in https://github.com/google-gemini/gemini-cli/pull/17474 * Rewind-Dokumentation von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/17446 * fix: MIME-Typen für Audio/Video mit Inhaltsprüfung verifizieren von @maru0804 in https://github.com/google-gemini/gemini-cli/pull/16907 * feat(core): Unterstützung für Positron IDE (#15045) hinzufügen von @kapsner in https://github.com/google-gemini/gemini-cli/pull/15047 * /oncall Dedup - Texte auf nächste Zeilen umbrechen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17782 * fix(admin): fortgeschrittene Features-Verwaltungs-Einstellung umbenennen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/17786 * [extension config] Brechende optionale Werte non-optional machen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17785 * Fix docs-writer Skill-Probleme von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/17734 * fix(core): Duplikate von Hook-Fehler-Warnungen während Streaming unterdrücken von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17727 * test: weitere Tests für AskUser hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/17720 * feat(cli): Aktivierung der Aktivitätsprotokollierung im Nicht-Interaktiv-Modus und Eval-Modi von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/17703 * feat(core): Unterstützung für benutzerdefinierte Ablehnungsnachrichten in Richtlinienregeln von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/17427 * Fix unbeabsichtigte Credential-Exposition gegenüber MCP-Servern von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/17311 * feat(extensions): Unterstützung für benutzerdefinierte Themes in Erweiterungen von @spencer426 in https://github.com/google-gemini/gemini-cli/pull/17327 * fix: Arbeitsbereich-Verzeichnisse bei Sitzungs-Wiederaufnahme speichern und wiederherstellen von @korade-krushna in https://github.com/google-gemini/gemini-cli/pull/17454 * Aktualisiere Release-Notes-Seiten für 0.26.0 und 0.27.0-preview. von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/17744 * feat(ux): aktualisiere Zellengrenzfarbe und erstelle Testdatei für Tabellen-Rendering von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/17798 * Ändere Höhe für die ToolConfirmationQueue von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/17799 * feat(cli): Benutzeridentitätsinformationen in stats-Befehl aufnehmen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17612 * fix(ux): Off-by-Some-Wrap-Probleme durch festbreite Zeichen behoben von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/17816 * feat(cli): undo/redo Tastenkürzel auf Cmd+Z/Alt+Z und Shift+Cmd+Z/Shift+Alt+Z aktualisieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/17800 * fix(evals): absoluten Pfad für Aktivitäts-Protokollverzeichnis verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/17830 * test: Integrations-Test hinzufügen, um stdout/stderr-Routing zu überprüfen von @ved015 in https://github.com/google-gemini/gemini-cli/pull/17280 * fix(cli): gelistete Erweiterungen anzeigen, wenn Update-Ziel fehlt von @tt-a1i in https://github.com/google-gemini/gemini-cli/pull/17082 * fix(cli): PAT-Token und Anmeldeinformationen in Git-Remote-URL-Parsing behandeln von @afarber in https://github.com/google-gemini/gemini-cli/pull/14650 * fix(core): returnDisplay für Fehlerergebnisanzeige verwenden von @Nubebuster in https://github.com/google-gemini/gemini-cli/pull/14994 * Fix Erkennung von bun als Paket-Manager von @Randomblock1 in https://github.com/google-gemini/gemini-cli/pull/17462 * feat(cli): hooksConfig.enabled im Einstellungsdialog anzeigen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17810 * feat(cli): Anzeige der Benutzeridentität (auth, E-Mail, Stufe) beim Start von @yunaseoul in https://github.com/google-gemini/gemini-cli/pull/17591 * fix: ghost border für AskUserDialog verhindern von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/17788 * docs: A2A-Subagenten in subagents.md als experimentell markieren von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/17863 * Fehler bei sensiblen Werten für MCP-Serverbehandlung beheben von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17826 * fix(admin): secureModeEnabled auf strictModeDisabled umbenennen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/17789 * feat(ux): truncate-Dots in Tabellen kürzer machen von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/17825 * fix(core): DEP0040 Punnycode-Demigration via patch-package lösen von @ATHARVA262005 in https://github.com/google-gemini/gemini-cli/pull/17692 * feat(plan): generische Checklist-Komponente erstellen und Todo refaktorisieren von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/17741 * Bereinigung nach Entfernen des Delegates an Agent von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/17875 * fix(core): GIT_CONFIG_GLOBAL verwenden, um Schatten-Git-Repo-Konfiguration zu isolieren - Fixes #17877 von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/17803 * Mouse-Tracking E2E deaktivieren von @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/17880 * fix(cli): korrekten Setting-Key für Cloud Shell-Auth verwenden von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17884 * chore: IDE-spezifisches ASCII-Logo zurücksetzen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/17887 * Revert "fix(core): resolve DEP0040 punycode deprecation via patch-package" von
Features
10. Februar 2026
## Was sich geändert hat * fix(patch): cherry-pick 37f128a to release/v0.27.3-pr-18478 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18743 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.27.3...v0.27.4
Features
6. Februar 2026
## Was sich geändert hat * fix(patch): cherry-pick 1cae5ab to release/v0.27.2-pr-18376 to patch version v0.27.2 and create version 0.27.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18464 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.27.2...v0.27.3
Features
5. Februar 2026
## Änderungen * fix(patch): cherry-pick 9ca7300 to release/v0.27.1-pr-18395 to patch version v0.27.1 and create version 0.27.2 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18399 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.27.1...v0.27.2
Features
5. Februar 2026
## Was sich geändert hat * fix(patch): cherry-pick a8b4c38 to release/v0.27.0-pr-18161 to patch version v0.27.0 and create version 0.27.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/18393 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.27.0...v0.27.1
Features
4. Februar 2026
## Was sich geändert hat * Entferne fireAgent- und beforeAgent-Hooks von @ishaanxgupta in https://github.com/google-gemini/gemini-cli/pull/16919 * Entfernt ungenutzte modelHooks und toolHooks von @ved015 in https://github.com/google-gemini/gemini-cli/pull/17115 * feat(cli): ANSI-Escape-Sequenzen in nicht-interaktiver Ausgabe bereinigen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17172 * Aktualisiere Attempt-Text zu Retry, wenn der Versuch gezeigt wird, dass … von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17178 * chore(skills): aktualisiere pr-creator Skill-Workflow von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17180 * feat(cli): implementiere ereignisgesteuerten Scheduler für Tool-Ausführung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17078 * chore(release): Versions-Hebe auf 0.27.0-nightly.20260121.97aac696f von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/17181 * Entferne andere Rewind-Referenz in der Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17149 * feat(skills): füge Code-Reviewer-Skill hinzu von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/17187 * feat(plan): Erweitere `Shift+Tab`-Modus-Zyklus um `Plan`-Modus von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/17177 * feat(plan): refaktorisiere TestRig und Eval-Hilfsprogramm zur Unterstützung konfigurierbarer Freigabemodi von @jerop in https://github.com/google-gemini/gemini-cli/pull/17171 * feat(workflows): Unterstützung rekursiver Workstream-Beschriftung und neue IDs von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/17207 * Führe Eval-Tests für alle Modelle aus. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/17123 * fix(github): verbessere Label-Workstream-Rollup-Effizienz mit GraphQL von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/17217 * Docs: Aktualisiere Changelogs für Releases v0.25.0 und v0.26.0-preview.0 von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/17215 * Migriere beforeTool- und afterTool-Hooks zu hookSystem von @ved015 in https://github.com/google-gemini/gemini-cli/pull/17204 * fix(github): verbessere Label-Workstream-Rollup-Effizienz und behebe Bugs von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/17219 * feat(cli): verbessere Fähigkeiten-Aktivierung/Deaktivierungstext von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/17192 * fix(admin): Sicherstellen, dass CLI-Befehle im Nicht-Interaktiv-Modus laufen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/17218 * feat(core): Unterstützung dynamischer Variablenersetzung im Systemprompt-Override von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/17042 * fix(core,cli): ermögliche rekursiven Verzeichniszugriff durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/17094 * Docs: Kennzeichnung experimenteller Features von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/16760 * Unterstütze Command/Ctrl/Alt Backspace korrekt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/17175 * feat(plan): füge Anweisungen zum Freigabemodus in Systemprompt hinzu von @jerop in https://github.com/google-gemini/gemini-cli/pull/17151 * feat(core): standardisiere Enable/Disable von LLMCorrection standardmäßig von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/17223 * Remove unused slug from sidebar von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/17229 * leite stdin beim Beenden ab von @scidomino in https://github.com/google-gemini/gemini-cli/pull/17241 * refactor(cli): trenne UI von Live-Tool-Ausführung über ToolActionsContext von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17183 * fix(core): aktualisiere Token-Anzahl und Telemetrie bei /chat-Resume-History-Laden von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/16279 * fix: /policy zur Anzeige von Richtlinien gemäß Modus von @ishaanxgupta in https://github.com/google-gemini/gemini-cli/pull/16772 * fix(core): vereinfache Fehlermeldung bei Tool-Ersetzung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/17246 * feat(cli): konsolidiere Inaktivität der Shell und Monitoring der Umleitung durch @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/17086 * fix(scheduler): Verhindere veraltete Tool-Neuveröffentlichung und behebe eingefrorenen UI-Zustand von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17227 * feat(config): Standardmäßig EnableEventDrivenScheduler auf true setzen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17211 * feat(hooks): standardmäßig Hook-System aktivieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/17247 * feat(core): AgentRegistry, um alle entdeckten Subagents nachverfolgen zu können, von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/17253 * feat(core): Subagents verwenden JSON-Schema-Typ für Input. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/17152 * feat: ersetze großen Text-Einfügen mit Platzhalter [Pasted Text: X lines] von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/16422 * security(hooks): Kontext, der Hook-injektierte Kontext in eindeutige XML-Tags wickelt von @yunaseoul in https://github.com/google-gemini/gemini-cli/pull/17237 * Ermögliche das Queueing bestimmter nächtlicher Eval-Tests von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/17262 * docs(hooks): Umfassendes Update der Hook-Dokumentation und Specs von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/16816 * Refactor: verbessere Placeholder für Large-Text-Paste von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/17269 * feat: implementiere /rewind-Befehl von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/15720 * Feature/jetbrains IDE-Erkennung von @SoLoHiC in https://github.com/google-gemini/gemini-cli/pull/16243 * docs: Tippfehler in mcp-server.md-Datei von @schifferl in https://github.com/google-gemini/gemini-cli/pull/17099 * Sanitize Befehlsnamen und -beschreibungen von @ehedlund in https://github.com/google-gemini/gemini-cli/pull/17228 * fix(auth): verhindert Absturz, wenn anfängliche Auth fehlschlägt von @skeshive in https://github.com/google-gemini/gemini-cli/pull/17308 * Neue Bild-Paste-Fähigkeiten für Wayland und X11 auf Linux von @devr0306 in https://github.com/google-gemini/gemini-cli/pull/17144 * feat: füge AskUser
Features
28. Januar 2026
## Was sich geändert hat * fix: PDF token estimation (#16494) von @korade-krushna in https://github.com/google-gemini/gemini-cli/pull/16527 * chore(release): Version auf 0.26.0-nightly.20260114.bb6c57414 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/16604 * docs: F12 zum Öffnen der Debug-Konsole klären von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/16570 * docs: Entferne .md-Erweiterung aus internen Links in architecture.md von @medic-code in https://github.com/google-gemini/gemini-cli/pull/12899 * Add an experimental setting for extension config von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/16506 * feat: Rewind Confirmation-Dialog und Rewind Viewer-Komponente hinzufügen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/15717 * fix(a2a): Werfe keine Fehler für GeminiEventType Retry und InvalidStream von @ehedlund in https://github.com/google-gemini/gemini-cli/pull/16541 * prefactor: rootCommands als Array hinzufügen, damit es für Policy-Parsing verwendet werden kann von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/16640 * remove unnecessary `\x7f` key bindings von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16646 * docs(skills): use body-file in pr-creator skill für bessere Zuverlässigkeit von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/16642 * chore(automation): rekursive Kennzeichnung für Nachfahren des Workstreams von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16609 * feat: Einführung des eingebauten Skill „skill-creator“ und CJS-Verwaltungstools von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16394 * chore(automation): Entferne automatisierte PR-Größen- und Komplexitätskennzeichnung von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16648 * refactor(skills): ersetze 'project' durch 'workspace'-Geltung von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16380 * Docs: Release notes für 13.01.2026 aktualisieren von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/16583 * Simplify paste handling von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16654 * chore(automation): verbesserte Planung zur Issue-Triage-Erkennung und Durchsatz von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16652 * fix(acp): Exit-Cleanup ausführen, wenn stdin schließt von @codefromthecrypt in https://github.com/google-gemini/gemini-cli/pull/14953 * feat(scheduler): Typen für ereignisgesteuerten Scheduler hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/16641 * Remove unused rewind key binding von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16659 * Remove sequence binding von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16664 * feat(cli): deprecatiert das --prompt-Flag wieder aufheben von @alexaustin007 in https://github.com/google-gemini/gemini-cli/pull/13981 * chore: Dependabot-Konfiguration aktualisieren von @cosmopax in https://github.com/google-gemini/gemini-cli/pull/13507 * feat(config): Add 'auto' Alias für Standardmodell-Auswahl von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16661 * Enable & disable agents von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16225 * cleanup: Keybindings verbessern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16672 * Add timeout for shell-utils to prevent hangs. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/16667 * feat(plan): experimentelles Plan-Flag hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/16650 * feat(cli): Sicherheitszustimmungsabfragen für Skill-Installation hinzufügen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16549 * fix: Ersetze 3 aufeinanderfolgende Punkte durch Auslassungszeichen von @Vist233 in https://github.com/google-gemini/gemini-cli/pull/16587 * chore(automation): sicherstellen, dass status/need-triage angewendet wird und niemals automatisch gelöscht wird von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16657 * fix: Doppelpunkte in Skill-Beschreibung Frontmatter behandeln von @maru0804 in https://github.com/google-gemini/gemini-cli/pull/16345 * refactor(core): Robustheit der Skill-Frontmatter-Parse-Verarbeitung von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16705 * feat(skills): Konflikt-Erkennung und Warnungen für Skill-Overrides von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16709 * feat(scheduler): SchedulerStateManager für reaktiven Tool-Status von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/16651 * chore(automation): Berechtigung der 'help wanted'-Kennzeichnung erzwingen und Richtlinien aktualisieren von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16707 * fix(core): zirkuläre Abhängigkeit über tsconfig-Pfade lösen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16730 * chore/release: Version auf 0.26.0-nightly.20260115.6cb3ae4e0 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/16738 * fix(automation): Status/need-issue-Kennzeichnungspass Wildcard korrigieren von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16727 * fix(automation): Verhindern von Loop beim Label-Enforcer durch Ignorieren aller Bots von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16746 * Add links to supported locations und kleine Fixes von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/16476 * feat(policy): Source Tracking zu Policy-Regeln hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/16670 * feat(automation): '🔒 maintainer only'-Rechte erzwingen und Bot-Loop beheben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16751 * Make merged settings non-nullable und alle Lints diesbezüglich beheben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/16647 * fix(core): ModelInfo-Ereignis emisiones bei abgebrochenem Signal verhindern von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16752 * Replace relative paths, um Website-Build zu reparieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/16755 * Restricting to localhost von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/16548 * fix(cli): explizite Abhängigkeit auf color-convert hinzufügen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16757 * fix(automation): robuste Kennzeichnungsdurchsetzung mit Berechtigungsprüfungen von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/16762 * fix(cli): OOM-Absturz verhindern durch Begrenzung der Dateisuche und Timeout hinzufügen von @galz10 in https://github.com/google
Features
23. Januar 2026
## Was sich geändert hat * fix(patch): cherry-pick 9866eb0 to release/v0.25.1-pr-17166 to patch version v0.25.1 and create version 0.25.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/17419 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.25.1...v0.25.2
Features
22. Januar 2026
## Geändert * fix(patch): cherry-pick 87a0db2 to release/v0.25.0-pr-17308 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/17316 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.25.0...v0.25.1
Features
21. Januar 2026
## Was sich geändert hat * feat(core): verbessere activate_skill Tool und verwende Kleinbuchstaben XML-Tags von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16009 * Initiierungsmethode Telemetrie-Eigenschaft hinzufügen von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15818 * chore(release): Version auf 0.25.0-nightly.20260107.59a18e710 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/16048 * Hx-Unterstützung von @kevinfjiang in https://github.com/google-gemini/gemini-cli/pull/16032 * [Skills] Foundation: Zentralisiere Verwaltungslogik und Feedback-Rendern von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15952 * Einführung von GEMINI_CLI_HOME für strikte Testisolation von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15907 * [Skills] Mehrere Bereiche Skill-Aktivierung und Shadowing-Fehlerbehebung von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15953 * policy: Legacy-Policy aus dem Core-Tool-Scheduler in Policy-Engine extrahieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15902 * Verbesserung von TestRig mit Prozessverwaltung und Timeouts von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15908 * Troubleshooting-Dokumentation aktualisieren für UNABLE_TO_GET_ISSUER_CERT_LOCALLY von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16069 * Keytar zu Abhängigkeiten hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/15928 * Vereinfachung des Extension-Einstellungen-Befehls von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/16001 * feat(admin): Extensions deaktiviert implementieren von @skeshive in https://github.com/google-gemini/gemini-cli/pull/16024 * Core-Datenstruktur-Updates für Rewind-Funktionalität von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/15714 * feat(hooks): Vereinfachung des Hook-Firing mit HookSystem Wrapper-Methoden von @ved015 in https://github.com/google-gemini/gemini-cli/pull/15982 * Add exp.gws_experiment Feld zu LogEventEntry von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/16062 * Rückgängigmachen von "feat(admin): implement extensions disabled" (#16082) von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/16082 * feat(core): Entkopplung des UI für das Aktivieren von Hooks vom Subsystem von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/16074 * Docs: Dokumentation für Hooks + Extensions hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/16073 * feat(core): Vorläufige Änderungen für Subagent-Modell-Routing von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/16035 * CI-Workflow optimieren: Jobs parallelisieren und Linters cachen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16054 * Option für Fallback bei Kapazitätsfehlern in ProQuotaDi… hinzufügen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16050 * feat: Bestätigung Details-Unterstützung + jsonrpc vs http rest-Unterstützung von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/16079 * fix(workflows): Labels für pr-triage.sh Skript korrigieren und begrenzen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/16096 * Fix und Umbenennung introspection agent -> cli help agent von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16097 * Docs: Changelog Aktualisierung 20260105 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/15937 * Enable cli_help Agent standardmäßig von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16100 * Optimierte json-output Tests mit Mock-Antworten von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16102 * CI für Forks korrigieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16113 * Reduziere Mahnungen zu PRs, die auf Issues verweisen, aber diese nicht lösen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/16112 * feat(cli): Pfad-Autovervollständigung nach Slash-Befehlen hinzufügen von @jasmeetsb in https://github.com/google-gemini/gemini-cli/pull/14738 * Upgrade-Option für zahlende Nutzer hinzufügen von @cayden-google in https://github.com/google-gemini/gemini-cli/pull/15978 * [Skills] UX-Polish: Transparentes Feedback und CLI-Feinabstimmungen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15954 * Polish: Warnung „Failed to load skills“ in Debug-Logs verschieben von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16142 * feat(cli): Chat-Historie exportieren in /bug und GitHub-Issue vorbelegen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16115 * bug(core): Problem mit Overrides zu Bases beheben von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/15255 * enableInteractiveShell für externes Tooling, das auf a2a-Server angewiesen ist von @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/16080 * Reapply "feat(admin): implement extensions disabled" (#16082) von @skeshive in https://github.com/google-gemini/gemini-cli/pull/16109 * bug(core): Spewie Getter in `hookTranslator.ts` beheben von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/16108 * feat(hooks): explicit stop and block Ausführungskontrolle in Model-Hooks hinzufügen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15947 * Verfeinere Gemini 3 System-Anweisungen zur Reduzierung der Model-Verbosität von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16139 * chore: unbenutzte Modelle bereinigen und Konstanten verwenden von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/16246 * Immer geklammertes Einfügen aktivieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/16179 * refactor: migrate clearCommand Hook-Aufrufe zu HookSystem von @ved015 in https://github.com/google-gemini/gemini-cli/pull/16157 * refactor: migrate App-Containner Hook-Aufrufe zum Hook-System von @ishaanxgupta in https://github.com/google-gemini/gemini-cli/pull/16161 * Zeige Einstellungsquelle in Extensions-Listen an von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/16207 * feat(skills): pr-creator Skill hinzufügen und Skills aktivieren von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/16232 * fix: Shift+Space im Kitty Keyboard Protocol-Terminals behandeln von @tt-a1i in https://github.com/google-gemini/gemini-cli/pull/15767 * feat(core, ui): Addiere `/agents refresh` Befehl. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/16204 * feat(core): lokale Experimente-Überschreibungen via GEMINI_EXP hinzufügen von @kevin-
Features
19. Januar 2026
## Änderungen * fix(patch): cherry-pick 88f1ec8 to release/v0.24.0-pr-16179 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/16783 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.24.0...v0.24.4
Features
14. Januar 2026
## Was sich geändert hat * chore(core): refactor model resolution and cleanup fallback logic von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15228 * Add Folder Trust Support To Hooks von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15325 * Record timestamp with code assist metrics. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15439 * feat(policy): implement dynamic mode-aware policy evaluation von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15307 * fix(core): use debugLogger.debug for startup profiler logs von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15443 * feat(ui): Add security warning and improve layout for Hooks list von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15440 * fix #15369, prevent crash on unhandled EIO error in readStdin cleanup von @ElecTwix in https://github.com/google-gemini/gemini-cli/pull/15410 * chore: improve error messages for --resume von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15360 * chore: remove clipboard file von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15447 * Implemented unified secrets sanitization and env. redaction options von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15348 * feat: automatic `/model` persistence across Gemini CLI sessions von @niyasrad in https://github.com/google-gemini/gemini-cli/pull/13199 * refactor(core): remove deprecated permission aliases from BeforeToolHookOutput von @StoyanD in https://github.com/google-gemini/gemini-cli/pull/14855 * fix: add missing `type` field to MCPServerConfig von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15465 * Make schema validation errors non-fatal von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15487 * chore: limit MCP resources display to 10 by default von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15489 * Add experimental in-CLI extension install and uninstall subcommands von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/15178 * feat: Add A2A Client Manager and tests von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15485 * feat: terse transformations of image paths in text buffer von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/4924 * Security: Project-level hook warnings von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15470 * Added modifyOtherKeys protocol support for tmux von @ved015 in https://github.com/google-gemini/gemini-cli/pull/15524 * chore(core): fix comment typo von @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15558 * feat: Show snowfall animation for holiday theme von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15494 * do not persist the fallback model von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15483 * Resolve unhandled promise rejection in ide-client.ts von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/15587 * fix(core): handle checkIsRepo failure in GitService.initialize von @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15574 * fix(cli): add enableShellOutputEfficiency to settings schema von @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15560 * Manual nightly version bump to 0.24.0-nightly.20251226.546baf993 von @galz10 in https://github.com/google-gemini/gemini-cli/pull/15594 * refactor(core): extract static concerns from CoreToolScheduler von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15589 * fix(core): enable granular shell command allowlisting in policy engine von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15601 * chore/release: bump version to 0.24.0-nightly.20251227.37be16243 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15612 * refactor: deprecate legacy confirmation settings and enforce Policy Engine von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15626 * Migrate console to coreEvents.emitFeedback oder debugLogger von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/15219 * Exponential back-off retries for retryable error without a specified … von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15684 * feat(agents): add support for remote agents and multi-agent TOML files von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15437 * Update wittyPhrases.ts von @segyges in https://github.com/google-gemini/gemini-cli/pull/15697 * refactor(auth): Refactor non-interactive mode auth validation & refresh von @skeshive in https://github.com/google-gemini/gemini-cli/pull/15679 * Revert "Update wittyPhrases.ts (#15697)" von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15719 * fix(hooks): deduplicate agent hooks and add cross-platform integration tests von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15701 * Implement support for tool input modification von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15492 * Add instructions to the extensions update info notification von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14907 * Add extension settings info to /extensions list von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14905 * Agent Skills: Implement Core Skill Infrastructure & Tiered Discovery von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15698 * chore: remove cot style comments von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15735 * feat(agents): Add remote agents to agent registry von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15711 * feat(hooks): implement STOP_EXECUTION and enhance hook decision handling von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15685 * Fix build issues caused by year-specific linter rule von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15780 * fix(core): handle unhandled promise rejection in mcp-client-manager von @kamja44 in https://github.com/google-gemini/gemini-cli/pull/14701 * log fallback mode von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15817 * Agent Skills: Implement Autonomous Activation Tool & Context Injection von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15725 * fix(core): improve shell command with redirection detection von @galz10 in https://github.com/google-gemini/gemini-cli/pull/15683 * Add security docs von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15739 * feat: add folder suggestions to `/dir add` command von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15724 * Agent Skills: Implement Agent Integration and System Prompt Awareness von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15728 * chore: cleanup old smart edit settings von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15832 * Agent Skills: Status Bar Integration for Skill Counts von @NTaylorMullen in https://github.com
Features
7. Januar 2026
## Was sich geändert hat * Code-Assist-Service-Metriken. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15024 * chore/release: Version auf 0.21.0-nightly.20251216.bb0c0d8ee erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15121 * Docs von @Roaimkhan in https://github.com/google-gemini/gemini-cli/pull/15103 * Offizielles ACP SDK verwenden und HTTP/SSE-basierte MCP-Server unterstützen von @SteffenDE in https://github.com/google-gemini/gemini-cli/pull/13856 * Vordergrund für Themes außer Shades of Purple und Holiday entfernen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14606 * chore: Repo-spezifische Tipps entfernen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15164 * chore: Benutzersuche in der Fußzeile im Debug-Modus entfernen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/15169 * Unnötiges Awaiting ablehnen. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15172 * Einen Padding im Einstellungsdialog hinzufügen, um Flimmern zu vermeiden. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15173 * feat(core): remote Agent-Infrastruktur einführen und lokalen Executor umbenennen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15110 * feat(cli): Befehl `/auth logout` hinzufügen, um Anmeldeinformationen und Auth-Zustand zu löschen von @CN-Scars in https://github.com/google-gemini/gemini-cli/pull/13383 * (fix) Automatischer pr-Labeller von @DaanVersavel in https://github.com/google-gemini/gemini-cli/pull/14885 * feat: Gemini 3 Flash im Gemini CLI starten ⚡️⚡️⚡️ von @scidomino in https://github.com/google-gemini/gemini-cli/pull/15196 * Refactor: migrate console.error in ripGrep.ts zu debugLogger von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/15201 * chore: a2a-js auf 0.3.7 aktualisieren von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15197 * chore(core): redundanten isModelAvailabilityServiceEnabled-Toggle entfernen und toten Code bereinigen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15207 * feat(core): Späte Auflösung von `GenerateContentConfig`s und Mutationsreduzierung. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14920 * Respect previewFeatures-Wert aus dem Remote-Flag, falls undefiniert von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15214 * feat(ui): Windows-Zwischenablage-Bildunterstützung und Alt+V-Einfüge-Umgehung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15218 * chore(core): Legacy-Fallback-Flags entfernen und Schleifen-Erkennung migrieren von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15213 * fix(ui): Verhindern, dass voreilige Slash-Befehls-Vervollständigung Geschwisterbefehle versteckt von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15224 * Docs: Changelog für 17. Dez 2025 aktualisieren von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/15204 * Code-Assist-Backend-Telemetrie für Akzeptieren/Ablehnen von Vorschlägen von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15206 * fix(cli): Anfangs-Historienlänge bei Chat-Befehlen korrekt behandeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15223 * chore/release: Version auf 0.21.0-nightly.20251218.739c02bd6 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15231 * Änderung detaillierter Modellstatistiken, um eine neue geteilte Table-Klasse zu verwenden, um Robustheit zu lösen. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15208 * feat: Agent-TOML-Parser hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15112 * Hinzufügen eines Core-Tools, das allen Kontext aus dem Core-Paket hinzufügt. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15238 * (docs): Referenzabschnitt zu Hooks-Dokumentation hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15159 * feat(hooks): Unterstützung für freundliche Namen und Beschreibungen hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15174 * feat: Hintergrundfarbe erkennen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15132 * 3.0 zu zulässigen sensiblen Schlüsselwörtern hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/15276 * feat: Weitere Umgebungsvariablen an Shell-Ausführung übergeben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/15160 * Entfernen ungenutzten Codes von @scidomino in https://github.com/google-gemini/gemini-cli/pull/15290 * Alle 429 als retryableQuotaError behandeln von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15288 * Unnötige Abhängigkeiten entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/15291 * fix: Endlosschleife bei Fehlern in Prompt-Vervollständigung verhindern von @galz10 in https://github.com/google-gemini/gemini-cli/pull/14548 * fix(ui): Befehlsvorschläge auch bei perfekter Übereinstimmung anzeigen und sortieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15287 * feat(hooks): Protokollausgabe reduzieren und Fehlerbericht in der UI verbessern von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15297 * feat: Bestätigungsbeschriftungen der Werkzeuge für bessere UX vereinfachen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15296 * chore/release: Version auf 0.21.0-nightly.20251219.70696e364 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15301 * feat(core): JIT-Kontext-Speicherlade- und UI-Synchronisation implementieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/14469 * feat(ui): "Allow for all future sessions" hinter eine Einstellung setzen (standardmäßig deaktiviert) von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15322 * fix(cli): Platzhalter der Eingabe während des Shell-Modus ändern von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/15135 * OAuth-Ressourcenparameter mit MCP-Server-URL validieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/15289 * docs(cli): System Prompt Override (GEMINI_SYSTEM_MD) hinzufügen von @ashmod in https://github.com/google-gemini/gemini-cli/pull/9515 * robustere Logs zur Befehlsparsing von Tools von @scidomino in https://github.com/google-gemini/gemini-cli/pull/15339 * Demoversion des Introspektions-Agenten von @scidomino in
Features
30. Dezember 2025
## Was sich geändert hat * fix(patch): cherry-pick 07e597d to release/v0.22.4-pr-15684 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15733 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.22.4...v0.22.5
Features
27. Dezember 2025
## Was geändert wurde * fix(patch): cherry-pick 37be162 to release/v0.22.3-pr-15601 to patch version v0.22.3 and create version 0.22.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15602 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.22.3...v0.22.4
Features
26. Dezember 2025
## Was geändert * fix(patch): cherry-pick 9cdb267 to release/v0.22.2-pr-15494 to patch version v0.22.2 and create version 0.22.3 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15591 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.22.2...v0.22.3
Features
22. Dezember 2025
## Was sich geändert hat * feat(ide): fallback to GEMINI_CLI_IDE_AUTH_TOKEN env var von @skeshive in https://github.com/google-gemini/gemini-cli/pull/14843 * feat: Anzeige von Quota-Statistiken für ungenutzte Modelle in /stats von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/14764 * feat: sicherstellen, dass Codebase Investigator das Preview-Modell verwendet, wenn der Hauptagent es tut von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14412 * chore: schließende Begründung zum stale bug-Workflow hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/14861 * Sende Modell- und CLI-Version mit dem User-Agent von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/14865 * refactor(sessions): Generierung der Sitzungszusammenfassung beim Startvorgang verlegen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14691 * Limitátionshöhe der Suche im Pfad-Korrektor von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14869 * Fix: Tippfehler in Kommentarcode korrigieren von @kuishou68 in https://github.com/google-gemini/gemini-cli/pull/14671 * feat(core): Plumbing für die späte Auflösung von Modellkonfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14597 * feat: Versuch, mehr Fehler-Parsing durchzuführen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/14899 * Add missing await. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/14910 * feat(core): Unterstützung für transcript_path in Hooks für Git-AI/Gemini-Erweiterung von @svarlamov in https://github.com/google-gemini/gemini-cli/pull/14663 * refactor: Implementiere DelegateToAgentTool mit discriminated union von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14769 * feat: setze availabilityService bei /auth zurück von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/14911 * chore/release: Version auf 0.21.0-nightly.20251211.8c83e1ea9 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14924 * Fix: MCP-Tool-Fehler korrekt erkennen von @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/14937 * erhöhtes Labeler-Timeout von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14922 * tool(cli): Frontend-Tool anpassen, damit es mehr Core-Dateien aus dem cli erkennt von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14962 * feat(cli): polieren der gecachten Token-Statistiken und Anzeige der Statistiken vereinfachen, wenn Quota vorhanden ist. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14961 * feat(settings-validation): Validierung für Einstellungen-Schema hinzufügen von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/12929 * fix(ide): IDE-Erweiterung aktualisieren, um Auth-Token in Umgebungsvariable zu schreiben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/14999 * Revert "chore(deps): bump express from 5.1.0 to 5.2.0" von @skeshive in https://github.com/google-gemini/gemini-cli/pull/14998 * feat(a2a): Introduce /init-Befehl für einen A2A-Server von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/13419 * feat: Unterstützung von Multi-Datei Drag & Drop von Bildern von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14832 * fix(policy): Erlaube standardmäßig Codebase_Investigator in Read-Only-Policy von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15000 * refactor(ide ext): Aktualisiere Port-Dateinamen + wechsle zu 1-basierter Indexierung für Zeichen + entferne Kürzungstext von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10501 * fix(vscode-ide-companion): Korrektur der Lizenzgenerierung für Workspace-Abhängigkeiten von @skeshive in https://github.com/google-gemini/gemini-cli/pull/15004 * fix: temporäre Lösung für Subagent-Aufruf, bis Subagent-Delegation in Stable gemerged wird von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15007 * test: Aktualisiere IDE-Erkennungstests, um robuster zu sein, wenn sie in einer IDE ausgeführt werden von @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/15008 * Entferne Flex aus der Statistikanzeige. Siehe Snapshots für Diff. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14983 * Lizenzfeld in package.json hinzufügen von @jb-perez in https://github.com/google-gemini/gemini-cli/pull/14473 * feat: Persistente "Always Allow"-Richtlinien mit granularer Shell- und MCP-Unterstützung von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/14737 * chore/release: Version auf 0.21.0-nightly.20251212.54de67536 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14969 * fix(core): Wortgrenze des commandPrefix und Sicherheit zusammengesetzter Befehle von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/15006 * chore(docs): INFO zur Label "Maintainers only" zu CONTRIBUTING.md hinzufügen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14914 * Aktualisiere Hooks, wenn Extensions aktualisiert werden. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14918 * Klarheit zu Fehlermeldungen hinzufügen von @gsehgal in https://github.com/google-gemini/gemini-cli/pull/14879 * chore : Entferne redundanten Tipp von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/14947 * chore/release: Version auf 0.21.0-nightly.20251213.977248e09 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15029 * Verhindere redundante Typ-Casts. von @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15030 * fix(auth): GEMINI_API_KEY-Umgebungsvariable bevorzugen und unnötige Schlüssel überspringen… von @galz10 in https://github.com/google-gemini/gemini-cli/pull/14745 * fix: use zod zur Sicherheitsprüfungs-Ergebnis-Validierung von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/15026 * update(telemetry): hashed_extension_name zu Feld in Extensions-Ereignissen hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/15025 * fix: ähnlich wie policy-engine, Fehler werfen bei Erfordernis einer Tool-Ausführung-Bestätigung im Nicht-Interaktiven Modus von @MayV in https://github.com/google-gemini/gemini-cli/pull/14702 * Bereinige Prozesse in Integrationstests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/15102 * docs: Update Policy-Engine Getting Started und Defaults von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15105 * Fix Tool-Ausgabe-Fragmentation, indem Inhalte in functionResponse kapselt werden von @abhipatel12 in https://github.com/google
Features
19. Dezember 2025
## Änderungen * fix(patch): cherry-pick 9e6914d to release/v0.21.2-pr-15288 to patch version v0.21.2 and create version 0.21.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15295 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.21.2...v0.21.3
Features
18. Dezember 2025
## Änderungen * fix(patch): cherry-pick a6d1245 to release/v0.21.1-pr-15214 to patch version v0.21.1 and create version 0.21.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15227 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.21.1...v0.21.2
Features
16. Dezember 2025
## Was sich geändert hat * refactor(stdio): immer stdout patchen und createWorkingStdio für sauberen Output verwenden von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/14159 * chore(release): Version auf 0.21.0-nightly.20251202.2d935b379 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14409 * implement fuzzy search innerhalb der Settings von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/13864 * feat: Standardmäßig Messaging Bus-Integration aktivieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/14329 * docs: Empfehlen, --debug statt --verbose für CLI-Debugging zu verwenden von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/14334 * feat: Remote MCP-Server konsolidieren, um `url` in der config zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/13762 * Beschränke Integrations-Tests-Tools von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14403 * Verfolge GitHub-Repository-Namen in Telemetrie-Ereignissen von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13670 * Ermögliche Telemetrie-Exporter zu GCP, um sich die Login-Daten des Nutzers zu Nutze zu machen, falls angefordert von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/13778 * refactor(editor): use const assertion für Editor-Typen mit einer einzigen wahrheitsgetreuen Quelle von @amsminn in https://github.com/google-gemini/gemini-cli/pull/8604 * fix(security): Behebe npm-Audit-Sicherheitslücken in glob und body-parser von @afarber in https://github.com/google-gemini/gemini-cli/pull/14090 * Neue Enterprise-Anweisungen hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8641 * feat(hooks): Hook Session Lifecycle & Compression Integration von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/14151 * Vermeide das Triggern von refreshStatic, wenn wirklich kein Banner angezeigt werden muss. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14328 * feat(hooks): Hooks Commands Panel, Enable/Disable und Migrate von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/14225 * fix: Bundle Standardrichtlinien für NPX-Distribution von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/14457 * feat(hooks): Hook System Documentation von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/14307 * Fixe Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14458 * feat: Plane einen geplanten Workflow, um veraltete Issues zu schließen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/14404 * feat: Unterstützung von Extension Hooks mit Sicherheitswarnung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14460 * feat: Add enableAgents-Experimential-Flag von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/14371 * docs: Tippfehler 'socus' zu 'focus' in todos.md von @Viktor286 in https://github.com/google-gemini/gemini-cli/pull/14374 * Markdown-Export: Emoji ans Ende der Zeile verschieben von @mhansen in https://github.com/google-gemini/gemini-cli/pull/12278 * fix(acp): unnötiges Credential-Cache-Löschen bei Re-Authentifizierung verhindern von @h-michael in https://github.com/google-gemini/gemini-cli/pull/9410 * fix(cli): Wortnavigation für CJK-Zeichen korrigieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/14475 * Entferne Beispiel-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14376 * Befehle zum Auflisten und Aktualisieren per-Erweiterungseinstellungen hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12664 * chore(tests): veralteten Test für hierarchische Speicherverwaltung entfernen von @pareshjoshij in https://github.com/google-gemini/gemini-cli/pull/13122 * feat(cli): Unterstützung von /copy in Remote-Sessions mittels OSC52 von @ismellpillows in https://github.com/google-gemini/gemini-cli/pull/13471 * Aktualisiere UX der Setting-Suche von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/14451 * Fix(cli): Verbesserte Homebrew-Update-Anweisung, um gemini-cli zu spezifizieren von @DaanVersavel in https://github.com/google-gemini/gemini-cli/pull/14502 * setze das Setting-Item nicht um, wenn Leertaste gedrückt wird von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/14489 * fix: verbessere Retry-Logik für Fetch-Fehler und Netzwerk-Codes von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/14439 * entferne ungenutztes isSearching-Feld von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/14509 * feat(mcp): füge Alias `--type` für Flag `--transport` in gemini mcp add hinzu von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14503 * feat(cli): Verschiebe Logik zur Schlüssel-Wiederherstellung zu Core von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/13013 * feat: Auto-Ausführung beim Enter-Verhalten zu argumentlosen MCP-Eingabeaufforderungen hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14510 * fix(shell): Cursor-Sichtbarkeit beim interaktiven Modus von @aswinashok44 in https://github.com/google-gemini/gemini-cli/pull/14095 * Session-ID als Teil der JSON-Ausgabe hinzufügen von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/14504 * fix(extensions): GitHub API 415-Fehler für Source-Tarballs beheben von @jpoehnelt in https://github.com/google-gemini/gemini-cli/pull/13319 * fix(client): Korrektes Verzögerungshaken-Flag hasFailedCompressionAttempt von @pareshjoshij in https://github.com/google-gemini/gemini-cli/pull/13002 * Deaktiviere flaky Extension-Neuladen-Test auf Linux von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14528 * Unterstützung für MCP dynamische Tool-Aktualisierung durch `notifications/tools/list_changed` hinzufügen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/14375 * Datenschutzhinweis-Bildschirm für Legacy-Tier-Nutzer beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14522 * feat: Ausschluss von Maintainer-Labeled-Issues aus dem stale issue closer von @galz10 in https://github.com/google-gemini/gemini-cli/pull/14532 * Gewähre verketteten Workflows passende Berechtigungen. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14534 * Trigger e2e manuell auslösbar machen. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14547 * Schreibe e2e-Status in lokales Repo, nicht in geforktes Repo von @scidomino in https://github.com/google-gemini/gemini-cli/pull/14549 * Behebe API-Fehler: Cannot read properties of undefined (reading 'error') von @silviojr in https://github.com/google-gemini/gemini-cli/p
Features
12. Dezember 2025
## Geändert * fix(patch): cherry-pick edbe548 to release/v0.20.1-pr-15007 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15016 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.20.1...v0.20.2
Features
12. Dezember 2025
## Was sich geändert hat * fix(patch): cherry-pick 3f5f030 to release/v0.20.0-pr-14843 to patch version v0.20.0 and create version 0.20.1 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15002 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.20.0...v0.20.1
Features
9. Dezember 2025
## Änderungen * Update der Fehlercodes beim Beenden des Gemini CLI-Prozesses durch @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13728 * chore(release): Version auf 0.20.0-nightly.20251126.d2a6cff4d anheben durch @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13835 * feat(core): Verbesserung der Genauigkeit der Request-Token-Berechnung durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13824 * Änderungen in den Systeminstruktionen zur Anpassung an Gemini 3.0, um sicherzustellen, dass das CLI seine Aktionen vor dem Aufrufen von Tools erklärt, durch @silviojr in https://github.com/google-gemini/gemini-cli/pull/13810 * feat(hooks): Hook Tool Execution Integration durch @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9108 * Unterstützung für MCP-Server-Instruktionen hinter Config-Option durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/13432 * Aktualisierung der System Instructions für interaktiven vs. nicht-interaktiven Modus durch @aishaneeshah in https://github.com/google-gemini/gemini-cli/pull/12315 * Hinzufügen eines Zustimmungs-Flags zum Link-Befehl durch @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/13832 * feat(mcp): Headers des GoogleCredentialProvider in McpClient injizieren durch @sai-sunder-s in https://github.com/google-gemini/gemini-cli/pull/13783 * feat(core): Implementierung eines policy-getriebenen Modell-Fallback-Mechanismus durch @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13781 * feat(core): Konfigurierbare Inaktivitätstimeout für Shell-Befehle hinzufügen durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/13531 * fix(auth): Verbesserung des API-Key-Authentifizierungsflusses durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/13829 * feat(hooks): Hook LLM Request/Response Integration durch @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9110 * feat(ui): Zeige wartende MCP-Server im ConfigInitDisplay an durch @werdnum in https://github.com/google-gemini/gemini-cli/pull/13721 * Add usage limit remaining in /stats durch @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/13843 * feat(shell): Standardisiere Pager auf 'cat' für Shell-Ausführung durch Modell durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/13878 * chore/release: Version auf 0.20.0-nightly.20251127.5bed97064 anheben durch @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13877 * Revert to default LICENSE (Revert #13449) durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/13876 * update(telemetry): OTel API response event mit Finish-Gründen durch @kiranani in https://github.com/google-gemini/gemini-cli/pull/13849 * feat(hooks): Umfassende Integrationstests für Hooks durch @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9112 * chore: Sitzung-Browser-Test reparieren und Hook-System-Tests überspringen durch @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14099 * feat(telemetry): Semantische Protokollierung für ApiRequestEvents durch @kiranani in https://github.com/google-gemini/gemini-cli/pull/13912 * test: Verifizierung der $schema-Eigenschaft im Settings-Schema hinzufügen durch @maryamariyan in https://github.com/google-gemini/gemini-cli/pull/13497 * Fixes `/clear`-Befehl zum Bewahren des Eingabeverlaufs für die Hoch-Tasten-Navigation, während das Kontextfenster und der Bildschirm weiterhin gelöscht werden von @korade-krushna in https://github.com/google-gemini/gemini-cli/pull/14182 * fix(core): EPIPE-Fehler im Hook-Runner beim Schreiben zu stdin behandeln durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/14231 * fix: Web-fetch-Tool von der Ausführung im standardmäßigen nicht-interaktiven Modus ausschließen, um CLI-Hängen zu vermeiden. von @MayV in https://github.com/google-gemini/gemini-cli/pull/14244 * Always use MCP server instructions durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14297 * feat: Auto-Ausführung von einfachen Slash-Befehlen bei Enter durch @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/13985 * chore/release: Version auf 0.20.0-nightly.20251201.2fe609cb6 anheben durch @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14304 * feat: Start-Up-Profiler hinzufügen, um Startphase der Anwendung zu messen und aufzuzeichnen durch @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/13638 * bug(core): Vermeide zustandsbehaftete Tool-Nutzung im `executor` durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14305 * feat(themes): integriere builtin Holiday Theme 🎁 durch @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14301 * Updated ToC on docs intro; aktualisierte Title-Casing entsprechend Google-Stil durch @pcoet in https://github.com/google-gemini/gemini-cli/pull/13717 * feat(a2a): Dringende Korrektur - ProzessmodellInfo-Agentennachricht durch @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/14315 * feat(core): Verbesserung der Verfügbarkeit-Routing mit umhängbarer Fallback- und Einzel-Modell-Politik durch @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13874 * chore(logging): Protokolliere das problematische Event für #12122 durch @briandealwis in https://github.com/google-gemini/gemini-cli/pull/14092 * fix: Ungültigen Typ-Schlüssel in bug_report.yml entfernen durch @fancive in https://github.com/google-gemini/gemini-cli/pull/13576 * update screenshot durch @Transient-Onlooker in https://github.com/google-gemini/gemini-cli/pull/13976 * docs: Grammatikfehler im Release Cadence (Nightly-Sektion) beheben durch @JuanCS-Dev in https://github.com/google-gemini/gemini-cli/pull/13866 * fix(async): verhindern, dass verpasste asynchrone Fehler Catch-Handler umgehen durch @amsminn in https://github.com/google-gemini/gemini-cli/pull/13714 * fix(zed-integration): zusätzliches Feld aus ACP-Auth-Anfrage entfernen durch @marcocondrache in https://github.com/google-gemini/gemini-cli/pull/13646 * feat(cli): Dokumentation zu Modell-Konfigurationen durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12967 * fix(ui): nichtausgerichtete Markdown-Tabelle-Darstellung durch @dumbbellcode in https://github.com/google-gemini/gemini-cli/pull/8336 * docs: 4 Dateien aktualisieren durch @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/13628 * fix: Konditionale Hinzufügung von set -eEuo pipefail im setup-github-Befehl durch @Smetalo in https://github.com/google-gemini/gemini-cli/pull/8550 * fix(cli): Problem beim Aktualisieren einer Komponente während Rendering einer anderen Komponente beheben durch @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14319 * Erhöhe Timeout flaky Tests durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14377 *
Features
5. Dezember 2025
## Was geändert * fix(patch): cherry-pick fcb85e6 to release/v0.19.3-pr-14092 to patch version v0.19.3 and create version 0.19.4 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14588 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.3...v0.19.4
Features
5. Dezember 2025
## Änderungen * fix(patch): cherry-pick 934b309 to release/v0.19.2-pr-14566 to patch version v0.19.2 and create version 0.19.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14571 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.2...v0.19.3
Features
5. Dezember 2025
## Was sich geändert hat * fix(patch): cherry-pick d284fa6 to release/v0.19.1-pr-14545 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14558 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.1...v0.19.2
Features
3. Dezember 2025
## What's Changed * fix(patch): cherry-pick bde8b78 to release/v0.19.0-pr-14301 to patch version v0.19.0 and create version 0.19.1 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14418 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0...v0.19.1
Features
2. Dezember 2025
## Was sich geändert hat * fix: Ausführung des web-fetch-Tools im standardmäßigen nicht- interaktiven Modus ausschließen, um Hänger der CLI zu vermeiden. von @MayV in https://github.com/google-gemini/gemini-cli/pull/14244 * Immer Anleitungen zum MCP-Server verwenden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/14297 * feat: automatische Ausführung einfacher Slash-Befehle bei Enter von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/13985 * chore/release: Version auf 0.20.0-nightly.20251201.2fe609cb6 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14304 * feat: Startprofiler hinzufügen, um Initialisierungsphasen der Anwendung zu messen und aufzuzeichnen von @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/13638 * bug(core): Vermeide zustandsbehaftete Tool-Nutzung in `executor` von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14305 * feat(themes): integrierte Feiertags-Themen hinzufügen 🎁 von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14301 * Aktualisiertes Inhaltsverzeichnis in der Docs-Einführung; Stil der Titelwahl an Google-Stil angepasst von @pcoet in https://github.com/google-gemini/gemini-cli/pull/13717 * feat(a2a): Dringendes Fix - Prozessmodell-Info-Agentenmeldung verarbeiten von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/14315 * feat(core): Verfügbarkeit-Routing mit eingerahmter Rückfallebene und Einzel-Modell-Politiken verbessern von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13874 * chore(logging): Problämatives Ereignis protokollieren für #12122 von @briandealwis in https://github.com/google-gemini/gemini-cli/pull/14092 * fix: Ungültigen Typ-Schlüssel in bug_report.yml entfernen von @fancive in https://github.com/google-gemini/gemini-cli/pull/13576 * Update Screenshot von @Transient-Onlooker in https://github.com/google-gemini/gemini-cli/pull/13976 * docs: Grammatikfehler im Release Cadence (Nightly-Sektion) korrigieren von @JuanCS-Dev in https://github.com/google-gemini/gemini-cli/pull/13866 * fix(async): Verhindern, dass verfehlte Async-Fehler Catch-Handler umgehen von @amsminn in https://github.com/google-gemini/gemini-cli/pull/13714 * fix(zed-integration): Zusätzliches Feld aus ACP-Auth-Anfrage entfernen von @marcocondrache in https://github.com/google-gemini/gemini-cli/pull/13646 * feat(cli): Dokumentation zu Modell-Configs. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12967 * fix(ui): Fehlende Ausrichtung der Markdown-Tabellenanzeige von @dumbbellcode in https://github.com/google-gemini/gemini-cli/pull/8336 * docs: 4 Dateien aktualisieren von @g-samroberts in https://github.com/google-gemini/gemini-cli/pull/13628 ## Neue Mitwirkende * @pcoet hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13717 * @Transient-Onlooker hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13976 * @JuanCS-Dev hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13866 * @amsminn hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13714 * @marcocondrache hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13646 * @g-samroberts hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13628 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.20.0-nightly.20251201.2fe609cb6...v0.20.0-nightly.20251202.29920b16d
Features
2. Dezember 2025
## Was sich geändert hat * fix(patch): cherry-pick 576fda1 to release/v0.19.0-preview.0-pr-14099 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14402 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-preview.0...v0.19.0-preview.1
Features
2. Dezember 2025
## Was sich geändert hat * Verwende strengen MCP-Ausgabeschema-Validatoren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/13521 * Aktualisiere den Persistenzzustand, um die Anzahl der Nachrichten statt der Anzeigenanzahl des Banners zu verfolgen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13428 * Aktualisiere Dokumentation zum HTTP-Proxy von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13538 * Verschiebe stdio von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13528 * chore(release): Version auf 0.19.0-nightly.20251120.8e531dc02 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13540 * Überspringe Pre-Commit-Hooks für Shadow-Repo (#13331) von @vishvananda in https://github.com/google-gemini/gemini-cli/pull/13488 * fix(ui): Korrigiere Cursor-Positionierung der Maus bei breiten Zeichen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13537 * fix(core): erkenne Bash @P-Prompt-Transformation korrekt von @pyrytakala in https://github.com/google-gemini/gemini-cli/pull/13544 * Optimiere und erweitere Testabdeckung für cli/src/config von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13485 * Verbessere Code-Abdeckung für das cli/src/ui/privacy-Paket von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13493 * docs: Rechtschreibfehler in Quellcode und Dokumentation beheben von @fancive in https://github.com/google-gemini/gemini-cli/pull/13577 * Verbesserte Codeabdeckung für cli/src/zed-integration von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13570 * feat(ui): Baue interaktive Sitzungs-Browser-Komponente von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13351 * Behebe mehrere Bugs im Auth-Flow einschließlich der implementierten, aber ungenutzten Neustart-Unterstützung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13565 * feat(core): füge modelAvailabilityService zur Verwaltung und Verfolgung der Modellgesundheit hinzu von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13426 * docs: Grammatikfehler "a MCP" zu "an MCP" korrigieren von @noahacgn in https://github.com/google-gemini/gemini-cli/pull/13595 * feat: benutzerdefinierte Ladephrase, wenn interaktive Shell Eingaben erfordert von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12535 * docs: Aktualisiere Deinstallationsbefehl zur Unterstützung mehrerer Extensions von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13582 * bug(core): Sicherstellen, dass wir Thinking-Budget beim Fallback auf 2.5 verwenden von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13596 * Entferne experimental flag useModelRouter von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13593 * feat(docs): Sicherstellen, dass mehrzeilige JS-Objekte korrekt gerendert werden. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13535 * Fix exp id-Logging von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/13430 * Verschiebe Client-ID-Logging in createBasicLogEvent von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/13607 * Bracketed Paste-Modus nach Beenden des externen Editors wiederherstellen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13606 * feat(core): Unterstütze benutzerdefinierte Aliasse für Modellkonfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13546 * feat(core): füge `BaseLlmClient.generateContent` hinzu. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13591 * Deaktiviere alternativen Puffer-Modus standardmäßig. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13623 * fix(cli): Verhindere Patchen von stdout/stderr für Erweiterungsbefehle von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/13600 * Verbessere Testabdeckung für cli/src/ui/components von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13598 * Aktualisiere Ink-Version auf 6.4.6 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13631 * chore/release: Version auf 0.19.0-nightly.20251122.42c2e1b21 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13637 * chore/release: Version auf 0.19.0-nightly.20251123.dadd606c0 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13675 * chore/release: Version auf 0.19.0-nightly.20251124.e177314a4 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13713 * fix(core): Behebe Overflow-Warnung des Kontextfensters für PDF-Dateien von @kkitase in https://github.com/google-gemini/gemini-cli/pull/13548 * feat :Umformulierung der Extensions-Logging-Messages, damit der Explore-Befehl läuft, wenn keine Extensions installiert sind von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13740 * Verbessere Codeabdeckung für das cli-Paket von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13724 * Füge Session-Subtask im /stats-Befehl hinzu von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13750 * feat(core): Migriere chatCompressionService zu Modellkonfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12863 * feat(hooks): Hook Telemetry-Infrastruktur von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9082 * fix: (einige kleinere Verbesserungen an Configs und GetPackageJson-Rückgabeverhalten) von @grMLEqomlkkU5Eeinz4brIrOVCUCkJuN in https://github.com/google-gemini/gemini-cli/pull/12510 * feat(hooks): Hook Event Handling von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9097 * feat(hooks): Hook Agent Lifecycle Integration von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9105 * feat(core): Land bool für alternativen Systemprompt. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13764 * bug(core): Standard-Chat-Kompressionskonfiguration hinzufügen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13766 * feat(model-availability): Einführung von ModelPolicy und PolicyCatalog von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13751 * feat(hooks): Hook System Orchestration von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9102 * feat(config): Einstellung isModelAvailabilityServiceEnabled hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13777 * chore/release: Version auf 0.19.0-nightly.20251125.f6d97d448 erhöhen von @gemini-cli-robot in https://github.com/google
Features
1. Dezember 2025
## Was geändert wurde * feat(ui): Anzeigen wartender MCP-Server in ConfigInitDisplay von @werdnum in https://github.com/google-gemini/gemini-cli/pull/13721 * Nutzungslimit verbleibend in /stats hinzufügen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/13843 * feat(shell): Pager standardisieren auf 'cat' für Shell-Ausführung von model von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13878 * chore/release: Version auf 0.20.0-nightly.20251127.5bed97064 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13877 * Zur Standard-LIZENZ zurückkehren (Revert #13449) von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13876 * update(telemetry): OTel API-Response-Ereignis mit Beendigungsgründen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/13849 * feat(hooks): Umfassende Integrations-Tests für Hooks von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9112 * chore: Session-Browser-Test reparieren und Hook-Systemtests überspringen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14099 * feat(telemetry): Semantische Protokollierung für ApiRequestEvents hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/13912 * test: Verifizierung der $schema-Eigenschaft im Settings-Schema hinzufügen von @maryamariyan in https://github.com/google-gemini/gemini-cli/pull/13497 * Behebt `/clear` Befehl, um die Eingabe-Historie für die Aufwärtsnavigation beizubehalten, während der Kontextfenster und Bildschirm gelöscht werden von @korade-krushna in https://github.com/google-gemini/gemini-cli/pull/14182 * fix(core): EPIPE-Fehler im Hook-Runner beim Schreiben in stdin behandeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/14231 ## Neue Contributors * @maryamariyan hat ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13497 * @korade-krushna hat ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/14182 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.20.0-nightly.20251127.5bed97064...v0.20.0-nightly.20251201.2fe609cb6
Features
27. November 2025
## What's Changed * Add Databricks auth support and custom header option to gemini cli by @AarushiShah in https://github.com/google-gemini/gemini-cli/pull/11893 * Update dependency for modelcontextprotocol/sdk to 1.23.0 by @bbiggs in https://github.com/google-gemini/gemini-cli/pull/13827 * Update error codes when process exiting the gemini cli by @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13728 * chore(release): bump version to 0.20.0-nightly.20251126.d2a6cff4d by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13835 * feat(core): Improve request token calculation accuracy by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13824 * Changes in system instruction to adapt to gemini 3.0 to ensure that the CLI explains its actions before calling tools by @silviojr in https://github.com/google-gemini/gemini-cli/pull/13810 * feat(hooks): Hook Tool Execution Integration by @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9108 * Add support for MCP server instructions behind config option by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/13432 * Update System Instructions for interactive vs non-interactive mode. by @aishaneeshah in https://github.com/google-gemini/gemini-cli/pull/12315 * Add consent flag to Link command by @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/13832 * feat(mcp): Inject GoogleCredentialProvider headers in McpClient by @sai-sunder-s in https://github.com/google-gemini/gemini-cli/pull/13783 * feat(core): implement towards policy-driven model fallback mechanism by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13781 * feat(core): Add configurable inactivity timeout for shell commands by @galz10 in https://github.com/google-gemini/gemini-cli/pull/13531 * fix(auth): improve API key authentication flow by @galz10 in https://github.com/google-gemini/gemini-cli/pull/13829 * feat(hooks): Hook LLM Request/Response Integration by @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9110 ## New Contributors * @AarushiShah made their first contribution in https://github.com/google-gemini/gemini-cli/pull/11893 * @aishaneeshah made their first contribution in https://github.com/google-gemini/gemini-cli/pull/12315 * @sai-sunder-s made their first contribution in https://github.com/google-gemini/gemini-cli/pull/13783 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-nightly.20251126.03845198c...v0.20.0-nightly.20251127.5bed97064
Features
26. November 2025
## Was sich geändert hat * Verwende lenienten MCP-Ausgabeschema-Validatoren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/13521 * Aktualisiere Persistenzzustand, um Zählungen der Nachrichten statt der Anzahl der Anzeigen des Banners zu verfolgen, von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13428 * Aktualisiere Dokumentation zum HTTP-Proxy von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13538 * Umfasst stdio-Bereich von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13528 * chore(release): Version auf 0.19.0-nightly.20251120.8e531dc02 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13540 * Skip pre-commit Hooks für Shadow-Repo (#13331) von @vishvananda in https://github.com/google-gemini/gemini-cli/pull/13488 * fix(ui): Korrigiere Maus-Cursor-Positionierung bei breiten Zeichen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13537 * fix(core): korrekte Bash @P Prompt-Transformationserkennung von @pyrytakala in https://github.com/google-gemini/gemini-cli/pull/13544 * Optimiere und erweitere Testabdeckung für cli/src/config von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13485 * Verbessere Codeabdeckung für cli/src/ui/privacy-Paket von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13493 * docs: Behebe Tippfehler in Quellcode und Dokumentation von @fancive in https://github.com/google-gemini/gemini-cli/pull/13577 * Verbesserte Codeabdeckung für cli/src/zed-integration von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13570 * feat(ui): Baue interaktive Sitzungs-Browser-Komponente von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13351 * Behebe mehrere Bugs im Auth-Flow inkl. implementierter, aber ungenutzter Neustart-Unterstützung. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13565 * feat(core): ModellAvailabilityService zur Verwaltung und Verfolgung der Modellgesundheit hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13426 * docs: Grammatikfehler "a MCP" zu "an MCP" korrigieren von @noahacgn in https://github.com/google-gemini/gemini-cli/pull/13595 * feat: benutzerdefinierte Ladephrase, wenn interaktive Shell Input benötigt von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12535 * docs: Deinstallationsbefehl aktualisieren, um Mehrfachunterstützung von Erweiterungen widerzuspiegeln von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13582 * bug(core): Sicherstellen, dass wir Thinking-Budget beim Fallback auf 2.5 verwenden von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13596 * Entferne experimental flag useModelRouter von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13593 * feat(docs): Sicherstellen, dass mehrzeilige JS-Objekte ordnungsgemäß gerendert werden. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13535 * Behebe Logging für Exp-ID von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/13430 * Client-ID-Logging in createBasicLogEvent verschoben von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/13607 * Bracketed Paste-Modus nach externem Editor-Ausgang wiederhergestellt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13606 * feat(core): Unterstützung für benutzerdefinierte Aliases für Modellkonfigurationen hinzufügen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13546 * feat(core): `BaseLlmClient.generateContent` hinzufügen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13591 * Deaktiviere alternativen Puffer-Modus standardmäßig. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13623 * fix(cli): stdout/stderr-Patching für Extensionsbefehle verhindern von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/13600 * Verbessere Testabdeckung für cli/src/ui/components von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13598 * Aktualisiere Ink-Version auf 6.4.6 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13631 * chore/release: Version auf 0.19.0-nightly.20251122.42c2e1b21 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13637 * chore/release: Version auf 0.19.0-nightly.20251123.dadd606c0 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13675 * chore/release: Version auf 0.19.0-nightly.20251124.e177314a4 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13713 * fix(core): Kontextfenster-Überlaufwarnung für PDF-Dateien beheben von @kkitase in https://github.com/google-gemini/gemini-cli/pull/13548 * feat: Erweiterung der Logging-Nachrichten, damit der Explore-Befehl ausgeführt wird, wenn keine Extensions installiert sind von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13740 * Verbessere Codeabdeckung für cli-Paket von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13724 * Füge Sitzungs-Unteraufgabe im /stats-Befehl hinzu von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13750 * feat(core): Migration von chatCompressionService zu Modellkonfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12863 * feat(hooks): Hook Telemetry-Infrastruktur von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9082 * fix: (einige kleinere Verbesserungen an Konfigurationen und getPackageJson Rückgabeverhalten) von @grMLEqomlkkU5Eeinz4brIrOVCUCkJuN in https://github.com/google-gemini/gemini-cli/pull/12510 * feat(hooks): Hook Event Handling von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9097 * feat(hooks): Hook Agent Lifecycle Integration von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9105 * feat(core): Land bool für alternativen Systemprompt. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13764 * bug(core): Standard-Chat-Kompression-Konfiguration hinzufügen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13766 * feat(model-availability): Einführung von ModelPolicy und PolicyCatalog von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13751 * feat(hooks): Hook System-Orchestrierung von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9102 * feat(config): Einstellung isModelAvailabilityServiceEnabled hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13777 * chore/release: Version auf 0.19.0-nightly.20251125.f6d97d448 erhöhen von @gemini-cli-robot in https://github.com/google-g
Features
26. November 2025
## What's Changed * feat(config): add isModelAvailabilityServiceEnabled setting by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13777 * chore/release: bump version to 0.19.0-nightly.20251125.f6d97d448 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13782 * chore: remove console.error by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13779 * fix: Add $schema property to settings.schema.json by @sacrosanctic in https://github.com/google-gemini/gemini-cli/pull/12763 * fix(cli): allow non-GitHub SCP-styled URLs for extension installation by @m0ps in https://github.com/google-gemini/gemini-cli/pull/13800 * fix(resume): allow passing a prompt via stdin while resuming using --resume by @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13520 * feat(sessions): add /resume slash command to open the session browser by @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13621 * docs(sessions): add documentation for chat recording and session management by @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13667 * Fix TypeError: "URL.parse is not a function" for Node.js < v22 by @macarronesc in https://github.com/google-gemini/gemini-cli/pull/13698 * fallback to flash for TerminalQuota errors by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/13791 * Update Code Wiki README badge by @PatoBeltran in https://github.com/google-gemini/gemini-cli/pull/13768 ## New Contributors * @sacrosanctic made their first contribution in https://github.com/google-gemini/gemini-cli/pull/12763 * @m0ps made their first contribution in https://github.com/google-gemini/gemini-cli/pull/13800 * @macarronesc made their first contribution in https://github.com/google-gemini/gemini-cli/pull/13698 * @PatoBeltran made their first contribution in https://github.com/google-gemini/gemini-cli/pull/13768 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-nightly.20251125.f6d97d448...v0.19.0-nightly.20251126.03845198c
Features
26. November 2025
## Änderungen * fix(patch): cherry-pick 030a5ac to release/v0.18.3-pr-13565 [CONFLICTS] von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13869 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.3...v0.18.4
Features
26. November 2025
## Änderung * fix(patch): cherry-pick d2a6cff to release/v0.18.2-pr-13827 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13863 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.2...v0.18.3
Features
26. November 2025
## Änderungen * fix(patch): cherry-pick fe67ef6 to release/v0.18.1-pr-13596 to patch version v0.18.1 and create version 0.18.2 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13862 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.1...v0.18.2
Features
26. November 2025
## Was sich geändert hat * fix(patch): cherry-pick bdf80ea to release/v0.18.0-pr-13600 to patch version v0.18.0 and create version 0.18.1 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13861 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0...v0.18.1
Features
26. November 2025
## Was sich geändert hat * Entferne veraltete Referenz auf das "help wanted"-Label in CONTRIBUTING.md von @aswinashok44 in https://github.com/google-gemini/gemini-cli/pull/13291 * chore(release): v0.18.0-nightly.20251118.86828bb56 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/13309 * Docs: Zugriffsklärung. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/13304 * Korrigiere Links in Gemini 3 Pro-Dokumentation von @gmackall in https://github.com/google-gemini/gemini-cli/pull/13312 * Verbesserung der Keyboard-Code-Analyse von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13307 * fix(core): Sicherstellen, dass `read_many_files`-Tool für zed verfügbar ist. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13338 * Unterstützung von 3-Parameter-modifyOtherKeys-Sequenzen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13342 * Verbesserung der Pty-Größenänderungs-Fehlerbehandlung für Windows von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13353 * fix(ui): Eingabeaufforderung beim Drücken der Escape-Taste löschen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13335 * bug(ui) showLineNumbers hatte den falschen Standardwert. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13356 * fix(cli): Absturz beim Start im NO_COLOR-Modus (#13343) aufgrund ungau… von @avilladsen in https://github.com/google-gemini/gemini-cli/pull/13352 * fix: MCP-Eingabeaufforderungen mit Leerzeichen im Namen zulassen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12910 * Refactor createTransport, um weniger Code zu duplizieren von @davidmcwherter in https://github.com/google-gemini/gemini-cli/pull/13010 * Folgeänderung von #10719 von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13243 * Erfasse den GitHub Action-Workflow-Namen, falls vorhanden, und sende ihn an Clearcut von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/13132 * feat(sessions): Protokoll interaktiv-abhängiger Fehler und Warnungen in Chat-Aufnahme-JSON-Dateien von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13300 * fix(zed-integration): Fehlerbehandlung bei Abbruch korrekt von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13399 * docs: Code-Wiki-Link zur README hinzufügen von @holtskinner in https://github.com/google-gemini/gemini-cli/pull/13289 * Keyboard-Modus wiederherstellen beim Verlassen des Editors von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13350 * feat(core, cli): Genai-Version auf 1.30.0 erhöhen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13435 * [cli-ui] Header-ASCII-Art farbig halten auf nicht-Gradienten-Terminals (#13373) von @bniladridas in https://github.com/google-gemini/gemini-cli/pull/13374 * Urheberrechtszeile in LICENSE korrigieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13449 * Tippfehler in Write-Todos Methodologie-Instruktionen korrigieren von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/13411 * feat: Thinking-Modus-Unterstützung aktualisieren, um Gemini-2.0-Modelle auszuschließen und Logik zu vereinfachen. von @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/13454 * unnötiges Log entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13456 * feat: Klick-auf-Fokus-Unterstützung für interaktive Shell hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13341 * Benutzer-E-Mail-Details zum Info-Feld hinzufügen von @ptone in https://github.com/google-gemini/gemini-cli/pull/13459 * feat(core): Chat-Codepfad für Modell-Konfigurationen anschließen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12850 * chore/release: Version auf 0.18.0-nightly.20251120.2231497b1 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13476 * feat(core): Bug mit falscher Modellüberschreibung beheben von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13477 * Schreibvorgänge synchron durchführen, wenn Tastatur-Modi erkannt werden, von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13478 * fix(cli): Race-Bedingung beim Wiederherstellen der Eingabeaufforderung nach Kontextüberschuss verhindern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13473 * Zurücksetzen von "feat(core): Fix bug with incorrect model overriding." von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13483 * Korrigiere: Aktualisiere Systeminstru... wenn GEMINI.md-Speicher geladen oder aktualisiert wird von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/12136 * fix(zed-integration): Sicherstellen, dass die Zed-Integration als interaktiv klassifiziert wird von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13394 * Copy-Befehle als Teil von setup-github von @gsehgal in https://github.com/google-gemini/gemini-cli/pull/13464 * Banner-Design aktualisieren von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13420 * stdout und stderr schützen, damit JavaScript-Code nicht versehentlich stdout überschreibt und die Tinten-Darstellung beeinträchtigt von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13247 * Aktivierung/Deaktivierung von Preview-Funktionen ohne Neustart ermöglichen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13515 * feat(core): Thinking-Ebene für Gemini 3 verwenden von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13445 * Standard-Komprimierungsschwelle auf 0.5 für API-Key-Nutzer ändern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13517 * doppelten Maus-Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13525 * feat(zed-integration): Standard-Modell-Routing für Zed-Integration verwenden von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13398 * feat(core): Gemini 3 in Hierarchie der Modellkonfigurationen integrieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13447 * fix(patch): 5e218a5 als Patch-Version v0.18.0-preview.0 und Erstellen von v0.18.0-preview.1 durch Cherry-Pick in release/v0.18.0-preview.0-pr-13623 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13626 * fix(patch): d351f07 als Patch-Version v0.18.0-preview.1 und Erstellen von v0.18.0-preview.2 durch Cherry-Pick in release/v0.18.0-preview.1-pr-12535 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13813 * fix(patch): 3e50
Features
25. November 2025
## Was sich geändert hat * chore/release: Version auf 0.19.0-nightly.20251124.e177314a4 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13713 * fix(core): Korrigiere Kontextfenster-Overflow-Warnung bei PDF-Dateien von @kkitase in https://github.com/google-gemini/gemini-cli/pull/13548 * feat :neuformulierung der extension logging messages, um den explore command auszuführen, wenn keine extensions installiert sind von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13740 * Improve code coverage for cli package von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13724 * Add session subtask in /stats command von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13750 * feat(core): Migration von chatCompressionService zu model configs. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12863 * feat(hooks): Hook Telemetry Infrastructure von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9082 * fix: (einige kleine Verbesserungen an configs und getPackageJson Rückgabeverhalten) von @grMLEqomlkkU5Eeinz4brIrOVCUCkJuN in https://github.com/google-gemini/gemini-cli/pull/12510 * feat(hooks): Hook Event Handling von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9097 * feat(hooks): Hook Agent Lifecycle Integration von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9105 * feat(core): Land bool für alternativen Systemprompt. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13764 * bug(core): Standard-Chat-Compression-Config hinzufügen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13766 * feat(model-availability): Einführung ModelPolicy und PolicyCatalog von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13751 * feat(hooks): Hook System Orchestration von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9102 ## Neue Beiträger * @kkitase hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13548 * @grMLEqomlkkU5Eeinz4brIrOVCUCkJuN hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12510 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-nightly.20251124.e177314a4...v0.19.0-nightly.20251125.f6d97d448
Features
25. November 2025
## Was sich geändert hat * fix(patch): cherry-pick d8a3d08 to release/v0.18.0-preview.3-pr-13791 to patch version v0.18.0-preview.3 and create version 0.18.0-preview.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13826 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0-preview.3...v0.18.0-preview.4
Features
25. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 3e50be1 to release/v0.18.0-preview.2-pr-13428 to patch version v0.18.0-preview.2 and create version 0.18.0-preview.3 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13821 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0-preview.2...v0.18.0-preview.3
Features
25. November 2025
## Was sich geändert hat * fix(patch): cherry-pick d351f07 to release/v0.18.0-preview.1-pr-12535 to patch version v0.18.0-preview.1 and create version 0.18.0-preview.2 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13813 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0-preview.1...v0.18.0-preview.2
Features
24. November 2025
## Was sich geändert hat * chore/release: Version auf 0.19.0-nightly.20251123.dadd606c0 erhöht von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13675 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-nightly.20251123.dadd606c0...v0.19.0-nightly.20251124.e177314a4
Features
23. November 2025
## Was sich geändert hat * feat(core): Füge `BaseLlmClient.generateContent` hinzu. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13591 * Deaktiviere den alternativen Buffer-Modus standardmäßig. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13623 * fix(cli): Verhindere Patchen von stdout/stderr für Erweiterungsbefehle von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/13600 * Verbessere Testabdeckung für cli/src/ui/components von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13598 * Update ink-Version auf 6.4.6 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13631 * chore/release: Versions-Erhöhung auf 0.19.0-nightly.20251122.42c2e1b21 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13637 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-nightly.20251122.42c2e1b21...v0.19.0-nightly.20251123.dadd606c0
Features
22. November 2025
## Was sich geändert hat * fix(core): korrekte Bash-@P-Prompt-Transformations-Erkennung durch @pyrytakala in https://github.com/google-gemini/gemini-cli/pull/13544 * Optimieren und verbessern der Testabdeckung für cli/src/config durch @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13485 * Verbesserung der Testabdeckung für cli/src/ui/privacy-Paket durch @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13493 * docs: Tippfehler in Quellcode und Dokumentation korrigieren durch @fancive in https://github.com/google-gemini/gemini-cli/pull/13577 * Verbesserte Codeabdeckung für cli/src/zed-integration durch @megha1188 in https://github.com/google-gemini/gemini-cli/pull/13570 * feat(ui): interaktive Sitzungs-Browser-Komponente bauen durch @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13351 * Beheben mehrerer Bugs im Auth-Flow einschließlich der Implementierung, aber ungenutzten Neustart-Unterstützung. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13565 * feat(core): ModellAvailabilityService zum Verwalten und Verfolgen der Modellgesundheit hinzufügen durch @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13426 * docs: Grammatikfehler "a MCP" zu "an MCP" korrigieren durch @noahacgn in https://github.com/google-gemini/gemini-cli/pull/13595 * feat: benutzerdefinierten Lade-Satz, wenn interaktive Shell Eingabe benötigt, hinzufügen durch @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12535 * docs: Deinstallationsbefehl aktualisieren, um mehrere Erweiterungen zu unterstützen durch @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13582 * bug(core): Sicherstellen, dass wir das Thinking-Budget bei Fallback auf 2.5 verwenden durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13596 * Entferne experimentellen Flag für useModelRouter von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13593 * feat(docs): Sicherstellen, dass mehrzeilige JS-Objekte korrekt gerendert werden. durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13535 * Behebe Exp-ID-Logging durch @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/13430 * Client-ID-Logging in createBasicLogEvent verschoben durch @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/13607 * Bracketed Paste-Modus nach Exit des externen Editors wiederhergestellt durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/13606 * feat(core): Unterstützung für benutzerdefinierte Aliase für Modellkonfigurationen hinzufügen durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13546 ## Neue Mitwirkende * @pyrytakala hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13544 * @fancive hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13577 * @noahacgn hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13595 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.19.0-nightly.20251121.5982abeff...v0.19.0-nightly.20251122.42c2e1b21
Features
22. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 5e218a5 to release/v0.18.0-preview.0-pr-13623 to patch version v0.18.0-preview.0 and create version 0.18.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13626 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0-preview.0...v0.18.0-preview.1
Features
22. November 2025
## Was geändert wurde * fix(patch): cherry-pick 5e218a5 to release/v0.17.0-pr-13623 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13625 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0...v0.17.1
Features
21. November 2025
## Was sich geändert hat * Füge Benutzer-E-Mail-Detailbox zur Info-Box hinzu von @ptone in https://github.com/google-gemini/gemini-cli/pull/13459 * feat(core): Verknüpfe Chat-Code-Pfad für Modell-Konfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12850 * chore/release: Version auf 0.18.0-nightly.20251120.2231497b1 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13476 * feat(core): Bug mit falscher Modell-Überschreibung beheben. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13477 * Verwende synchrone Schreibvorgänge bei der Erkennung von Tastatur-Modi von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13478 * fix(cli): Race-Bedingung beim Wiederherstellen der Eingabeaufforderung nach Kontext-Überlauf verhindern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13473 * Revertiere "feat(core): Fix bug with incorrect model overriding." von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13483 * Fix: Aktualisiere System-Anweisung, wenn GEMINI.md-Speicher geladen oder aktualisiert wird von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/12136 * fix(zed-integration): Sicherstellen, dass die Zed-Integration als interaktiv klassifiziert wird von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13394 * Kopiere Befehle als Teil von setup-github von @gsehgal in https://github.com/google-gemini/gemini-cli/pull/13464 * Update Banner-Design von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13420 * Schützen stdout und stderr, damit JavaScript-Code nicht versehentlich in stdout schreibt und damit die Rendering von Ink beschädigt wird von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13247 * Ermögliche das Umschalten von Preview-Funktionen ein/aus ohne Neustart von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13515 * feat(core): Nutze Thinking-Level für Gemini 3 von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13445 * Änderung des Standard-Kompressions-Schwellenwerts auf 0.5 für API-Key-Nutzer von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13517 * Duplizierten Maus-Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13525 * feat(zed-integration): Verwende standardmäßiges Modell-Routing für Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13398 * feat(core): Gemini 3 in Hierarchie der Modell-Konfiguration aufnehmen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13447 * Verwende nachsichtiges MCP-Ausgabe-Schema-Validator-Setup von @cornmander in https://github.com/google-gemini/gemini-cli/pull/13521 * Aktualisiere Persistenzzustand, um Zähler von Nachrichten statt der Anzahl der angezeigten Banner zu verfolgen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13428 * Aktualisiere Dokumentation für http Proxy von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13538 * Verschiebe stdio von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13528 * chore(release): Version auf 0.19.0-nightly.20251120.8e531dc02 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13540 * Überspringe Pre-commit-Hooks für Shadow-Repository (#13331) von @vishvananda in https://github.com/google-gemini/gemini-cli/pull/13488 * fix(ui): Korrigiere Maus-Klick-Cursor-Positionierung bei Breitenzeichen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13537 ## Neue Mitwirkende * @vishvananda hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/13488 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0-nightly.20251120.2231497b1...v0.19.0-nightly.20251121.5982abeff
Features
20. November 2025
## Was sich geändert hat * Entfernen veralteter Verweise auf das Label „help wanted“ in CONTRIBUTING.md von @aswinashok44 in https://github.com/google-gemini/gemini-cli/pull/13291 * chore(release): v0.18.0-nightly.20251118.86828bb56 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/13309 * Docs: Klarstellung zum Zugriff. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/13304 * Links in Gemini 3 Pro-Dokumentation korrigiert von @gmackall in https://github.com/google-gemini/gemini-cli/pull/13312 * Verbesserung der Keyboard-Code-Parsing von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13307 * fix(core): Sicherstellen, dass `read_many_files`-Tool für zed verfügbar ist. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13338 * Unterstützung von 3-Parameter-ModifyOtherKeys-Sequenzen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13342 * Verbesserung der PTY-Resize-Fehlerbehandlung unter Windows von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13353 * fix(ui): Eingabeaufforderung bei Escape-Taste löschen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13335 * bug(ui) showLineNumbers hatte den falschen Standardwert. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13356 * fix(cli): Absturz beim Start im NO_COLOR-Modus verhindern (#13343) aufgrund ungua… von @avilladsen in https://github.com/google-gemini/gemini-cli/pull/13352 * fix: MCP-Eingabeaufforderungen mit Leerzeichen im Namen zulassen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12910 * Refactor createTransport, um weniger Codeduplikation zu erzeugen von @davidmcwherter in https://github.com/google-gemini/gemini-cli/pull/13010 * Nachfolge von #10719 von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13243 * Erfassung des GitHub Actions-Workflow-Namens, falls vorhanden, und Weiterleitung an Clearcut von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/13132 * feat(sessions): protokolliere interaktive-only Fehler und Warnungen in Chat-Aufnahme-JSON-Dateien von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13300 * fix(zed-integration): Fehler bei Abbruch korrekt behandeln von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13399 * docs: Code-Wiki-Link zur README hinzufügen von @holtskinner in https://github.com/google-gemini/gemini-cli/pull/13289 * Tastatursmodus beim Verlassen des Editors wiederherstellen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13350 * feat(core, cli): GenAI-Version auf 1.30.0 erhöhen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13435 * [cli-ui] Header-ASCII-Art auf nicht-gradient-Terminals farbig halten (#13373) von @bniladridas in https://github.com/google-gemini/gemini-cli/pull/13374 * Copyright-Zeile in LICENSE korrigieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13449 * Tippfehler in der Methode write_todos in den Instructions korrigieren von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/13411 * feat: Thinking-Modus-Unterstützung aktualisieren, um Gemini-2.0-Modelle auszuschließen und Logik zu vereinfachen. von @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/13454 * unnötiges Log entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13456 * feat: Klick-zu-Fokus-Unterstützung für interaktive Shell hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13341 * Benutzere-Mail-Details zum Info-Feld hinzufügen von @ptone in https://github.com/google-gemini/gemini-cli/pull/13459 * feat(core): Chat-Code-Pfad für Modellkonfigurationen einbinden von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12850 * chore/release: Version auf 0.18.0-nightly.20251120.2231497b1 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13476 * feat(core): Fehler mit falscher Modellüberschreibung beheben von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13477 * Schreibe synchron, wenn Tastatur-Modi erkannt werden, von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13478 * fix(cli): Race-Bedingung verhindern, wenn Eingabeaufforderung nach Kontext-Überlauf wiederhergestellt wird von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13473 * Zurücksetzen von "feat(core): Fix bug with incorrect model overriding." von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13483 * Korrigiere: Systemanweisung, wenn GEMINI.md Speicher geladen oder aktualisiert wird von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/12136 * fix(zed-integration): Sicherstellen, dass die Zed-Integration als interaktiv eingestuft wird von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13394 * Copy-Befehle als Teil von setup-github von @gsehgal in https://github.com/google-gemini/gemini-cli/pull/13464 * Banner-Design aktualisieren von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13420 * stdout und stderr schützen, damit JavaScript-Code nicht versehentlich stdout schreibt und die Tinten-Darstellung beschädigt von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13247 * Umschaltbare Preview-Funktionen ohne Neustart aktivieren/deaktivieren von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13515 * feat(core): Thinking-Level für Gemini 3 verwenden von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13445 * Standard-Komprimierungsschwelle auf 0.5 für API-Key-Nutzer ändern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13517 * Duplizierten Maus-Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13525 * feat(zed-integration): Standard-Modulrouting für Zed-Integration verwenden von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13398 * feat(core): Gemini 3 in Modell-Konfigurations-Hierarchie einbinden von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13447 ## Neue Mitwirkende * @aswinashok44 hat seine erste Mitwirkung in https://github.com/google-gemini/gemini-cli/pull/13291 geleistet * @gmackall hat seine erste Mitwirkung in https://github.com/google-gemini/gemini-cli/pull/13312 geleistet * @avilladsen hat seine erste Mitwirkung in https://github.com/google-gemini/gemini-cli/pull/13352 geleistet * @holtskinner hat seine erste Mitwirkung in https://github.com/google-gemini/gemini-cli/pull/13289 geleistet * @kevin-ramdass hat seine erste Mitwirkung in https://github.com/google-gemini/gemini-cli/pull/13454 geleistet **Full Changelog**: https://github.com/google-gemini/gem
Features
20. November 2025
## Was sich geändert hat * Behebt Links in Gemini 3 Pro-Dokumentation von @gmackall in https://github.com/google-gemini/gemini-cli/pull/13312 * Verbessert die Keyboard-Code-Analyse von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13307 * fix(core): Sicherstellen, dass `read_many_files`-Tool zed zur Verfügung steht. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13338 * Unterstützt 3-Parameter-modifyOtherKeys-Sequenzen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13342 * Verbessert die pty-Resize-Fehlerbehandlung unter Windows von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13353 * fix(ui): Eingabeaufforderung beim Drücken der Escape-Taste löschen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13335 * bug(ui) showLineNumbers hatte den falschen Standardwert. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13356 * fix(cli): Absturz beim Start im NO_COLOR-Modus (#13343) aufgrund ungual… von @avilladsen in https://github.com/google-gemini/gemini-cli/pull/13352 * fix: MCP-Prompt mit Spaces im Namen zulassen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12910 * Refactor createTransport, um weniger Code zu duplizieren von @davidmcwherter in https://github.com/google-gemini/gemini-cli/pull/13010 * Nachfolge von #10719 von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13243 * Erfassen des GitHub Action-Workflow-Namens, falls vorhanden, und Versand an Clearcut von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/13132 * feat(sessions): protokollieren interaktive-only Fehler und Warnungen in Chat-Aufzeichnungs-JSON-Dateien von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13300 * fix(zed-integration): Fehler bei Abbruch korrekt behandeln von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13399 * docs: Code-Wiki-Link zu README hinzufügen von @holtskinner in https://github.com/google-gemini/gemini-cli/pull/13289 * Keyboard-Modus wiederherstellen beim Verlassen des Editors von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13350 * feat(core, cli): GenAI-Version auf 1.30.0 erhöhen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13435 * [cli-ui] Header-ASCII-Art auf Nicht-Gradienten-Terminals farbig halten (#13373) von @bniladridas in https://github.com/google-gemini/gemini-cli/pull/13374 * Korrektur der Copyright-Zeile in LICENSE von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13449 * Tippfehler in Write_Todos-Methodeanweisungen korrigieren von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/13411 * feat: Unterstützung des Thinking-Modus aktualisieren, um Gemini-2.0-Modelle auszuschließen und Logik zu vereinfachen. von @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/13454 * Entferne unnötiges Logging von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13456 * feat: Click-to-Focus-Unterstützung für interaktive Shell hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/13341 ## Neue Contributors * @gmackall hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/13312 geleistet * @avilladsen hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/13352 geleistet * @holtskinner hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/13289 geleistet * @kevin-ramdass hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/13454 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.18.0-nightly.20251118.7cc5234b9...v0.18.0-nightly.20251120.2231497b1
Features
20. November 2025
## What's Changed * fix(patch): cherry-pick ade9dfe to release/v0.17.0-preview.4-pr-13515 to patch version v0.17.0-preview.4 and create version 0.17.0-preview.5 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13536 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-preview.4...v0.17.0-preview.5
Features
20. November 2025
## Änderungen * fix(patch): cherry-pick 4adfdad to release/v0.17.0-preview.3-pr-13464 to patch version v0.17.0-preview.3 and create version 0.17.0-preview.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13533 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-preview.3...v0.17.0-preview.4
Features
20. November 2025
## Was sich geändert hat * fix(patch): cherry-pick c7b5dcd to release/v0.17.0-preview.2-pr-13517 to patch version v0.17.0-preview.2 and create version 0.17.0-preview.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13529 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-preview.2...v0.17.0-preview.3
Features
20. November 2025
## Was geändert wurde * fix(patch): cherry-pick 049a299 to release/v0.17.0-preview.1-pr-13483 to patch version v0.17.0-preview.1 and create version 0.17.0-preview.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13518 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-preview.1...v0.17.0-preview.2
Features
20. November 2025
## Was sich geändert hat * fix(patch): cherry-pick ff725de to release/v0.17.0-preview.0-pr-13477 to patch version v0.17.0-preview.0 and create version 0.17.0-preview.1 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13511 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-preview.0...v0.17.0-preview.1
Features
20. November 2025
## Änderungen * chore(release): Version auf 0.17.0-nightly.20251113.48e3932f6 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13027 * Show model in history von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13034 * Update comment and undo unnecessary logging von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13025 * chore/release: Version auf 0.17.0-nightly.20251114.0fcbff506 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13040 * leicht anpassen der Model-Meldung Formatierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13043 * Improve test code coverage for cli/command/extensions package von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/12994 * docs: Entferne Verweise auf veraltete Flags (--checkpointing, --sandbox-image) von @nayong2021 in https://github.com/google-gemini/gemini-cli/pull/12578 * docs: Entferne Verweise auf veraltetes --checkpointing-Flag von @SunHuawei in https://github.com/google-gemini/gemini-cli/pull/12477 * feat(auth): Option für Standard-Anmeldeinformationen des Metadaten-Servers hinzufügen, ohne Projekt-Override von @rosecm in https://github.com/google-gemini/gemini-cli/pull/12948 * Change default compress threshold to 0.7 for api key users von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13079 * fix(cli): CLI beenden, wenn Trust-Speicherung während des Starts fehlschlägt von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11968 * bug(ui) Klar machen, wann Benutzer den Auswahldmodus benötigen, und Klarstellungsfehler beheben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13083 * Change flag name to flag id for existing flags von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13073 * feat: Update permissions command zur Unterstützung der Vertrauensänderung für andere… von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11642 * Only warn about mouse movement when the mouse is down. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13101 * Increase paste timeout + add warning. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13099 * Check folder trust before allowing add directory von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/12652 * Docs: Clarify Project-Scoped Behavior of Chat Sub-commands von @samucodesh in https://github.com/google-gemini/gemini-cli/pull/10458 * Refactored core package ut von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13139 * chore/release: Version auf 0.17.0-nightly.20251116.e650a4ee5 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13154 * Fix: Animierter Scrollbalken wird in NO_COLOR-Modus schwarz dargestellt von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13188 * Refactored 3 files of tools package von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13231 * rework MCP tool discovery and invocation von @cornmander in https://github.com/google-gemini/gemini-cli/pull/13160 * Fix test to not leave terminal in mouse mode von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13232 * Refactored 4 files of tools package von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13235 * Right click to paste in Alternate Buffer mode von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13234 * update glob version von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13242 * feat: Show tip on first request and refactor phrases von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/12952 * feat :uninstall multiple extensions von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13016 * Docs: Add changelog for v.0.15.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/13276 * feat: launch Gemini 3 in Gemini CLI 🚀🚀🚀 (in main) von @skeshive in https://github.com/google-gemini/gemini-cli/pull/13287 * fix(patch): cherry-pick ff725de to release/v0.17.0-preview.0-pr-13477 to patch version v0.17.0-preview.0 and create version 0.17.0-preview.1 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13511 * fix(patch): cherry-pick 049a299 to release/v0.17.0-preview.1-pr-13483 to patch version v0.17.0-preview.1 and create version 0.17.0-preview.2 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13518 * fix(patch): cherry-pick c7b5dcd to release/v0.17.0-preview.2-pr-13517 to patch version v0.17.0-preview.2 and create version 0.17.0-preview.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13529 * fix(patch): cherry-pick 4adfdad to release/v0.17.0-preview.3-pr-13464 to patch version v0.17.0-preview.3 and create version 0.17.0-preview.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13533 * fix(patch): cherry-pick ade9dfe to release/v0.17.0-preview.4-pr-13515 to patch version v0.17.0-preview.4 and create version 0.17.0-preview.5 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13536 ## Neue Mitwirkende * @nayong2021 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12578 * @SunHuawei hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12477 * @rosecm hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12948 * @samucodesh hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10458 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0...v0.17.0
Features
18. November 2025
## What's Changed * Fix: Animated scrollbar renders black in NO_COLOR mode von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13188 * Refactored 3 files of tools package von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13231 * rework MCP tool discovery and invocation von @cornmander in https://github.com/google-gemini/gemini-cli/pull/13160 * Fix test to not leave terminal in mouse mode von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13232 * Refactored 4 files of tools package von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13235 * Right click to paste in Alternate Buffer mode von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13234 * update glob version von @scidomino in https://github.com/google-gemini/gemini-cli/pull/13242 * feat: Show tip on first request and refactor phrases von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/12952 * feat :uninstall multiple extensions von @ JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13016 * Docs: Add changelog for v.0.15.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/13276 * feat: launch Gemini 3 in Gemini CLI 🚀🚀🚀 (in main) von @skeshive in https://github.com/google-gemini/gemini-cli/pull/13287 * Remove obsolete reference to "help wanted" label in CONTRIBUTING.md von @aswinashok44 in https://github.com/google-gemini/gemini-cli/pull/13291 * chore(release): v0.18.0-nightly.20251118.86828bb56 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/13309 * Docs: Access clarification. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/13304 ## New Contributors * @aswinashok44 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/13291 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-nightly.20251117.cf8de02c6...v0.18.0-nightly.20251118.7cc5234b9
Features
18. November 2025
## Änderungen * feat: Gemini 3 im Gemini CLI 🚀🚀🚀 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/13279 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-preview.5...v0.16.0
Features
17. November 2025
## Veränderungen * chore/release: Version auf 0.17.0-nightly.20251116.e650a4ee5 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13154 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-nightly.20251116.e650a4ee5...v0.17.0-nightly.20251117.cf8de02c6
Features
17. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 78a28bf to release/v0.16.0-preview.4-pr-13188 to patch version v0.16.0-preview.4 and create version 0.16.0-preview.5 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13229 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-preview.4...v0.16.0-preview.5
Features
17. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 78a28bf to release/v0.15.3-pr-13188 to patch version v0.15.3 and create version 0.15.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13228 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.3...v0.15.4
Features
16. November 2025
## Was sich geändert hat * Show model in history by @scidomino in https://github.com/google-gemini/gemini-cli/pull/13034 * Update comment and undo unnecessary logging by @scidomino in https://github.com/google-gemini/gemini-cli/pull/13025 * chore/release: bump version to 0.17.0-nightly.20251114.0fcbff506 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13040 * slightly adjust model message formatting by @scidomino in https://github.com/google-gemini/gemini-cli/pull/13043 * Improve test code coverage for cli/command/extensions package by @megha1188 in https://github.com/google-gemini/gemini-cli/pull/12994 * docs: remove references to deprecated flags (--checkpointing, --sandbox-image) by @nayong2021 in https://github.com/google-gemini/gemini-cli/pull/12578 * docs: remove references to deprecated --checkpointing flag by @SunHuawei in https://github.com/google-gemini/gemini-cli/pull/12477 * feat(auth): Add option for metadata server application default credentials without project override by @rosecm in https://github.com/google-gemini/gemini-cli/pull/12948 * Change default compress threshold to 0.7 for api key users by @scidomino in https://github.com/google-gemini/gemini-cli/pull/13079 * fix(cli): Exit CLI when trust save unsuccessful during launch by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11968 * bug(ui) make it clear when users need to enter selection mode and fix clear issue. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13083 * Change flag name to flag id for existing flags by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/13073 * feat: Update permissions command to support modifying trust for other… by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11642 * Only warn about mouse movement when the mouse is down. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13101 * Increase paste timeout + add warning. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/13099 * Check folder trust before allowing add directory by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/12652 * Docs: Clarify Project-Scoped Behavior of Chat Sub-commands by @samucodesh in https://github.com/google-gemini/gemini-cli/pull/10458 * Refactored core package ut by @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/13139 ## Neue Mitwirkende * @nayong2021 hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/12578 geleistet * @SunHuawei hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/12477 geleistet * @rosecm hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/12948 geleistet * @samucodesh hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/10458 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.17.0-nightly.20251114.0fcbff506...v0.17.0-nightly.20251116.e650a4ee5
Features
15. November 2025
## Was sich geändert hat * fix(patch): cherry-pick d03496b to release/v0.16.0-preview.3-pr-13099 to patch version v0.16.0-preview.3 and create version 0.16.0-preview.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13143 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-preview.3...v0.16.0-preview.4
Features
15. November 2025
## What's Changed * fix(patch): cherry-pick ab6b229 to release/v0.16.0-preview.2-pr-13101 to patch version v0.16.0-preview.2 and create version 0.16.0-preview.3 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13110 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-preview.2...v0.16.0-preview.3
Features
15. November 2025
## Änderungen * fix(patch): cherry-pick d03496b to release/v0.15.2-pr-13099 to patch version v0.15.2 and create version 0.15.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13144 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.2...v0.15.3
Features
15. November 2025
## Veränderungen * fix(patch): cherry-pick ab6b229 to release/v0.15.1-pr-13101 to patch version v0.15.1 and create version 0.15.2 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13111 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.1...v0.15.2
Features
14. November 2025
## Was sich geändert hat * Allow users to reset to auto when it's in fallback mode by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12623 * feat(core): update default model config in client.ts by @agmsb in https://github.com/google-gemini/gemini-cli/pull/12960 * Sticky headers where the top rounded border is sticky. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12971 * feat(core): set default chat base model configs by @agmsb in https://github.com/google-gemini/gemini-cli/pull/12951 * chore/release: bump version to 0.16.0-nightly.20251113.ad1f0d99 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12977 * refactor: remove read-many-files tool from agent by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12796 * Don’t clear buffers on cleanup. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12979 * fix(editor): ensure preferred editor setting updates immediately by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12981 * feat(ui) Make useAlternateBuffer the default by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12976 * feat: disengage surface adhesion protocols by @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12989 * feat: normalize verticality by @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12991 * chore: update package lock by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12974 * Improve MALFORMED_FUNCTION_CALL handling by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12965 * Support incremental update experiment flag. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12926 * feat(ui) support animated page up/down, fn-up/down and end+home by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13012 * Switch back to truncating headers. Unfortunately we have too many headers that are 10+ lines for no good reason so we need to add back this truncation until we fix them. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13018 * jacob314/drag scrollbar by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12998 * Polish sticky headers by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13024 * feat(core, cli): Add auth type to history checkpoint. by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13023 * chore(release): bump version to 0.17.0-nightly.20251113.48e3932f6 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13027 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-nightly.20251113.ad1f0d99...v0.17.0-nightly.20251114.0fcbff506
Features
14. November 2025
## Was geändert wurde * fix(patch): Cherry-pick ce56b4e to release/v0.16.0-preview.1-pr-13073 to patch version v0.16.0-preview.1 and create version 0.16.0-preview.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13097 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-preview.1...v0.16.0-preview.2
Features
14. November 2025
## Was sich geändert hat * fix(patch): cherry-pick ba15eeb to release/v0.16.0-preview.0-pr-13083 to patch version v0.16.0-preview.0 and create version 0.16.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13093 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-preview.0...v0.16.0-preview.1
Features
14. November 2025
## Veränderungen * fix(patch): cherry-pick ba15eeb to release/v0.15.0-pr-13083 to patch version v0.15.0 and create version 0.15.1 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13094 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0...v0.15.1
Features
14. November 2025
## Was sich geändert hat * fix(core): Behandle null-Befehl bei VSCode IDE-Erkennung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12689 * Behebung des Tests unter Windows von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12681 * chore(release): Version auf 0.15.0-nightly.20251107.b8eeb553 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12687 * Fügt listCommands-Endpunkt zum a2a-Server hinzu von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/12604 * fix: Herunterladen von Release-Assets aus privatem GitHub-Repository #11928 von @haroonc in https://github.com/google-gemini/gemini-cli/pull/12682 * docs: Tippfehler in einigen Dateien korrigieren von @khanhkhanhlele in https://github.com/google-gemini/gemini-cli/pull/12706 * Reload Gemini-Speicher beim Laden/Entladen der Extension + Refactoring der Speicheraktualisierung von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12651 * test(policy): Extreme-Priority-Werte-Tests hinzufügen (Nachfolger zu #12617) von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12679 * Update der Ink-Version von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12720 * Triviale YAML-Fehlerbehebungen für den Linter. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12725 * [feat] Extension Reloading - Updates berücksichtigen, um Tools auszuschließen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12728 * fix(ci): Sicherstellen korrekter Versionsberechnung und Git ls-remote-Filterung im Release-Workflow von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12683 * fix(core): Verwendung von ripgrep --json-Ausgabe für robuste plattformübergreifende Analyse von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12853 * feat(sessions): Wiederaufnahme zu geminiChat hinzufügen und CLI-Flags für Sitzungsverwaltung hinzufügen von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/10719 * fix(prompt): Angular-Unterstützung zum Basis-Prompt hinzufügen von @MarkTechson in https://github.com/google-gemini/gemini-cli/pull/10252 * Issue#9751 - Beheben des Gemini-Absturzes beim Start in tmux-Umgebungen von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/11637 * Experiment-Logging hinzufügen und Caching-Experiment hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12862 * chore/release: Version auf 0.15.0-nightly.20251111.51f952e7 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12860 * telemetry: Interaktive Sitzungszustände verfolgen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12856 * Unterstützung des Ink-Scrollings endgültiger PR von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12567 * feat(core): Migriere `generateContent` zu Modellkonfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12834 * Add expected_replacements zum Smart-Edit-Tool von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12885 * fix(extension-uninstallation): Behebung der De-/Installation von Extensions, die anders benannt sind als ihr Verzeichnisname von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12852 * Implementierung zum Deaktivieren von Github-Extensions durch @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12838 * fix(ci): Ripgrep vorab im globalen Setup herunterladen, um Race Conditions zu verhindern von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12886 * Deprecate read_many_files-Tool von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12861 * Temporäres Verzeichnis vom System-Prompt zum ersten Nutzernachricht verschieben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12895 * Make useFullWidth zur Standardvoreinstellung machen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12911 * fix(patch): Cherry-Pick 540f606 zu release/v0.15.0-preview.0-pr-12949, um Version v0.15.0-preview.0 zu patchen und Version 0.15.0-preview.1 zu erstellen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12956 * fix(patch): Cherry-Pick 7ec7845 zu release/v0.15.0-preview.1-pr-12905 [CONFLICTS] von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12962 * fix(patch): Cherry-Pick fe1bfc6 zu release/v0.15.0-preview.2-pr-12989, um Version v0.15.0-preview.2 zu patchen und Version 0.15.0-preview.3 zu erstellen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12990 * fix(patch): Cherry-Pick 102905b zu release/v0.15.0-preview.3-pr-12991, um Version v0.15.0-preview.3 zu patchen und Version 0.15.0-preview.4 zu erstellen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13008 * fix(patch): Cherry-Pick 13d8d94 zu release/v0.15.0-preview.4-pr-12981, um Version v0.15.0-preview.4 zu patchen und Version 0.15.0-preview.5 zu erstellen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13011 * fix(patch): Cherry-Pick fb99b95 zu release/v0.15.0-preview.5-pr-13018 [CONFLICTS] von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13022 ## Neue Mitwirkende * @haroonc hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12682 * @khanhkhanhlele hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12706 * @davidmcwherter hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12849 * @MarkTechson hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10252 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.14.0...v0.15.0
Features
14. November 2025
## Was sich geändert hat * fix test to use faketimer by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12913 * Erhöhe die Code-Abdeckung für Kernpakete by @megha1188 in https://github.com/google-gemini/gemini-cli/pull/12872 * Verwende PascalCase für alle Tool-Anzeigenamen by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12918 * Fixiere Extensions-Deaktivieren/Aktivieren-Befehle, die Handler nicht awaiten by @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12915 * feat(core): verbessere Schleifen-Erkennung mit 2-Stufen-Check by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12902 * feat: verbessere RipGrep-Tool mit erweiterten Suchoptionen und verbesserten Standards by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12677 * chore(release): Version auf 0.16.0-nightly.20251112.2abc288c erhöhen by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12917 * chore/release: Version auf 0.16.0-nightly.20251112.c961f274 erhöhen by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12923 * feat(hooks): Hook Result Aggregation by @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9095 * feat: Update client metadata for consistency by @skeshive in https://github.com/google-gemini/gemini-cli/pull/12947 * fix(FileCommandLoader): Remove error logs if the operation was aborted by @kiranani in https://github.com/google-gemini/gemini-cli/pull/12927 * fix(docs): Release-Version für Entfernen mehrerer Dateien by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12949 * Enable write_todo tool and fix output function schema by @anj-s in https://github.com/google-gemini/gemini-cli/pull/12905 * Turns out the node console.clear() clears the buffer. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12959 * Zeige immer den internen Tool-Namen in /tools an by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12964 * feat: auto-generiere Dokumentation für Tastenkombinationen by @cornmander in https://github.com/google-gemini/gemini-cli/pull/12944 * feat(safety): Einführung des Safety-Checker-Frameworks by @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12504 * refactor: toml-loader.test.ts umstellen, um echtes Dateisystem zu verwenden by @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12969 * Ermögliche Benutzern, auf Auto zurückzusetzen, wenn es im Fallback-Modus ist by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12623 * feat(core): Standard-Modellkonfiguration in client.ts aktualisieren by @agmsb in https://github.com/google-gemini/gemini-cli/pull/12960 * Sticky headers, bei denen der obere abgerundete Rand klebrig ist. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12971 * feat(core): Standard-Chat-Basis-Modellkonfigurationen setzen by @agmsb in https://github.com/google-gemini/gemini-cli/pull/12951 * chore/release: Version auf 0.16.0-nightly.20251113.ad1f0d99 erhöhen by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12977 * refactor: Entferne Tool read-many-files aus dem Agenten by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12796 * Don't clear buffers on cleanup. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12979 * fix(editor): ensure preferred editor setting updates immediately by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12981 * feat(ui) Verwende Make useAlternateBuffer als Standard by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12976 * feat: Abtrennen von Oberflächen-Adhäsionsprotokollen by @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12989 * feat: Normalisiere Vertikalität by @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12991 * chore: Paket-Lock-Datei aktualisieren by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12974 * Verbessere MALFORMED_FUNCTION_CALL-Handling by @scidomino in https://github.com/google-gemini/gemini-cli/pull/12965 * Unterstützung für inkrementelles Update-Flag experiments. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12926 * feat(ui) Unterstützung animierter Seiten-oben/unten, fn-up/down und end+home by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13012 * Wechsel zurück zu Header-Kürzungen. Leider haben wir zu viele Header, die mehr als 10 Zeilen lang sind, daher müssen wir diese Kürzung wieder hinzufügen, bis wir sie beheben. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13018 * jacob314/drag scrollbar by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12998 * Poliere Sticky-Header by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/13024 * feat(core, cli): Auth-Typ zum History-Checkpoint hinzufügen. by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/13023 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.7...v0.16.0-preview.0
Features
13. November 2025
## Was sich geändert hat * chore/release: Version auf 0.16.0-nightly.20251112.c961f274 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12923 * feat(hooks): Hook Result Aggregation von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9095 * feat: Aktualisiere Client-Metadaten zur Konsistenz von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12947 * fix(FileCommandLoader): Entferne Fehler-Logs, falls die Operation abgebrochen wurde von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12927 * fix(docs): Release-Version für Entfernung des Lesens mehrerer Dateien von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12949 * Enable write_todo tool and fix output function schema von @anj-s in https://github.com/google-gemini/gemini-cli/pull/12905 * Wraps sich heraus, dass die node console.clear() den Puffer löscht. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12959 * Immer den Tool-Innenname in /tools anzeigen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12964 * feat: autodokumentation von Tastenkürzel-Docs durch @cornmander in https://github.com/google-gemini/gemini-cli/pull/12944 * feat(safety): Einführung des Safety-Checker-Frameworks von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12504 * refactor: toml-loader.test.ts auf echte Dateisystem-Nutzung umstellen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12969 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.16.0-nightly.20251112.c961f274...v0.16.0-nightly.20251113.ad1f0d99
Features
13. November 2025
## Änderungen * fix(patch): cherry-pick fb99b95 to release/v0.15.0-preview.5-pr-13018 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13022 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.5...v0.15.0-preview.6
Features
13. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 13d8d94 to release/v0.15.0-preview.4-pr-12981 to patch version v0.15.0-preview.4 and create version 0.15.0-preview.5 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13011 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.4...v0.15.0-preview.5
Features
13. November 2025
## What's Changed * fix(patch): cherry-pick 102905b to release/v0.15.0-preview.3-pr-12991 to patch version v0.15.0-preview.3 and create version 0.15.0-preview.4 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13008 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.3...v0.15.0-preview.4
Features
13. November 2025
## Was sich geändert hat * fix(patch): cherry-pick fe1bfc6 to release/v0.15.0-preview.2-pr-12989 to patch version v0.15.0-preview.2 and create version 0.15.0-preview.3 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12990 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.2...v0.15.0-preview.3
Features
12. November 2025
## Was sich geändert hat * feat(sessions): Resuming zu geminiChat hinzufügen und CLI-Flags für Session-Management hinzufügen von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/10719 * fix(prompt): Angular-Unterstützung zum Basis-Prompt hinzufügen von @MarkTechson in https://github.com/google-gemini/gemini-cli/pull/10252 * Issue#9751 - Behebe den gemini-Crash beim Start in tmux-Umgebungen von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/11637 * Add experiment logging und caching-Experiment hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12862 * chore/release: Version auf 0.15.0-nightly.20251111.51f952e7 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12860 * telemetry: interaktiven Sitzungsstatus verfolgen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12856 * Support ink scrolling final pr von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12567 * feat(core): Migriere `generateContent` zu Modell-Konfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12834 * Add expected_replacements zum Smart-Edit-Tool von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12885 * fix(extension-uninstallation): Behebe Deinstallation von Extensions, deren Name von ihrem Verzeichnisnamen abweicht, von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12852 * Implementierung zum Festlegen, um Github-Extensions zu deaktivieren, hinzuzufügen von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12838 * fix(ci): ripgrep im Global-Setup vorabrufen, um Race-Conditions zu verhindern von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12886 * Deprecatet read_many_files-Tool von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12861 * Verschiebe temporäres Verzeichnis vom System-Prompt zur ersten Benutzernachricht von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12895 * Mache useFullWidth zur Standardoption. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12911 * fix Test, um faketimer zu verwenden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12913 * Erhöhe Codeabdeckung für Core-Pakete von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/12872 * Verwende PascalCase für alle Tool-Display-Namen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12918 * Fixiere, dass Extensions-Deaktivierungs-/Aktivierungsbefehle nicht auf den Handler warten, von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12915 * feat(core): verbessere Loop-Erkennung mit 2-Stufen-Check von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12902 * feat: verbessere RipGrep-Tool mit erweiterten Suchoptionen und verbesserten Defaults von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12677 * chore(release): Version auf 0.16.0-nightly.20251112.2abc288c erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12917 ## Neue Beiträger * @MarkTechson hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/10252 geleistet * @megha1188 hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/11637 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-nightly.20251111.51f952e7...v0.16.0-nightly.20251112.c961f274
Features
12. November 2025
## Was geändert wurde * fix(patch): cherry-pick 7ec7845 to release/v0.15.0-preview.1-pr-12905 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12962 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.1...v0.15.0-preview.2
Features
12. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 540f606 to release/v0.15.0-preview.0-pr-12949 to patch version v0.15.0-preview.0 and create version 0.15.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12956 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-preview.0...v0.15.0-preview.1
Features
12. November 2025
## Was sich geändert hat * fix(core): Behandle null-Befehl bei VSCode IDE-Erkennung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12689 * Behebe Test auf Windows von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12681 * chore(release): version auf 0.15.0-nightly.20251107.b8eeb553 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12687 * Fügt listCommands-Endpunkt zum a2a-Server hinzu von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/12604 * fix: Herunterladen von Release-Assets aus privatem GitHub-Repository #11928 von @haroonc in https://github.com/google-gemini/gemini-cli/pull/12682 * docs: Tippfehler in einigen Dateien korrigieren von @khanhkhanhlele in https://github.com/google-gemini/gemini-cli/pull/12706 * Reload Gemini-Speicher beim Laden/Entladen der Extension + Refactoring der Speicheraktualisierung von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12651 * test(policy): Extreme-Prioritätswert-Tests hinzufügen (Fortsetzung zu #12617) von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12679 * Update der Ink-Version von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12720 * Triviale YAML-Fehlerbehebungen für Linter. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12725 * [feat] Extension Reloading - Updates beachten, um Tools auszuschließen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12728 * fix(ci): Gewährleistung korrekter Versionsberechnung und git ls-remote-Filterung im Release-Workflow von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12683 * fix(core): ripgrep --json-Ausgabe für robuste plattformübergreifende Analyse verwenden von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12853 * feat(sessions): Wiederaufnahme zu geminiChat hinzufügen und CLI-Flags für Sitzungsmanagement von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/10719 * fix(prompt): Angular-Unterstützung zum Basis-Prompt hinzufügen von @MarkTechson in https://github.com/google-gemini/gemini-cli/pull/10252 * Issue#9751 - Behebung des Gemini-Absturzes beim Start in tmux-Umgebungen von @megha1188 in https://github.com/google-gemini/gemini-cli/pull/11637 * Experimentprotokollierung hinzufügen und Caching-Experiment hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12862 * chore/release: Version auf 0.15.0-nightly.20251111.51f952e7 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12860 * telemetry: interaktiven Sitzungsstatus verfolgen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/12856 * Support Ink-Scrolling finaler PR von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12567 * feat(core): Migriere `generateContent` zu Modellkonfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12834 * Erwartete_Ersatzwerte zum smart-edit Tool hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12885 * fix(extension-uninstallation): Deinstallation von Extensions mit anderem Verzeichnisnamen als dem Namen beheben von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12852 * Implementierung zum Setzen zum Deaktivieren von Github-Extensions hinzufügen von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12838 * fix(ci): Ripgrep vorher herunterladen in globalem Setup, um Race Conditions zu verhindern von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12886 * Deprecate read_many_files Tool von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12861 * Temp-Verzeichnis vom Systemprompt auf erste Benutzernachricht verschieben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12895 * Make useFullWidth Standard. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12911 ## Neue Mitwirkende * @haroonc hat seinen/ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12682 * @khanhkhanhlele hat seinen/ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12706 * @davidmcwherter hat seinen/ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12849 * @MarkTechson hat seinen/ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10252 * @megha1188 hat seinen/ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/11637 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.14.0-preview.0...v0.15.0-preview.0
Features
12. November 2025
## Was sich geändert hat * Scrollable-Unterstützung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12544 * fix: Benutzer kann Pro-Modell auch im Fallback-Modus festlegen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12566 * fix(infra) - Liste Verzeichnis weniger flakig machen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12554 * chore(release): Versionsprung auf 0.14.0-nightly.20251104.da3da198 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12564 * refactor: String-Parsing für retryInfo von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/12586 * Fix/windows pty crash von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/12587 * fix(core): Servernamen-Spoofing im policy engine verhindern von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12511 * fix(triage-workflow): Umgebungsvariablen direkt in Prompt übergeben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12602 * Update Auto-Compression-Meldung. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12605 * [Extension Reloading]: Eigene Befehle aktualisieren, Enable/Disable-Befehl hinzufügen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12547 * Kompressionsmechanismus zum Sub-Agent hinzufügen von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12506 * fix: Zeilenumbrüche in quota/capacity Meldungen hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12603 * fix(core) Pfad-Leser-Methode readPathFromWorkspace respektiert git/gemini Ignore-Konfiguration nicht. von @BadgerHobbs in https://github.com/google-gemini/gemini-cli/pull/10073 * List Tools in konsistenter Reihenfolge. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12615 * Docs: Neuerest Changelog hinzugefügt: v0.12.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12611 * Verbesserte Nachverfolgung animierter Komponenten. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12618 * chore: ungenutzte CLI policy TOML-Dateien entfernen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12620 * feat(core): ModelConfigService hinzufügen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12556 * feat(policy): Umfassende Prioritätenbereich-Validierungstests hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12617 * feat(shell): Arbeitsverzeichnis (cwd) in Shell-Befehl-Beschreibung aufnehmen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12558 * refactor(cli): wiederholende Tests in InputPrompt mit it.each konsolidieren von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12524 * Benutzer informieren, wenn auf Flash-Fallback gewechselt wird, und Fehlermeldung aktualisieren… von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12640 * fix(#11707): mehrere Instanzen eines String-Tests ersetzen sollte von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/12647 * Zurücksetzen von "Enable WriteTodos tool by default (#12500)" von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12658 * Speichername des Keychains benutzerfreundlicher gestalten von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12644 * Docs: /model-Dokumentation hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12654 * fix(cli): Flash-Modellfehler gracefully behandeln von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12667 * chore: flaky Test deaktivieren von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/12670 * Konsistente Parameternamen verwenden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12517 * fix(patch workflow): Sicherstellen, dass die Umgebung in Patch-Kommentaren aufgelistet wird von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/12538 * fix: DiscoveredTool in Policy Engine integrieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12646 ## Neue Mitwirkende * @BadgerHobbs hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/10073 geleistet **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0...v0.14.0
Features
11. November 2025
## Was sich geändert hat * test: flaky File-System-Integrationstests beheben von @hritan in https://github.com/google-gemini/gemini-cli/pull/12724 * Tabs beim Einfügen beibehalten von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/12735 * feat(hooks): Hook Execution Engine von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9092 * Aktiv-Experiment-IDs zu Clearcut log events hinzugefügt von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/12745 * Modifiables Tool-Temp-Workspace gehärtet von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12837 * Keine Garbage-Zeichen mehr bei Tasten F1, F2.. ausgeben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12835 * Auf Wechsel zum alternativen Buffer-Modus vor dem Rendern von Ink umgestellt von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12833 * Externes Editor-Diff-Drift behoben von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12846 * Behebt #12841: Header durch google_credentials-Transport weiterleiten… von @davidmcwherter in https://github.com/google-gemini/gemini-cli/pull/12849 * core behoben: ripgrep --json-Ausgabe für robuste plattformübergreifende Parser-Verarbeitung verwendet von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12853 ## Neue Contributors * @davidmcwherter hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/12849 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-nightly.20251110.c0b766ad...v0.15.0-nightly.20251111.51f952e7
Features
10. November 2025
## Was sich geändert hat * Fügt listCommands-Endpunkt zu einem a2a-Server hinzu von @cocosheng-g in https://github.com/google-gemini/gemini-cli/pull/12604 * fix: Herunterladen von Release-Assets aus privatem GitHub-Repository #11928 von @haroonc in https://github.com/google-gemini/gemini-cli/pull/12682 * docs: Rechtschreibfehler in einigen Dateien beheben von @khanhkhanhlele in https://github.com/google-gemini/gemini-cli/pull/12706 * Gemini-Speicher beim Laden/Entladen der Erweiterung neu laden + Refactoring der Speicher-Aktualisierung von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12651 * test(policy): Extreme-Wert-Tests für Prioritätenwerte hinzufügen (Follow-up zu #12617) von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12679 * Update Ink-Version von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12720 * Triviale YAML-Fehlerbehebungen für Linter. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12725 * [feat] Extension Reloading - Updates berücksichtigen, um Tools auszuschließen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12728 * fix(ci): korrekte Versionsberechnung und Git ls-remote-Filterung im Release-Workflow sicherstellen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12683 * feat(core): Migriere `generateJson` zu aufgelösten Modell-Konfigurationen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12626 * [feat]: Amen `/extensions restart`-Befehl hinzufügen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12739 * [cleanup] Eigenschaft der Info-Nachricht von 'icon' zu 'prefix' umbenennen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12743 * Behebt Rennen beim Logging von Erweiterungen und Logging von Slash-Befehlen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12732 * Branch-Batch-Scrollen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12680 * Überarbeitung von KeypressContext von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12746 * Behebt Shift+Return in VS Code von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12799 * Vereinfachung der switch-case-Struktur von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12798 ## Neue Mitwirkende * @haroonc hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12682 * @khanhkhanhlele hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12706 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.15.0-nightly.20251107.cd27cae8...v0.15.0-nightly.20251110.c0b766ad
Features
7. November 2025
## Was sich geändert hat * Scrollable-Unterstützung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12544 * fix: dem Benutzer ermöglichen, Pro-Modell auch im Fallback zu setzen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12566 * fix(infra) - Liste-Verzeichnis weniger launisch machen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12554 * chore(release): Version auf 0.14.0-nightly.20251104.da3da198 erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12564 * refactor: String-Parsing für retryInfo von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/12586 * Fix/windows pty crash von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/12587 * fix(core): Server-Namen-Spoofing im Policy-Engine verhindern von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12511 * fix(triage-workflow): Umgebungsvariablen direkt in Prompt übergeben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12602 * Update automatische Kompressionsnachricht. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12605 * [Extension Reloading]: Benutzerspezifische Befehle aktualisieren, Enable/Disable-Befehl hinzufügen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12547 * Kompressionsmechanismus zum Subagent hinzufügen von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12506 * fix: Zeilenumbrüche in Quota-/Kapazitätsmeldungen hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12603 * fix(core) Pfad-Lesern Methode readPathFromWorkspace beachtet git/gemini ignore config nicht. von @BadgerHobbs in https://github.com/google-gemini/gemini-cli/pull/10073 * Tools in konsistenter Reihenfolge auflisten. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12615 * Docs: Neuer-Changelog hinzugefügt: v0.12.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12611 * Verbesserung der Verfolgung von animierten Komponenten. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12618 * chore: unbenutzte CLI-Policy-TOML-Dateien entfernen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12620 * feat(core): ModelConfigService hinzufügen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12556 * feat(policy): Umfassende Prioritätsbereich-Validierungstests hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12617 * feat(shell): aktuelles Arbeitsverzeichnis (cwd) in Shell-Befehl-Beschreibung aufnehmen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12558 * refactor(cli): wiederholende Tests in InputPrompt mittels it.each zusammenführen von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12524 * Benutzer informieren, wenn auf Flash-Fallback umgestellt wird, und Fehlermeldung aktualisieren… von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12640 * fix(#11707): Soll mehrere Instanzen eines Strings-Test durch @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/12647 ersetzen * Rückgängig: "Enable WriteTodos tool by default (#12500)" von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12658 * Aktualisierung des Keychain-Speicher-Namens für nutzerfreundlichere Bedienung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12644 * Docs: /model-Dokumentation hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12654 * fix(cli): Flash-Model-Fehler gracefully behandeln von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12667 * chore: flaky Test deaktivieren von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/12670 * Konsistente Parameternamen verwenden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12517 * fix(patch workflow): Sicherstellen, dass die Umgebung in Patch-Kommentaren aufgelistet ist von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/12538 * fix: DiscoveredTool mit Policy Engine integrieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12646 * fix(core): Behandlung eines null-Kommandos bei VSCode IDE-Erkennung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12689 * Fix Test in Windows von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12681 * chore(release): Version auf 0.15.0-nightly.20251107.b8eeb553 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12687 ## Neue Mitwirkende * @BadgerHobbs hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10073 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-nightly.20251105.da3da198...v0.15.0-nightly.20251107.cd27cae8
Features
7. November 2025
## Was sich geändert hat * Scrollbare Unterstützung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12544 * fix: Erlaubt dem Benutzer, pro Modell zu setzen, auch im Fallback von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12566 * fix(infra) - Liste-Verzeichnis weniger anfällig machen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12554 * chore(release): Version auf 0.14.0-nightly.20251104.da3da198 erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12564 * refactor: Zeichenkette für retryInfo parsen von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/12586 * Fix/windows pty crash von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/12587 * fix(core): Verhindern von Server-Namens-I spoofing im Policy-Engine von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12511 * fix(triage-workflow): Umgebungsvariablen direkt in Prompt übergeben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12602 * Update Auto-Kompressionsnachricht. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12605 * [Extension Reloading]: Aktualisiere benutzerdefinierte Befehle, füge enable/disable-Befehl hinzu von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12547 * Füge Kompressionsmechanismus zum Subagenten hinzu von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12506 * fix: Zeilenumbrüche in Quota-/Capacity-Meldungen hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12603 * fix(core) Pfad-Lesemethode readPathFromWorkspace beachtet git/gemini ignore-Konfiguration nicht. von @BadgerHobbs in https://github.com/google-gemini/gemini-cli/pull/10073 * Liste Werkzeuge in konsistenter Reihenfolge. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12615 * Docs: Neueste Changelog hinzugefügt: v0.12.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12611 * Verbesserte Nachverfolgung von animierten Komponenten. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12618 * chore: nicht verwendete CLI policy TOML-Dateien entfernen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12620 * feat(core): Add ModelConfigService. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/12556 * feat(policy): Umfassende Prioritätenbereich-Validierungstests hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12617 * feat(shell): Arbeitsverzeichnis (cwd) in Shell-Befehl-Beschreibung einschließen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12558 * refactor(cli): wiederkehrende Tests in InputPrompt mithilfe von it.each konsolidieren von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12524 * Benutzer informieren, wenn beim Fall zurück auf flash, und Fehlermeldung aktualisieren… von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12640 * fix(#11707): sollte mehrere Instanzen eines Strings-Test ersetzen von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/12647 * Revertiere "Enable WriteTodos tool by default (#12500)" von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12658 * Update des Keychain-Speicher-Namens, benutzerfreundlicher zu gestalten von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12644 * Docs: /model-Dokumentation hinzugefügt von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12654 * fix(cli): Fehler bei flash Model graceful behandeln von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12667 * chore: flaky Test deaktivieren von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/12670 * Verwende konsistente Parameternamen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12517 * fix(patch workflow): Sicherstellen, dass die Umgebung in Patch-Kommentaren aufgeführt ist von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/12538 * fix: DiscoveredTool mit Policy Engine integrieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12646 ## Neue Mitwirkende * @BadgerHobbs hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10073 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-preview.3...v0.14.0-preview.0
Features
7. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 36feb73 to release/v0.13.0-preview.2-pr-12658 to patch version v0.13.0-preview.2 and create version 0.13.0-preview.3 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12663 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-preview.2...v0.13.0-preview.3
Features
7. November 2025
## Was sich geändert hat * fix: Verbesserung der Pfadbehandlung in handleAtCommand zur Unterstützung relativer Pfade von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/9065 * Remove Todo Icon von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12190 * chore(release): Version auf 0.13.0-nightly.20251029.cca41edc erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12191 * fix(security) - Use emitFeedback statt Console-Error von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11954 * fix(infra) - Read-many-File-Test wieder einschalten von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12181 * feat: auth_type zu StartSessionEvent Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12034 * refactor: Replace console.error durch strukturiertes Logging und Feedback von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12175 * refactor(core): Move getPackageJson Utility zum core-Package von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12224 * Verstecke zusammengeklappten Todo-Tray, wenn alle erledigt sind. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12242 * Fix atprocessor-Test unter Windows von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12252 * refactor(todo): Leistung und Lesbarkeit des Todo-Komponenten verbessern von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/12238 * Fix Alt-Tastenbelegung für Mac von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12231 * Fix(noninteractive) - Meldung hinzufügen, wenn Benutzer deprecated-Flag verwendet von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11682 * feat(telemetry): Erweiterungen zu StartSessionEvent Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12261 * Standardisiertes Fehler-Logging mit coreEvents.emitFeedback von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12199 * feat(ui): Todo-Textfarbe bei benutzerdefinierten Themes nicht propagieren beheben von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/12265 * feat(auth): API-Schlüssel-Authentifizierungsfluss verbessern von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11760 * docs: Tastenkombinationen mit fehlenden Shortcuts aktualisieren von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12024 * chore: console.error zu debugLogger in useSlashCompletion migrieren von @hritan in https://github.com/google-gemini/gemini-cli/pull/12218 * feat(core): Granulare Memory-Lader für JIT-Architektur implementieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12195 * fix(core): RootDir zu tsconfig.json hinzufügen, um TS5055-Fehler zu beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12274 * Refactoring Unittests in packages/cli/src/ui von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/12251 * Docs: v0.11.0 zum Changelog hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12256 * Protokoll-Erweiterungs-ID mit Tool-Aufruf/Slash-Befehl-Aufruf protokollieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12254 * Fehlerhafte Anzahl der entfernten Zeilen durch Modell berichtigen von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/12076 * Rückgängig machen von "fix(core): Add rootDir to tsconfig.json to resolve TS5055 error" von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12293 * Ausgabemeldungen für Installieren und Linken korrigieren von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12168 * Validate-Befehl hinzufügen von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12186 * fix(docs): falsche Extension-Installationsmethode entfernen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/11194 * fix(test) - JSON-Output-Error-Test mit vordefinierter Antwort verwenden von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12250 * Anfangsunterstützung zum Neuladen von Erweiterungen in der CLI - nur mcp-Server von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12239 * Tests korrigieren, damit alle UI-Aufrufe mit act eingebettet werden von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12268 * Zeilenänderungs-Metriken erstellen von @jerop in https://github.com/google-gemini/gemini-cli/pull/12299 * feat: Selbstimporte verhindern und Build-Schleife beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12309 * Standardkompression-Schwelle im UI ändern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12306 * refactor(core): GeminiChat vom uiTelemetryService über Usage-Ereignisse entkoppeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12196 * Behebung kleiner Formatierungsprobleme in quota-and-pricing.md von @hyangah in https://github.com/google-gemini/gemini-cli/pull/11340 * Modell-Routing für alle Benutzer aktivieren von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/12300 * Kompressionst-Threshold im UI bearbeitbar machen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12317 * Kontextanteil im Footer standardmäßig entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12326 * Code-Review-Skript zur Erfassung häufiger Paket/CLI-Regressionsfälle von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12316 * chore/release: Version auf 0.13.0-nightly.20251031.c89bc30d erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12330 * feat: Dynamische Run-Namen zu Patch-Release-Workflows hinzufügen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12336 * fix: Stillen-Ausfall im release-patch-1-create-pr-Workflow beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12339 * refactor(core): Refactored und redundante Testzeilen in teleme… entfernt von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12284 * feat(telemetry): Extensionsname zu ToolCallEvent Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12343 * chore: deutlich machen, dass `--model` beim Startup-Modus für Modell-Auswahl gedacht ist von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12367 * Fixes für Ink 6.4.0 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12352 * fix(core): Duplizierten session_id im GCP-Log-Exporter entfernen von @jerop in https://github.com/google-gemini/gemini-cli/pull/12370 * Update mcp-server.md von @richardkmichael in https://github.com/google-gem
Features
5. November 2025
## Was sich geändert hat * fix(patch): cherry-pick 1611364 to release/v0.13.0-preview.1-pr-12587 to patch version v0.13.0-preview.1 and create version 0.13.0-preview.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12601 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-preview.1...v0.13.0-preview.2
Features
5. November 2025
## Was geändert wurde * fix(patch): cherry-pick f51d745 to release/v0.13.0-preview.0-pr-12586 to patch version v0.13.0-preview.0 and create version 0.13.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12595 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-preview.0...v0.13.0-preview.1
Features
5. November 2025
## Geändert * feat(ui): semantische Farbe der Antwort hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12450 * chore: Dokumentation der Einstellungen automatisch generieren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12451 * chore: tar auf 7.5.2 erhöhen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12466 * refactor: Kern-Systemprompt in mehrere Teile aufteilen von @anj-s in https://github.com/google-gemini/gemini-cli/pull/12461 * Refactoring der Packages/cli/src/ui-Tests von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/12482 * refactor(core): Fehlerbehandlung für setGlobalProxy verbessern von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12437 * Cap Thinking Budget, um Weglauf-Thought-Loops zu verhindern von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12416 * fix(ui): sicherstellen, dass Modelländerungen die UI sofort aktualisieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12412 * fix(settings): Änderungen bei restart-required beim Beenden mit ESC persistieren von @ashmod in https://github.com/google-gemini/gemini-cli/pull/12443 * Timeout für Subagents erzwingen von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12232 * Grants Subagent eine Recovery-Turn, wenn TIMEOUT, MAX_TURNS oder NO_TOOL_CALL Fehler auftreten. von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12344 * alternativer Buffer-Support von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12471 * (fix): Ctrl+C-Signal zum Abbruch der Ausführung im NonInteractive-Modus respektieren von @anj-s in https://github.com/google-gemini/gemini-cli/pull/11478 * feat(core): Unterstützung zum Auflisten von Experimenten hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12495 * Protokolliere Recovery-Ereignisse (Nudges), die innerhalb des Subagents auftreten, von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12408 * fix(auth): Leeres Map zurückgeben, wenn Token-Datei nicht existiert, und Refactoring… von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12332 * Refactor PolicyEngine zu Core-Package von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12325 * WriteTodos-Tool standardmäßig aktivieren von @anj-s in https://github.com/google-gemini/gemini-cli/pull/12500 * Alt-Buffer-Standardwert von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12507 * feat(hooks): Hook-Typentkopplung und Übersetzung von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9078 * feat(core): Timeout zum llm-Edit-Fix hinzufügen von @agmsb in https://github.com/google-gemini/gemini-cli/pull/12393 * Navigation- und Completion-Tastenkürzel angepasst, um kein Scrollen zu verwenden von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12502 * chore: Vite auf 7.1.12 erhöhen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12512 * Zeige Bildschirmleser-Hinweis nur einmal an von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12247 * fix(core): Verbesserte Schleifen-Erkennung bei längeren wiederholenden Mustern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12505 * feat(hooks): Hook Input/Output Contracts von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9080 * Fix alt+links auf Ghostty von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12503 * feat(hooks): Hook Execution Planning and Matching von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9090 * fix(mcp): harte Port 7777 durch dynamische Port-Zuweisung für OAuth ersetzen von @cbcoutinho in https://github.com/google-gemini/gemini-cli/pull/12520 * refactor(core): Refaktorisierte und entfernte redundante Testzeilen in Telemetrie von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12356 * SI Prompt-Nudge für das Todo-Tool von @anj-s in https://github.com/google-gemini/gemini-cli/pull/12159 * Extensions MCP-Refactor von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12413 * fix(infra) - Vorgefertigte Antwort für Flicker-Test verwenden von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12377 * Bash-Shell-Optionen strenger behandeln von @cornmander in https://github.com/google-gemini/gemini-cli/pull/12532 * Flicker im Screen-Reader-Nudge beheben von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12541 * Shift+Tab-Tastenkürzel bei Nicht-Kitty-Modus beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12552 * Ss/fix ext von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12540 * Konsole-Fehler in coreEvents/debugger für Sandbox, Logger, ChatRecordingService migrieren von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12253 * Codebasis-Inspektor standardmäßig für Preview aktivieren von @silviojr in https://github.com/google-gemini/gemini-cli/pull/12555 * feat(core): Fern-Konfigurationsintegration für Experimente hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12539 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-nightly.20251103.9187f6f6...v0.13.0-nightly.20251105.da3da198
Features
5. November 2025
## Was geändert wurde * fix: Verbesserung der Pfadbehandlung in handleAtCommand zur Unterstützung relativer Pfade von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/9065 * Remove Todo Icon von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12190 * chore(release): Version auf 0.13.0-nightly.20251029.cca41edc erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12191 * fix(security) - Use emitFeedback statt Console-Fehler von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11954 * fix(infra) - Read-many-file-Test wieder freischalten von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12181 * feat: auth_type zu StartSessionEvent-OTel-Logging hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12034 * refactor: Replace console.error mit strukturierter Protokollierung und Feedback von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12175 * refactor(core): Move getPackageJson Utility zum Core-Paket von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12224 * Verstecke zusammengeklappten Todo-Treiber, wenn alle erledigt sind. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12242 * Fix atprocessor-Test unter Windows von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12252 * refactor(todo): Leistung und Lesbarkeit der Todo-Komponente verbessern von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/12238 * Fix Alt-Tastenbelegungen für Mac von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12231 * Fix(noninteractive) - Nachricht hinzufügen, wenn Benutzer veraltetes Flag verwendet von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11682 * feat(telemetry): Erweiterungen zu StartSessionEvent-Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12261 * Standardisiere Fehlerprotokollierung mit coreEvents.emitFeedback von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12199 * feat(ui): Textfarbe eines Todo-Items bei benutzerdefinierten Themen nicht propagieren von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/12265 * feat(auth): verbessere API-Schlüssel-Authentifizierungs-Flow von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11760 * docs: aktualisiere Tastenkombinationen mit fehlenden Shortcuts von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12024 * chore: migriere console.error zu debugLogger in useSlashCompletion von @hritan in https://github.com/google-gemini/gemini-cli/pull/12218 * feat(core): Implementiere granulare Memory-Lader für JIT-Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12195 * fix(core): Füge rootDir zu tsconfig.json hinzu, um TS5055-Fehler zu lösen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12274 * Refactoring von Unit-Tests in packages/cli/src/ui von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/12251 * Docs: füge v.0.11.0 dem Changelog hinzu von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12256 * Logge Erweiterungs-ID bei Tool-Aufruf/Slash-Befehl-Aufruf von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12254 * Fix falsch gemeldete Anzahl gelöschter Zeilen durch Model von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/12076 * Rückgängig["fix(core): Add rootDir to tsconfig.json to resolve TS5055 error"] von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12293 * fix Ausgabemeldungen für Installationen und Verlinkungen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12168 * Add validate-Befehl von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12186 * fix(docs): entferne falschen Erweiterungs-Installationsweg von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/11194 * fix(test) - JSON-Ausgabe-Fehler-Test mit vordefinierter Antwort verwenden von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12250 * Erste Unterstützung für das Neuladen von Erweiterungen in der CLI - mcp-Server nur von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12239 * Tests korrigieren, damit alle UI-Aufrufe mit act ummantelt werden von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12268 * Erzeuge Metriken für Zeilenänderungen von @jerop in https://github.com/google-gemini/gemini-cli/pull/12299 * feat: Verhindere Selbstimporte und behebe Build-Schleife von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12309 * Standardisiere Standard-Kompressionsschwelle im UI von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12306 * refactor(core): entkopple GeminiChat vom uiTelemetryService über Usage-Ereignisse von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12196 * Behebe kleinere Formatierungsprobleme in quota-and-pricing.md von @hyangah in https://github.com/google-gemini/gemini-cli/pull/11340 * Aktiviere Model-Routing für alle Benutzer von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/12300 * Mach Komprimierungsschwelle im UI bearbeitbar von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12317 * Entferne Kontextprozentsatz im Footer standardmäßig von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12326 * Code-Review-Skript zum Auffangen von Paket/CLI-Regressionsfehlern von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12316 * chore/release: Version auf 0.13.0-nightly.20251031.c89bc30d erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12330 * feat: dynamische Run-Namen zu Patch-Release-Workflows hinzufügen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12336 * fix: stille Fehlermeldung im Release-Patch-1-Create-PR-Workflow beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12339 * refactor(core): Refaktorisierte und entfernte redundante Testzeilen in Telemetrie von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12284 * feat(telemetry): Erweiterungsnamen zu ToolCallEvent-Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12343 * chore: klarstellen, dass `--model` zur Modelauswahl beim Start verwendet wird von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12367 * Fixes für Ink 6.4.0 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12352 * fix(core): entferne doppelte session_id im GCP-Log-Exporter von @jerop in https://github.com/google-gemini/gemini-cli
Features
4. November 2025
## What's Changed * fix(patch): cherry-pick fd2cbac to release/v0.12.0-preview.9-pr-12399 [CONFLICTS] von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12488 * fix: cherry-pick commits for release von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12549 * Cherry pick screen reader nudge changes von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12553 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.9...v0.12.0-preview.11
Features
4. November 2025
## Was sich geändert hat * chore(release): Version auf 0.12.0-nightly.20251022.0542de95 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11672 * fix(test): Tests für useToolScheduler entkoppeln und reparieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11671 * Erweiterungs-Alias für Extensions-Befehl hinzufügen von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/11622 * feat(infra) - Einen Workflow zum Deflake erstellen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11535 * Einstellungsoption hinzufügen, um YOLO-Modus zu deaktivieren von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/11609 * feat(infra) - Status für chained e2e aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11651 * Console-Fehler zu Util-Funktion extrahieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11675 * Todo-Tool dokumentieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11695 * feat(infra) - Logging hinzufügen, wenn Benutzer mehrfach versucht, zu beenden, von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11218 * fix(ui): InputPrompt-Tests reparieren und entkoppeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11700 * Docs: changelog für 2025-10-13 hinzugefügt von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11751 * feat(preflight): Verwende venv für yamllint-Installation von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/11694 * fix(a2a-server): GCS-Persistenz-Test reparieren und entkoppeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11755 * fix(cli): Rennbedingung beheben und Tests in useGitBranchName entkoppeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11759 * refactor: FilterReport vereinfachen und ungenutzten Code entfernen von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11681 * refactor(core): Ausschluss-Beschreibung bereinigen von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11678 * Refactor KeypressContext von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11677 * fix(ui): Rennbedingung im Double-Escape-Handler beheben von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/8913 * refactor(cli): Tests in InputPrompt parametrieren von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/11776 * Docs: fehlerhafter Link in docs/cli/configuration.md korrigiert von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11655 * Adds executeCommand-Endpunkt mit Unterstützung für /extensions-Liste von @jdgarrido1105 in https://github.com/google-gemini/gemini-cli/pull/11515 * Fehlerhafte Links in der Dokumentation korrigiert von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11789 * Test erneut aktivieren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11628 * Erweiterungs-Einstellungen hinzufügen, die beim Installieren abgefragt werden sollen, von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9802 * feat: Lychee-Aktion hinzufügen, um defekte Links zu prüfen von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11781 * fix(infra) - Kontext-Eingabe zum Status-Setting entfernt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11734 * Fehler behoben, bei dem das Tool-Scheduler wiederholt erstellt wurde. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11767 * feat(infra) - Merge-Gruppe und Pushes als chained e2e ausführen lassen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11796 * feat(ux): Interne Fehler über ein einheitliches Event-System melden von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11803 * Erstelle ExtensionManager-Klasse, die alle High-Level-Extensions-Aufgaben verwaltet von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11667 * fix(infra) - Probleme beim Merge-Queue-Skipper für Chain-E2E beheben von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11810 * fix: Shell-Allowlist-Verarbeitung ausrichten (#11510) von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11813 * Verwende rohe Schreibvorgänge in stdin, wenn möglich, in Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11837 * Parameterisierung zu base-storage-token.test und prompts.test.ts hinzugefügt von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11821 * feat(core) Version von get-ripgrep erhöhen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/11698 * Erster Versuch, Gemini-CLI-Antworten in Integrationstests zu mocken von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11156 * Verwende rohe Schreibvorgänge in stdin im Test von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11871 * fix(cli): Fehler in nicht-Interaktiv-Modus erneut werfen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11849 * Parametrisierte Tests hinzufügen von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11930 * chore(core): Token-Caching im Google-Auth-Provider hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11946 * docs(cli): Telemetry-Dokumentation aktualisieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/11806 * Bom-Tests unter Windows ausführen von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/11828 * Logging von Session-IDs bei Extensions-Ereignissen stoppen von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/11941 * Fix(cli): Korrekte extensionPath verwenden von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11896 * fix(security) - emitFeedback verwenden von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11961 * fix(security) - emitFeedback statt Console-Error verwenden von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11948 * fix: Anforderungen wiederholter Retries behandeln und Modell-Fallback korrekt implementieren von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/11624 * fix(infra) - Vereinfachen der Cancel-in-Progress und Berechtigungen zum Status-Setzen Schritt hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11835 * Regressionstests für Shell-Befehlsparsing hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11962 * Fix(cli): plattformübergreifende Pfadtrenner in Extension-Tests verwenden von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11970 * Test für verbundenes Extension-Verhalten unter Windows korrigieren von @jakemac53 in
Features
3. November 2025
## Was sich geändert hat * fix(core): combination der Logik von .gitignore und .geminiignore für korrekte Priorität von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11587 * Add DarkGray zur ColorTheme. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12420 * docs: Aktualisiere Dokumentation der Command-Line-Flags von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12452 * feat(hooks): Hook Configuration Schema and Types von @Edilmo in https://github.com/google-gemini/gemini-cli/pull/9074 * fix: Behalte Pfadkomponenten in OAuth issuer URLs bei von @cbcoutinho in https://github.com/google-gemini/gemini-cli/pull/12448 ## Neue Contributors * @Edilmo hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/9074 * @cbcoutinho hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12448 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-nightly.20251101.caf2ca14...v0.13.0-nightly.20251103.9187f6f6
Features
1. November 2025
## Was sich geändert hat * chore/release: Version auf 0.13.0-nightly.20251031.c89bc30d erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12330 * feat: dynamische Run-Namen zu Patch-Release-Workflows hinzufügen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12336 * fix: Stillstandfehler im release-patch-1-create-pr-Workflow beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12339 * refactor(core): Refaktorisiert und redundante Testzeilen in teleme… entfernt von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12284 * feat(telemetry): Erweiterungsname zu ToolCallEvent-Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12343 * chore: deutlich machen, dass `--model` zur Auswahl des Modells beim Start verwendet wird von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12367 * Behebungen für Ink 6.4.0 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12352 * fix(core): Duplikate der session_id im GCP-Log-Exporter entfernen von @jerop in https://github.com/google-gemini/gemini-cli/pull/12370 * Update mcp-server.md von @richardkmichael in https://github.com/google-gemini/gemini-cli/pull/12310 * Entferne testing-library/react-Abhängigkeit, da sie nicht verwendet wird. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12355 * docs(cli): Attribut `user.email` ist nur für Google-Auth verfügbar von @jerop in https://github.com/google-gemini/gemini-cli/pull/12372 * chore: Migration von console.error zu debugLogger in usePromptCompletion von @hritan in https://github.com/google-gemini/gemini-cli/pull/12208 * fix(core): sicherstellen, dass Schleifen-Erkennung das Session-Deaktivierungs-Flag respektiert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12347 * Markiere `model.compressionThreshold` als Neustart erfordernd von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12378 * Wechsel zu ink@. Version 6.4.0 von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12381 * refactor: vereinfache tägliche Quoten-Fehlermeldungen von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/12386 * docs: Policy-Engine-Dokumentation hinzufügen und Seitenleiste aktualisieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12240 * Migriere console.error zur Debugger-Funktion für installationManager, oauth-provider, modifiable-tool von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12279 * migriere console.error zu coreEvents für mcp-client-manager und google-auth-provider von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12342 * feat(telemetry) - Metrik für langsame Darstellung hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12391 * Behandle untrusted folders bei Extension-Installation und Link von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12322 * feat(infra) - Logging für langsame Darstellung hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11147 * Entferne ungenutzte jsdom-Abhängigkeit von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12394 * Update telemetry.md, um Verweise auf Flags zu entfernen, von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12397 * Policy-Engine-Dokumentation zu Indizes hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12404 * Vermutung, dass die Paket-Lock-Datei versehentlich in .gitignore aufgenommen wurde, von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12405 * fix(core): verhindern, dass Router des Modells explizite Modellwahl überschreibt von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12399 * feat(core): Einführung der Release-Channel-Erkennung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12257 * feat(triage): Überarbeitung des automatisierten Issue-Triage-Workflows von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12365 * weitere inkrementelle Schritte. Aktualisiere die String-Breitenversion, um sich an upstream ink anzupassen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12411 * Jacob314/jrichman ink von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12414 * Unterstützung für Funktions-Tasten in Kitty hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12415 ## Neue Mitwirkende * @richardkmichael hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/12310 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-nightly.20251031.c89bc30d...v0.13.0-nightly.20251101.caf2ca14
Features
31. Oktober 2025
## Was sich geändert hat * Refactoring unit tests in packages/cli/src/ui von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/12251 * Docs: v.0.11.0 zum Changelog hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/12256 * Log extension ID with tool call/slash command invocation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/12254 * Behebung fehlerhaft gemeldeter Anzahl gelöschter Zeilen durch Modell von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/12076 * Revert "fix(core): Add rootDir to tsconfig.json to resolve TS5055 error" von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12293 * Korrigiere Ausgabemeldungen für install und link von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12168 * Add validate command von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/12186 * fix(docs): entferne inkorrekten Extension-Installationsweg von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/11194 * fix(test) - JSON-Ausgabe-Fehler-Test mit fertiger Antwort verwenden von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12250 * Erste Unterstützung zum Neuladen von Extensions in der CLI - nur mcp-Server von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12239 * Tests korrigieren, um alle UI-Änderungen mit act zu umschließen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12268 * Zeilenänderungs-Metriken erstellen von @jerop in https://github.com/google-gemini/gemini-cli/pull/12299 * feat: Selbstimporte verhindern und Build-Loop beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12309 * Standard-Komprimierungsschwelle ändern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12306 * refactor(core): GeminiChat von uiTelemetryService über Usage-Ereignisse entkoppeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12196 * Behebung kleiner Formatierungsprobleme in quota-and-pricing.md von @hyangah in https://github.com/google-gemini/gemini-cli/pull/11340 * Modellerouting für alle Benutzer aktivieren von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/12300 * Kompression Schwelle im UI bearbeitbar machen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12317 * Kontextanteil im Footer standardmäßig entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12326 * Code-Review-Skript, um gängige Paket/CLI-Regressionen zu erfassen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12316 ## Neue Mitwirkende * @hyangah hat ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/11340 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.13.0-nightly.20251030.42c79c64...v0.13.0-nightly.20251031.c89bc30d
Features
31. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 11e1e98 to release/v0.12.0-preview.7-pr-12347 to patch version v0.12.0-preview.7 and create version 0.12.0-preview.8 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12383 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.7...v0.12.0-preview.8
Features
31. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 135d981 to release/v0.12.0-preview.6-pr-12299 to patch version v0.12.0-preview.6 and create version 0.12.0-preview.7 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12368 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.6...v0.12.0-preview.7
Features
31. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 3332703 to release/v0.12.0-preview.5-pr-12317 to patch version v0.12.0-preview.5 und create version 0.12.0-preview.6 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12334 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.5...v0.12.0-preview.6
Features
31. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 643f2c0 to release/v0.12.0-preview.4-pr-12300 to patch version v0.12.0-preview.4 and create version 0.12.0-preview.5 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12329 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.4...v0.12.0-preview.5
Features
31. Oktober 2025
## Änderungen * fix(patch): cherry-pick 643f2c0 to release/v0.11.1-pr-12300 to patch version v0.11.1 and create version 0.11.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12335 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.11.1...v0.11.2
Features
30. Oktober 2025
## Has Changed * (fix): appcontainer sollte nicht pollieren und Footer sollte currentModel aus dem ui-Zustand verwenden von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/11923 * feat: grundlegende dev otel Trace-Instrumentierung hinzugefügt von @pavelgj in https://github.com/google-gemini/gemini-cli/pull/11690 * Fix Config-Test, damit er auch dann besteht, wenn der Benutzer, der den Test ausführt, zufällig GEMINI_MODEL auf flash gesetzt hat von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12114 * Migration zu coreEvents/debugLogger von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12107 * Hinzugefügt ein Skript zum Einrichten und Ausführen von genkit-Telemetry und Dev-UI von @pavelgj in https://github.com/google-gemini/gemini-cli/pull/12120 * refactor(core): Parameterisierung von Tests in glob.test.ts von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/12061 * docs: Installationsabschnitt in README aktualisieren von @Tekrah123 in https://github.com/google-gemini/gemini-cli/pull/12035 * Revertiere "feat(ID token support): Add ID token support for authenticating to MC…" von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12162 * chore(console): ändern von Konsolen-Fehlern in sa-impersontation von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/12165 * nightly schedule zurücksetzen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11653 * Add ExtensionLoader-Schnittstelle, verwende diese im Config-Objekt von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/12116 * feat(policy): Einführung einer konfigurationsbasierten Policy-Engine mit TOML-Konfiguration von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11992 * refactor: Migration von console.error zu debugLogger.warn in atCommandProcessor.ts von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12134 * feat: Guard für Nachrichtenbus-Einstellung für Tool-Bestätigung hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12169 * Migration der Tests zu avoid jsdom von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/12118 * feat: Explor-Unterbefehl für Extension hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/11846 * fix(infra) - Fortsetzen des Workflows, wenn der Merge-Queue-Skipper fehlschlägt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10509 * Unterstützung für sensitive, schlüsselbundgespeicherte, pro-Erweiterung-Einstellungen hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/11953 * chore: Migration von console.error in useGeminiStream von @hritan in https://github.com/google-gemini/gemini-cli/pull/12157 * chore: Migration von console.error in workspaceContext von @hritan in https://github.com/google-gemini/gemini-cli/pull/12167 * Debug-Drawer-Tastenkombination auf F12 geändert von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12171 * Aufzeichnen von Modell-Antworten mit --record-responses (für Tests) von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11894 * feat: Offene Telemetrie-Standards-konforme Protokollierung nach Open Telemetric hinzufügen von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/11975 * Obsolete Snapshots entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12180 * Modell-Routing für OAuth-Benutzer deaktivieren von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/11889 * feat(docs): Verknüpfe CONTRIBUTING.md im Docs-Ordner, damit die Seite es aufnehmen kann von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/12178 * fix: Verbesserte Pfad-Behandlung in handleAtCommand zur Unterstützung relativer Pfade von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/9065 * Entferne Todo-Symbol von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12190 * chore(release): Versionssprung auf 0.13.0-nightly.20251029.cca41edc von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12191 * fix(security) - Use emitFeedback statt Konsolenfehler von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11954 * fix(infra) - Read-many-File-Test wieder einschalten von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/12181 * feat: auth_type zu StartSessionEvent Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12034 * refactor: console.error durch strukturiertes Logging und Feedback ersetzen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/12175 * refactor(core): getPackageJson-Utility in Core-Paket verschieben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/12224 * Verstecke zusammengeklappten Todo-Treiber, wenn sie alle fertig sind. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12242 * Fix atprocessor-Test unter Windows von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12252 * refactor(todo): Leistung und Lesbarkeit des Todo-Komponenten verbessern von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/12238 * Fix Alt-Tasten-Belegungen für Mac von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12231 * Fix(noninteractive) - Meldung hinzufügen, wenn Benutzer ein veraltetes Flag verwendet von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11682 * feat(telemetry): Erweiterungen zu StartSessionEvent-Telemetrie hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/12261 * Standardisiertes Fehler-Logging mit coreEvents.emitFeedback von @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/12199 * feat(ui): Todo-Textfarbe bei benutzerdefinierten Themes nicht propagieren von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/12265 * feat(auth): API-Schlüssel-Authentifizierungsfluss verbessern von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11760 * docs: Tastenkombinationen mit fehlenden Shortcuts aktualisieren von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12024 * chore: Migration von console.error zu debugLogger in useSlashCompletion von @hritan in https://github.com/google-gemini/gemini-cli/pull/12218 * feat(core): Gezielte Speicher-Loader für JIT-Architektur implementieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/12195 * fix(core): RootDir zu tsconfig.json hinzufügen, um TS5055-Fehler zu beheben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/12274 ## Neue Mitwirkende * @pavelgj hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/11690 geleistet * @Tekrah123 hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/12035 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0
Features
30. Oktober 2025
## What's Changed * fix(patch): cherry-pick 68afb72 to release/v0.12.0-preview.3-pr-12306 to patch version v0.12.0-preview.3 and create version 0.12.0-preview.4 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12327 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.3...v0.12.0-preview.4
Features
30. Oktober 2025
## What's Changed * fix(patch): cherry-pick 82c1042 to release/v0.12.0-preview.2-pr-12231 to patch version v0.12.0-preview.2 and create version 0.12.0-preview.3 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12320 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.2...v0.12.0-preview.3
Features
30. Oktober 2025
**Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-preview.0...v0.12.0-preview.2
Features
30. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick ee92db7 to release/v0.11.0-pr-11624 to patch version v0.11.0 and create version 0.11.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12321 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.11.0...v0.11.1
Features
29. Oktober 2025
## Geänderte Punkte * chore(release): Version auf 0.12.0-nightly.20251022.0542de95 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11672 * fix(test): UseToolScheduler-Tests wieder einschalten und reparieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11671 * Add extension alias for extensions command von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/11622 * feat(infra) - Create a workflow for deflake von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11535 * Add setting to disable YOLO mode von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/11609 * feat(infra) - Update status for chained e2e von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11651 * extract console error to util func von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11675 * Document todo tool von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11695 * feat(infra) - Add logging for when user tries to exit multiple times von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11218 * fix(ui): Fix und schalte InputPrompt-Tests wieder ein von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11700 * Docs: fügt Changelog für 2025-10-13 hinzu. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11751 * feat(preflight): Use venv for yamllint installation von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/11694 * fix(a2a-server): Fix und unskip GCS Persistence-Test von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11755 * fix(cli): Race-Bedingung beheben und Tests in useGitBranchName wieder einschalten von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11759 * refactor: FilterReport vereinfachen und ungenutzten Code entfernen von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11681 * refactor(core): Exclude-Beschreibung bereinigen von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11678 * Refactor KeypressContext von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11677 * fix(ui): Race-Bedingung im Double-Escape-Handler beheben von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/8913 * refactor(cli): Tests in InputPrompt parameterisieren von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/11776 * Docs: fehlerhaften Link in docs/cli/configuration.md beheben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11655 * Fügt executeCommand-Endpunkt mit Unterstützung für /extensions-Liste hinzu von @jdgarrido1105 in https://github.com/google-gemini/gemini-cli/pull/11515 * Gebrochene Links in Dokumentation beheben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11789 * Test erneut aktivieren. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11628 * Erweiterungs-Einstellungen zum Installieren abfragen hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9802 * feat: Lychee-Action hinzufügen, um defekte Links zu prüfen von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11781 * fix(infra) - Kontext-Eingabe zum Statussetzen-E Schritt entfernen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11734 * Behebe Bug, bei dem der Tool-Scheduler wiederholt erstellt wurde. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11767 * feat(infra) - Merge-Gruppe und Pushes als chained e2e ausführen lassen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11796 * feat(ux): Interne Fehler über ein einheitliches Event-System melden von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11803 * Create ExtensionManager-Klasse, die alle High-Level-Erweiterungsaufgaben verwaltet von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11667 * fix(infra) - Behebe Probleme mit dem Merge-Queue-Skipper für Chain-E2E von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11810 * fix: Ausrichtung der Shell-Whitelist-Behandlung (#11510) von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11813 * Verwende rohe Schreibvorgänge in stdin, wo möglich, in Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11837 * Parameterisierung zu base-storage-token.test und prompts.test.ts hinzugefügt von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11821 * feat(core) Bump get-ripgrep-Version. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/11698 * Erster Versuch, gemini cli-Antworten in Integrationstests zu mocks zu verwenden von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11156 * Verwende rohe Schreibvorgänge in stdin im Test von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11871 * fix(cli): Fehler erneut werfen im Nicht-Interaktiv-Modus von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11849 * Parametrisierte Tests hinzufügen von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11930 * chore(core): Token-Caching im Google-Auth-Anbieter hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11946 * docs(cli): Telemetrie-Dokumentation aktualisieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/11806 * BOM-Tests unter Windows ausführen von @luckybug38 in https://github.com/google-gemini/gemini-cli/pull/11828 * Logging von Session-IDs bei Extension-Ereignissen stoppen von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/11941 * Fix(cli): Verwende den richtigen extensionPath von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11896 * fix(security) - Use emitFeedback von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11961 * fix(security) - Use emitFeedback statt console error von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11948 * fix: Anfragen-Wiederholungen und Modell-Fallback korrekt behandeln von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/11624 * fix(infra) - Vereinfachen des Abbruchvorgangs in Progress und Berechtigung zum Statussetzen-Schritt hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11835 * Regressionstests für Shell-Befehls-Parsing hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11962 * Fix(cli): Verwende plattformübergreifende Pfad-Trennzeichen in Extension-Tests von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11970 * Verknüpften Extension-Test unter Windows beheben von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11973 * feat(core): Einführung eines Message-Bus zur Best
Features
29. Oktober 2025
## Änderungen * chore(release): Versionssprung auf 0.11.0-nightly.20251015.203bad7c von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11212 * feat(core): UI-Verbindung für ASK_USER-Policy-Entscheidungen im Message-Bus herstellen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/10630 * feat(cli): Verhindern der Queueing von Slash- und Shell-Befehlen von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/11094 * Update Shell-Tool-Aufruffarben für bestätigte Aktionen von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/11126 * Docs: Tippfehler in docs/changelogs/index.md beheben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11215 * Docs: Tippfehler in docs/get-started/index.md beheben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/10793 * Fix --allowed-tools im Nicht-Interaktiv-Modus auf Teilstringsuche für Parität mit interaktivem Modus. von @mistergarrison in https://github.com/google-gemini/gemini-cli/pull/10944 * refactor(actions): Checkout aus Sub-Aktionen entfernen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11219 * Add support for output-format stream-jsonflag for headless mode von @anj-s in https://github.com/google-gemini/gemini-cli/pull/10883 * fix(infra) - GitHub-Test wieder aktivieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10839 * fix(ci): Veröffentlichung von a2a korrigieren von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11211 * Nicht immer auf git clone zurückgreifen beim Installieren von Extensions von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11229 * feat(cli): An nargs zu yargs-Optionen hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11132 * Updates durch Ausführen von "npm install" von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11238 * fix(ci): Sicherstellen, dass wir das `false`-Tag bereinigen. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11232 * README.md aktualisieren von @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/11240 * chore(subagents): Veralteten Subagent-Code entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11175 * refactor: Namen des `web_fetch`-Tools in `tool-names.ts` verschieben von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11174 * fix(e2e): Umstrukturierung und Interaktivtests zu Kontext-Kompression wieder einschalten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11086 * feat: Kein trailing Space bei Directory-Autocomplete von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/11227 * Extension-Name in `gemini mcp list`-Befehl einschließen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11263 * (fix): Codebase Investigator für alle Modi aktivieren von @anj-s in https://github.com/google-gemini/gemini-cli/pull/11259 * Warnung für Extensions-Installationen aktualisieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/11149 * fix(ci): Release-Rückrollaktion korrekt in Nicht-Prod-Umgebungen unterstützen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11244 * Docs: Changelog v0.9.0 hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11237 * feat(docs): anfängliches Release-Confidence-Dokument hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11069 * feat: Bildungs-Tipps mit witzigen Phrasen während Ladezeiten mischen (spaßig, lehrreich...) von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/10569 * fix: Ordner-Vertrauen-Dokumente aktualisieren, MCP-Servern und Datei-Befehl erwähnen… von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10842 * fix(web-fetch): Content-Type-Header im Fallback-Mechanismus beachten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11284 * feat: Markdown-Umschalter (alt+m) hinzufügen zum Wechsel zwischen gerendert und roh… von @srivatsj in https://github.com/google-gemini/gemini-cli/pull/10383 * In Skripten Node.js-Bordmittel statt Glob verwenden. von @dewitt in https://github.com/google-gemini/gemini-cli/pull/11286 * fix(infra) - Entfernen des e2e-Wartungskennzeichens aus dem e2e-Workflow von @shishu314-alt in https://github.com/google-gemini/gemini-cli/pull/11028 * Revertiere "fix(infra) - Entfernen des e2e-Wartungskennzeichens aus dem e2e-Workflow" von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11292 * refactor: Entfernen veralteter --all-files-Flag von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11228 * Fork-Regulation-Testing von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11304 * entfernen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11310 * fix(test): Flicker-Integrationstest deflaken von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11308 * Jacob314/sicheres Home-Verzeichnis von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10861 * feat(auth): Verbesserte Fehlerbehandlung der Auth-Dialoge und Messaging von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11320 * fix: Ordnernamen im Berechtigungsdialog ähnlich wie Launch-Dialog hinzufügen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11278 * Verbesserung der Darstellung von ToDo-Listen. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11315 * fix(scripts): Deflake-Skript-Isolation verbessern und Test unskippen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11325 * feat(ui): Hinweis "Esc zum Schließen" zum SettingsDialog hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/11289 * feat: Veraltete Telemetrie-Flags entfernen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11318 * feat: Bearbeitung von in Warteschlange befindlichen Nachrichten mit Pfeil-nach-oben-Taste zulassen von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/10392 * Inline-Tree-Sitter-WASM und Laufzeit-Fallback hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11157 * Führe fehlerhaften Test überspringen aus, indem du ihn überspringst. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11337 * Update package.json, um Git-Abhängigkeit von Ink-Fork einzuschließen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11330 * fix(ux) Tastatureingaben hängen beim Warten auf Tastatureingaben fest. von @jacob314 in https://github.com/google-gemini/g
Features
28. Oktober 2025
## Was geändert * fix(patch): cherry-pick 601a639 to release/v0.11.0-preview.0-pr-11889 to patch version v0.11.0-preview.0 and create version 0.11.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/12188 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.11.0-preview.0...v0.11.0-preview.1
Features
27. Oktober 2025
## Was sich geändert hat * fix(infra) - Behebt Merge-Queue-Skipper-Probleme für Chain-End-to-End von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11810 * fix: Ausrichtung der Shell-Allowlist-Behandlung (#11510) von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11813 * Verwende Rohschreibvorgänge nach stdin, wo möglich, in Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11837 * Parametrisierung zu base-storage-token.test und prompts.test.ts von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11821 * feat(core) Version von get-ripgrep erhöht. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/11698 * Erster Versuch, gemini cli-Antworten in Integrationstests zu mocken von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11156 * Verwende Rohschreibvorgänge nach stdin in Test von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11871 * fix(cli): Fehler erneut auswerfen im Nicht-Interaktiven Modus von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11849 * Hinzufügen von Parametrisierten Tests von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11930 * chore(core): Token-Caching im Google-Auth-Provider hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11946 * docs(cli): Telemetrie-Dokumentation aktualisieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/11806 * Führe BOM-Test unter Windows aus von @luckybug38 in https://github.com/google-gemini/gemini-cli/pull/11828 * Stoppe das Protokollieren von Session-IDs bei Extensions-Ereignissen von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/11941 * Fix(cli): Verwende den korrekten extensionPath von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11896 * fix(security) - Verwende emitFeedback von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11961 * fix(security) - Verwende emitFeedback statt Console-Error von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11948 * fix: Verarbeite Request-Retries und Modell-Fallback korrekt von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/11624 * fix(infra) - Vereinfache Abbruch eines Vorgangs in Bearbeitung und füge Berechtigung hinzu, Status festzulegen, Schritt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11835 * Regressionstests für Shell-Befehlsparsing hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11962 * Fix(cli): Verwende plattformübergreifende Pfadtrenner in Extension-Tests von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11970 * fix verknüpfter Extension-Test unter Windows von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11973 * feat(core): Einführen einer Nachrichtenbus-Bestätigung für Tool-Ausführung von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11544 * fix(cli): Verwende Standardwerte für Dateifilterung von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11426 * fix(core): use debugLogger.warn für Schleifen-Erkennungsfehler von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11986 * fix(update): update-notifier durch latest-version ersetzen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11989 * Verwende coreEvents.emitFeedback in Extension-Enablement von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11985 * Tests korrigieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11998 * Redirects in fetchJson unterstützen, Tests dafür hinzufügen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11993 * fix(tools): ReadFile zeigt Bestätigung nicht mehr an, wenn Message-Bus aus ist von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/12003 * Verwende debugLogger statt console.error von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11990 * Unterstütze Marker für Einfügungen, die über mehrere Writes verteilt sind. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11977 * Refactor: Umstellung auf einheitliche shouldIgnoreFile von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11815 * Tippfehler korrigiert in: packages/cli/src/utils/handleAutoUpdate.ts von @Qiyu-Wei in https://github.com/google-gemini/gemini-cli/pull/11809 * docs(contributing): Abschnitt zur Projektstruktur mit fehlenden Paketen aktualisieren von @0xlakshan in https://github.com/google-gemini/gemini-cli/pull/11599 * Mache PASTE_WORKAROUND zur Standardvorgehensweise. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12008 * refactor(cli): Ersetze benutzerdefinierte Wartezeit durch vi.waitFor in InputPrompt-Tests von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12005 * Fixiere die shortenPath-Funktion, um Ellipse korrekt einzufügen. von @ph-sp in https://github.com/google-gemini/gemini-cli/pull/12004 * fix(core): Füge Benutzer-Nachricht zur Historie der Schleifen-Erkennung hinzu, wenn sie mit einem Funktionsaufruf beginnt von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11860 * Entferne nicht existierenden Parallel-Flag. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12018 * Erste Charge von Tests, die Best Practices verwenden, korrigieren von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11964 * Absolute Dateipfad-Beschreibung für Windows hinzufügen von @gsehgal in https://github.com/google-gemini/gemini-cli/pull/12007 * fix(cli): Delimiter vor Printen der Tool-Antwort im Nicht-Interaktiven Modus hinzufügen von @krishna-kb in https://github.com/google-gemini/gemini-cli/pull/11351 * fix: Benutzerspezifizierte OAuth-Skopes sollen Vorrang vor entdeckten Skopes haben von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12088 * feat(core, cli): Implementiere sequentielle Genehmigung. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/11593 * Refactor vim.test.ts: Verwende parametrisierte Tests von @IamRiddhi in https://github.com/google-gemini/gemini-cli/pull/11969 * docs(github): Überarbeitung der Pull-Anfordern-Vorlage von @jerop in https://github.com/google-gemini/gemini-cli/pull/11949 * Verwende debugLogger statt console von @scidomino in https://github.com/google-gemini/gemini-cli/pull/12095 * Implementierung von Recitations-Ereignissen in Antworten des A2A-Servers von @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/12067 * fix(core): Aktualisiere Schleifen-Erkennungs-LLM-Schema-Felder von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/12091 * Docs: Beitragsleitfaden von @jkcinouye in https://github.com/google-g
Features
23. Oktober 2025
## Was sich geändert hat * extract console error to util func von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11675 * Document todo tool von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11695 * feat(infra) - Add logging for when user tries to exit multiple times von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11218 * fix(ui): Fix and unskip InputPrompt tests von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11700 * Docs: adds 2025-10-13 changelog. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11751 * feat(preflight): Use venv for yamllint installation von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/11694 * fix(a2a-server): Fix and unskip GCS persistence test von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11755 * fix(cli): fix race condition and unskip tests in useGitBranchName von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11759 * refactor: simplify FilterReport and remove unused code von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11681 * refactor(core): Clean up exclude description von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11678 * Refactor KeypressContext von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11677 * fix(ui): resolve race condition in double-escape handler von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/8913 * refactor(cli): Parameterize tests in InputPrompt von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/11776 * Docs: Fix broken link in docs/cli/configuration.md von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11655 * Adds executeCommand endpoint with support for /extensions list von @jdgarrido1105 in https://github.com/google-gemini/gemini-cli/pull/11515 * Fix broken links in documentation von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11789 * Re-enable test. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11628 * Add extension settings to be requested on install von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9802 * feat: Add lychee-action to check for broken links von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11781 * fix(infra) - Remove context input for setting status von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11734 * Fix bug where tool scheduler was repeatedly created. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11767 * feat(infra) - Make merge group and pushes run chained e2e von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11796 * feat(ux): Surface internal errors via unified event system von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11803 * Create ExtensionManager class which manages all high level extension tasks von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11667 ## Neue Mitwirkende * @jdgarrido1105 gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/11515 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.12.0-nightly.20251023.a7faa208...v0.12.0-nightly.20251023.c4c0c0d1
Features
23. Oktober 2025
## Was sich geändert hat * chore: reenable test von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11582 * fix(scripts): tsconfig-Linter hinzufügen, um das Hinzufügen von Dateien zur exclude-Liste zu verhindern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11602 * feat(cli): Fortsetzen der Anfrage nach Deaktivieren der Loop-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11416 * fix(infra) - Anpassen, wie wir Repo-Namen herunterladen und hochladen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11613 * refactor(logging): Zentralisierung des Console-Loggings mit debugLogger von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11590 * chore/release: Version auf 0.11.0-nightly.20251021.e72c00cf erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11614 * Add extensions logging von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/11261 * chore: waitFor statt wait verwenden von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11616 * Neue Stilrichtung auf Todos anwenden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11607 * fix(test): Ctrl+C-Abbruch-Test aktivieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11618 * fix: Patch-Workflow verbessern und NOTICES.txt aktualisieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11623 * fix(config): CI für stabile Freigabe deaktivieren von @silviojr in https://github.com/google-gemini/gemini-cli/pull/11615 * feat(cli): Ermöglicht das Ausführen von MCP-Prompt-Befehlen im Nicht-Interaktiven Modus von @capachino in https://github.com/google-gemini/gemini-cli/pull/10194 * aria-Labels zur Todo-Listeanzeige hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11621 * Regression in der Handhabung von Shift+Tab, was zu einem u im Eingabe-Prompt führte, behoben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11634 * fix(cli): flaky BaseSelectionList-Test beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11620 * fix: Korrekte Fehler beim Vergrößern/Verkleinern eines exited pty ignorieren von @MayV in https://github.com/google-gemini/gemini-cli/pull/11440 * Docs: Defekte Telemetrie-Verlinkung in docs/cli/configuration.md beheben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11638 * Entferne versehentliches console.debug-Log von config von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/11579 * fix(mcp): Pfad im oauth-Ressourcenparameter einbeziehen von @MayV in https://github.com/google-gemini/gemini-cli/pull/11654 * Aktualisierungen von package-lock.json durch npm install von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11665 * fix(release): Argumente an promoteNightlyVersion übergeben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11666 * chore(release): Version auf 0.12.0-nightly.20251022.0542de95 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11672 * fix(test): Unskip und Fix der useToolScheduler-Tests von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11671 * Erweiterungs-Alias für Extensions-Befehl hinzufügen von @kevinjwang1 in https://github.com/google-gemini/gemini-cli/pull/11622 * feat(infra) - Workflow zum Deflake erstellen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11535 * Einstellung hinzufügen, um YOLO-Modus zu deaktivieren von @Adib234 in https://github.com/google-gemini/gemini-cli/pull/11609 * feat(infra) - Status für verkettete E2E aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11651 ## Neue Mitwirkende * @MayV hatte ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/11440 * @kevinjwang1 hatte ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/11622 * @Adib234 hatte ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/11609 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.11.0-nightly.20251021.e72c00cf...v0.12.0-nightly.20251023.a7faa208
Features
22. Oktober 2025
## Was sich geändert hat * chore(release): Versionshebung auf 0.11.0-nightly.20251015.203bad7c von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11212 * feat(core): UI-Verkabelung für ASK_USER-Richtlinienentscheidungen im Message-Bus von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/10630 * feat(cli): Verhindern von Queuing von Slash- und Shell-Befehlen von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/11094 * Update shell tool call colors for confirmed actions von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/11126 * Docs: Tippfehler in docs/changelogs/index.md behoben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11215 * Docs: Tippfehler in docs/get-started/index.md behoben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/10793 * Fix --allowed-tools im Nicht-Interaktionsmodus, um Substring-Suche zur Parität mit dem Interaktionsmodus zu verwenden. von @mistergarrison in https://github.com/google-gemini/gemini-cli/pull/10944 * refactor(actions): Entferne Checkout aus Unter-Aktionen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11219 * Add Unterstützung für output-format stream-jsonflag im Headless-Modus von @anj-s in https://github.com/google-gemini/gemini-cli/pull/10883 * fix(infra) - GitHub-Test wieder aktivieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10839 * fix(ci): Beheben von a2a-Veröffentlichungen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11211 * Nicht immer auf einen git clone zurückgreifen beim Installieren von Extensions von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11229 * feat(cli): nargs zu yargs-Optionen hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11132 * Updates vom Ausführen von "npm install" von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11238 * fix(ci): Sicherstellen, dass wir das `false`-Tag bereinigen. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11232 * Update README.md von @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/11240 * chore(subagents): Veralteten Subagent-Code entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11175 * refactor: verschiebe `web_fetch`-Toolnamen zu `tool-names.ts` von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11174 * fix(e2e): Umstrukturieren und interaktive Kontext-Kompressionstests wieder aktivieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11086 * feat: Kein Leerzeichen am Ende bei Verzeichnis-Autocomplete hinzufügen von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/11227 * Erweiterung des Befehls `gemini mcp list` um Extensions-Namen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11263 * (fix): Codebase Investigator für alle Modi aktivieren von @anj-s in https://github.com/google-gemini/gemini-cli/pull/11259 * Update Hinweise zur Extensions-Installation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/11149 * fix(ci): Release-Rollback-Aktion korrekt für Nicht-Prod-Umgebungen unterstützen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11244 * Docs: Changelog v0.9.0 hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11237 * feat(docs): erste Release-Vertrauen-Dokumentation hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11069 * feat: Bildungsorientierte Tipps mit witzigen Phrasen während Ladezeiten mischen (Spaß, dezentes Lernen...) von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/10569 * fix: Ordner-Vertrauen-Dokumentation aktualisieren, MCP-Server und Date-Befehl erwähnen… von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10842 * fix(web-fetch): Content-Type-Header im Fallback-Mechanismus berücksichtigen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11284 * feat: Markdown-Umschalter (alt+m) zum Wechseln zwischen gerendert und roh… von @srivatsj in https://github.com/google-gemini/gemini-cli/pull/10383 * Verwende Node.js-Standardbibliotheken in scripts/clean.js statt Glob. von @dewitt in https://github.com/google-gemini/gemini-cli/pull/11286 * fix(infra) - Entferne Etikett für E2E-Wartung im E2E-Workflow von @shishu314-alt in https://github.com/google-gemini/gemini-cli/pull/11028 * Zurückrollen von "fix(infra) - Entferne E2E-Wartungs-Etikett ..." von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11292 * refactor: Entferne veraltetes --all-files-Flag von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11228 * Fork-Regulations-Tests von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11304 * entfernen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11310 * fix(test): Flicker-Integrationstest entkoppeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11308 * Jacob314/sicheres Home-Verzeichnis von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10861 * feat(auth): Verbesserte Fehlerbehandlung und Messaging im Auth-Dialog von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11320 * fix: Ordnernamen im Berechtigungsdialog ähnlich wie Launch-Dialog hinzufügen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11278 * Verbesserte Darstellung von ToDo-Listen. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11315 * fix(scripts): Deflake-Skript-Isolierung verbessern und Test wieder freischalten von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11325 * feat(ui): Hinweisschrift "Esc zum Schließen" zum SettingsDialog hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/11289 * feat: Entfernte veraltete Telemetrie-Flags entfernen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11318 * feat: Bearbeitung von wartenden Nachrichten mit Pfeil-nach-oben-Taste ermöglichen von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/10392 * Inline-Tree-Sitter- wasm und Laufzeit-Fallback hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11157 * Führe fehlerhaften Test überspringend aus. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11337 * Update package.json durch Verweiss auf Git-Hingabe von Ink-Fork. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11330 * fix(ux) Tastatureingaben blockieren nicht mehr beim Warten auf Tastatureingaben. von @jacob314 in https://github.com/google-gemini/gemini-cli
Features
22. Oktober 2025
## Änderungen * fix(patch): cherry-pick 5b750f5 to release/v0.10.0-preview.3-pr-11615 to patch version v0.10.0-preview.3 and create version 0.10.0-preview.4 von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11625 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-preview.3...v0.10.0-preview.4
Features
22. Oktober 2025
## Änderungen * [Teil 4/6] feat(telemetry): Messmonitor hinzufügen mit aktivitäsbasierter Aufnahme und Tests von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8122 * chore: Test-Hilfsprogramm um Boilerplate für den interaktiven Modus zu handhaben um @hritan in https://github.com/google-gemini/gemini-cli/pull/10322 * chore: Bündelung eines a2a-Servers von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10265 * Rationalisierung verschiedener Extension-Typings von @zbirkenbuel in https://github.com/google-gemini/gemini-cli/pull/10435 * refactor(core): Zentralisiere den Tool-Namen 'write_todos_list' von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10690 * fix(infra) - Entferne automatisches Update aus Integrations-Tests von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10656 * Add script to deflake integration tests von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10666 * Fix(infra) - Überspringe interaktiven Dateisystem-Test, da er derzeit fehlschlägt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10734 * feat(core): Telemetrie für Subagent-Ausführung hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10456 * chore(int): flaky Tests überspringen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10736 * chore(shell): Interaktive Shell standardmäßig aktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10661 * fix(mcp): MCP-Server-Entfernung speichert sich nicht in den Einstellungen von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/10098 * fix: Sicherstellen, dass Positionsprompt-Argumente mit Extensions-Flag funktionieren von @seeun0210 in https://github.com/google-gemini/gemini-cli/pull/10077 * feat: Verhindere ANSI-Codes in Extension MCP-Servers von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10748 * fix(core): Aktualisiere Dateiinhalte beim Smart Edit auf neuere Änderungen durch Benutzer/externen Prozess von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10084 * Zitate-Dokumentation von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10742 * Docs: Aktualisiere Changelog für v0.8.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10732 * fix(core): Verwende Shell für Spawn unter Windows von @galz10 in https://github.com/google-gemini/gemini-cli/pull/9995 * Fix(doc) - Abschnitt in Docs für Deflaken hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10750 * Extension Vorabveröffentlichungen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10752 * Entferne 'hello' Extension von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/10741 * fix(docs): Aktualisiere docs/faq.md gemäß Srinanth von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10667 * feat(core): Stoppe Kontextfenster-Überlauf beim Senden von Chat von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10459 * chore(release): Versionssprung auf 0.10.0-nightly.20251007.c195a9aa von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10669 * chore(int): flaky Tests deaktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10771 * refactor(core): Zentralisiere 'write_file' Tool-Namen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10694 * fix: Füge eine Meldung über Berechtigungen-Befehl beim Start in untrusted … hinzu von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10755 * feat: Unterstützung von GOOGLE_CLOUD_PROJECT_ID-Fallback (behebt #2262) von @Gosling-dude in https://github.com/google-gemini/gemini-cli/pull/2725 * cleanup(markdown): Prettier-Format für alle Markdown-Dateien auf 80 Zeichen Breite von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10714 * feat(telemetry): Telemetrie für Web_fetch-Fallback-Versuche hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10749 * feat(ui): Kontext-Überlauf-Nachricht verkürzen auf <75% des Limits von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10812 * Fix Hooks, um unnötige Neurenderings zu vermeiden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10820 * fix(doc) - Dokumentation zum Deflake-Befehl aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10829 * fix(tests): tatsächliche Ausgabe in validateModelOutput bei Fehler protokollieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10843 * feat(core): Pfadkorrektur generisch für Nutzung über Tools hinweg von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10612 * Fix Prompt, um deterministischer zu wirken von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10848 * fix(tests): Prompt für MCP Add-Tool-Test aktivieren und aktualisieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10850 * fix(cli): Beenden bei nicht-fatal Tool-Fehlern verhindern von @jerop in https://github.com/google-gemini/gemini-cli/pull/10671 * Skip should fail safely when old_string is not found Test von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10853 * fix(infra) - Behebung von interaktivem Systemfehler von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10805 * feat(telemetry): Differenzstatistiken zu Tool-Call-Metriken hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10819 * feat(core): Failed Response Retry via Extra Prompt von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10828 * fix einige isWorkspaceTrusted-Mocks von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10836 * clean up extension tests von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10857 * Füge Witz zu usePhraseCycler.ts hinzu von @MatrixManAtYrService in https://github.com/google-gemini/gemini-cli/pull/10685 * chore(int): Disable Skip bei "soll Chat-Kompression auslösen mit /co… von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10854 * Fix Race Condition in Extension-Install / Uninstall-Logging von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/10856 * refactor: Log-/Event-Struktur klar machen von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/10467 * chore: a2a-Server-Bin hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10592 * Re-Landung von bbiggs Änderungen zur Reduzierung des Randabstands auf schmalen Bildschirmen mit Fixes + Vollbild-Einstellung von @jacob314 in https://github.com/google
Features
21. Oktober 2025
## Änderungen seit dem letzten Release * feat(infra) - Basisdateien für Deflake-Workflow hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11397 * feat: TraceId von Code Assist zu Response Metadata weitergeben (Fixes … von @koxkox111 in https://github.com/google-gemini/gemini-cli/pull/11360 * fix(core): Adressiere GCS-Pfad-Eingabe von @jajanet in https://github.com/google-gemini/gemini-cli/pull/11221 * Update des nightly-Workflows zum Erstellen von Issues für planmäßige Lauf-Fehler von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11531 * chore/release: Version auf 0.11.0-nightly.20251020.a96f0659 erhöhen von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11529 * (fix): Entferne benutzerdefinierte waitFor und nutze Implementierung von testing-library von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/11522 * fix(core): Wichtige nachfolgende Leerzeichen in gitignore-Mustern bewahren von @EricRahm in https://github.com/google-gemini/gemini-cli/pull/11536 * refactor(logging): Zentralisiere alle Konsolen-Meldungen in einen gemeinsamen Logger (Teil 1) von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11537 * Passiere ganze Erweiterungen statt nur Kontext-Dateien von @zbirkenbuel in https://github.com/google-gemini/gemini-cli/pull/10910 * Windows-Ripgrep-Erkennung korrigieren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11492 * Shell-Auto-Approval-Parsing für verkettete Befehle korrigieren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11527 * chore: Tests mit entfernten Ausschlüssen aus cli tsconfig aktualisieren von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11540 * fix(core): PTY-Spawn-Fehler im macOS-Sandbox behandeln von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11539 * Routing standardmäßig deaktivieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11549 * fix(tools): Statische Tool-Namen wiederherstellen, um Konfigurations-Ausschlüsse zu beheben von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11551 * test: LeseWasmBinaryVomDatenträger-Unit-Test hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11546 * fix(docs): Defekte Bilder in Themes von @codercatdev in https://github.com/google-gemini/gemini-cli/pull/11266 * feat(release): `dev`-Support zum patch2-Workflow hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11460 * Per-Auth-Methode Feature Flag für Model Routing von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/11333 * flaky Tests überspringen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11577 * fix(workflow): Fehlendes Komma in release-patch-0-from-comment.yml hinzufügen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11588 * Auth-Aktion im eval workflow fixieren von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11584 * Delete-Test überspringen, da flaky von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11591 * Temporäre Anpassung des nightly Release-Schedules von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11573 * Nutzung von Env-Variablen in Workflows von @cornmander in https://github.com/google-gemini/gemini-cli/pull/11585 * Feat(infra) - Chains of e2e-Workflow führen e2e-Tests aus von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11521 * Revertiere "Per-Auth-Methode Feature Flag für Model Routing (#11333)" von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11597 * entferne weiteren Replace-Flake von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11601 * Revertiere "Disable Routing by default (#11549)" von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11594 * feat: Implementiere Message Bus und Policy Engine von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11523 * nightly-Tests um eine Stunde höher schieben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11603 * fix(ci): Standardisiere alle GHA-Umgebungsvariablen auf 'prod', gesetzt von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11572 * feat(release): Dev-Umgebung-Unterstützung zu release-3-patch hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11458 * Docs: Defekte Checkpointing-Links in docs/cli/configuration.md beheben von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11508 * fix(infra) - Probleme beim Herunterladen des Repo-Artifacts beheben von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11606 * fix: Verbesserung der Option-behandlung von Arrays bei `gemini mcp add` von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/11575 * fix(proxy): Fehlermanagement bei der Proxy-Agent-Erstellung hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11538 ## Neue Contributors * @koxkox111 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/11360 * @jajanet hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/11221 * @codercatdev hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/11266 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.11.0-nightly.20251020.a96f0659...v0.11.0-nightly.20251021.e72c00cf
Features
21. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 8aace3a to release/v0.10.0-preview.2-pr-11549 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/11595 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-preview.2...v0.10.0-preview.3
Features
20. Oktober 2025
## Was sich geändert hat * Enable Model Routing von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/11154 * Nimm keine Eingaben entgegen, bis Slash-B Befehle geladen sind von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11162 * fix(tests): zyklisches Schema MCP-Tool-Test aktivieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10912 * Docs: Verweis auf Extensions Gallery aus Extensions-Dokumentation im Projekt von @sethladd in https://github.com/google-gemini/gemini-cli/pull/10763 * feat(ci): Release-Aktualisierung zur Verwendung von GitHub-Umgebungsvariablen. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11068 * fix(ci): Von self-hosted -> ubuntu-latest wechseln von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11205 * Add a GH Issue template for a website issue that gets tagged appropriately. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10923 * chore(release): Version auf 0.11.0-nightly.20251015.203bad7c erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11212 * feat(core): UI für ASK_USER-Entscheidungen im Message-Bus verbinden von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/10630 * feat(cli): Verhindere das Queuing von Slash- und Shell-Befehlen von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/11094 * Update shell tool call colors for confirmed actions von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/11126 * Docs: Tippfehler in docs/changelogs/index.md korrigieren von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/11215 * Docs: Tippfehler in docs/get-started/index.md korrigieren von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/10793 * Fix --allowed-tools im Nicht-Interaktiv-Modus, um mit dem interaktiven Modus paritymäßige Teilstring-Suche zu verwenden. von @mistergarrison in https://github.com/google-gemini/gemini-cli/pull/10944 * refactor(actions): Checkout aus Sub-Aktionen entfernen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11219 * Add Support für output-format stream-jsonflag im Headless-Modus von @anj-s in https://github.com/google-gemini/gemini-cli/pull/10883 * fix(infra) - Github-Test wieder aktivieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10839 * fix(ci): A2A-Publishing korrigieren von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11211 * Nicht immer auf git clone zurückgreifen beim Installieren von Extensions von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11229 * feat(cli): nargs zu yargs-Optionen hinzufügen von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11132 * Updates durch Ausführung von "npm install" von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11238 * fix(ci): Sicherstellen, dass wir das `false`-Tag bereinigen. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11232 * Update README.md von @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/11240 * chore(subagents): Veralteten Subagent-Code entfernen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11175 * refactor: Verschiebe den Namen des `web_fetch`-Tools zu `tool-names.ts` von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11174 * fix(e2e): Umstrukturierung und Ent-Skip von Kontext-Kompressions-Interaktiven Tests von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11086 * feat: Kein trailing Space bei Directory-Autocomplete von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/11227 * Erweiterung des Befehls `gemini mcp list` um Extensions-ID von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11263 * (fix): Codebase Investigator für alle Modi aktivieren, von @anj-s in https://github.com/google-gemini/gemini-cli/pull/11259 * Update Warnung zu Extensions-Installation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/11149 * fix(ci): Release-Rollback-Aktion korrekt unterstützen für Nicht-Produktions-Umgebungen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11244 * Docs: Changelog v0.9.0 hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11237 * feat(docs): anfängliches Release-Vertrauen-Dokument hinzufügen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/11069 * feat: Bildungsorientierte Tipps mit witzigen Phrasen während Ladezeiten mischen (Spaß, lehrreich...) von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/10569 * fix: Ordner-Vertrauen-Dokumente aktualisieren, MCP-Server und Datei-Befehl erwähnen… von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10842 * fix(web-fetch): Respectiere Content-Type-Header im Fallback-Mechanismus von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11284 * feat: Markdown-Umschalter (alt+m) hinzufügen, um zwischen gerendertem und rohem… zu wechseln von @srivatsj in https://github.com/google-gemini/gemini-cli/pull/10383 * Verwende Node.js-Built-ins in scripts/clean.js statt Glob. von @dewitt in https://github.com/google-gemini/gemini-cli/pull/11286 * fix(infra) - Entferne E2E-Maintainer-Label aus E2E-Workflow von @shishu314-alt in https://github.com/google-gemini/gemini-cli/pull/11028 * Revertiere "fix(infra) - Entferne E2E-Maintainer-Label aus E2E-Workflow" von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11292 * refactor: Entferne veraltetes --all-files-Flag von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/11228 * Fork-Regulierungs-Tests von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11304 * Entfernen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/11310 * fix(test): Deflaken des Flicker-Integrationstests von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/11308 * Jacob314/sicheres Home-Verzeichnis von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10861 * feat(auth): Verbesserung der Auth-Dialog-Fehlerbehandlung und Messaging von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11320 * fix: Ordnernamen im Berechtigungsdialog ähnlich wie Launch-Dialog hinzufügen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/11278 * Verbesserte Darstellung von ToDo-Listen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11315 * fix(scripts): Deflake-Skript-Isolation verbessern und Test wieder freischalten von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/113
Features
17. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 0ded546 to release/v0.10.0-preview.1-pr-11225 to patch version v0.10.0-preview.1 and create version 0.10.0-preview.2 by @skeshive in https://github.com/google-gemini/gemini-cli/pull/11415 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-preview.1...v0.10.0-preview.2
Features
17. Oktober 2025
## Was sich geändert hat * fix(Patch): cherry-pick 5aaa0e6 to release/v0.10.0-preview.0-pr-11259 to patch version v0.10.0-preview.0 und create version 0.10.0-preview.1 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/11287 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-preview.0...v0.10.0-preview.1
Features
17. Oktober 2025
## Was sich geändert hat * [Teil 4/6] feat(telemetry): Speicherüberwachungsmodul mit aktivitasbasierter Aufnahme und Tests von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8122 * chore: Test-Helfer umgebaut, um Boilerplate für den interaktiven Modus zu behandeln von @hritan in https://github.com/google-gemini/gemini-cli/pull/10322 * chore: Bündelung eines a2a-Servers von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10265 * Rationalisieren unterschiedlicher Extension-Typings von @zbirkenbuel in https://github.com/google-gemini/gemini-cli/pull/10435 * refactor(core): Zentralisierung des Tool-Namens 'write_todos_list' von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10690 * fix(infra) - Entferne automatisches Update aus Integrationstests von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10656 * Add script to deflake integration tests von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10666 * Fix(infra) - Überspringe interaktive Tests des Dateisystems, da derzeit fehlerhaft von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10734 * feat(core): Telemetrie für Subagent-Ausführung hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10456 * chore(int): flakige Tests überspringen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10736 * chore(shell): Interaktive Shell standardmäßig aktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10661 * fix(mcp): MCP-Server-Entfernung wird nicht in den Einstellungen persistiert von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/10098 * fix: sicherstellen, dass positionsabhängige Prompt-Argumente mit Extensions-Flag funktionieren von @seeun0210 in https://github.com/google-gemini/gemini-cli/pull/10077 * feat: ANSI-Codes in Extension MCP Servers verhindern von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10748 * fix(core): Dateiinhalte bei smarter Bearbeitung basierend auf neueren Bearbeitungen des Benutzers/externen Prozesses aktualisieren von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10084 * Zitationen-Dokumentation von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10742 * Docs: Updates am Changelog für v0.8.0 von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10732 * fix(core): Verwende Shell für Spawn unter Windows von @galz10 in https://github.com/google-gemini/gemini-cli/pull/9995 * Fix(doc) - Abschnitt in Docs für Deflake hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10750 * Extension Vorabveröffentlichungen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10752 * Entferne 'hello'-Extension von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/10741 * fix(docs): Aktualisiere docs/faq.md entsprechend Srinanth von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10667 * feat(core): Overflow des Kontextfensters stoppen beim Senden von Chat von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10459 * chore(release): Versionssprung auf 0.10.0-nightly.20251007.c195a9aa von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10669 * chore(int): flakige Tests deaktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10771 * refactor(core): Zentralisierung des Tool-Namens 'write_file' von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10694 * fix: Nachricht zu Rechten beim Start im untrusted … von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10755 * feat: Unterstützung für FALLBACK GOOGLE_CLOUD_PROJECT_ID (behebt #2262) von @Gosling-dude in https://github.com/google-gemini/gemini-cli/pull/2725 * cleanup(markdown): Prettier-Formatierung aller Markdown-Dateien bei 80 Zeichen Breite von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10714 * feat(telemetry): Telemetrie für Web_fetch-Fallback-Versuche hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10749 * feat(ui): Kontext-Overflow-Nachricht bei <75% des Limits kürzen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10812 * Fix Hooks, um unnötige Neurenderings zu vermeiden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10820 * fix(doc) - Aktualisiere Doc für Deflake-Befehl von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10829 * fix(tests): tatsächliche Ausgabe logging bei validateModelOutput bei Fehler von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10843 * feat(core): Pfadkorrektur allgemein nutzbar über Tools hinweg von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10612 * Fix Prompt, um deterministischer zu sein von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10848 * fix(tests): Prompt für MCP-Add-Tool-Test aktivieren und aktualisieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10850 * fix(cli): Beenden verhindern bei nicht-fatalen Tool-Fehlern von @jerop in https://github.com/google-gemini/gemini-cli/pull/10671 * Überspringen, sollte sicher fehlschlagen, wenn old_string nicht gefunden wird Test von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10853 * fix(infra) - Fehlerbehebung interaktives Systemfehler von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10805 * feat(telemetry): Differenzstatistiken zu Tool-Aufruf-Metriken hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10819 * feat(core): Fehlerretry per Extra Prompt bei Failed Response Retry von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10828 * fix einige isWorkspaceTrusted-Mocks von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10836 * bereinigt Extension-Tests von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10857 * Ein Witz zu usePhraseCycler.ts hinzufügen von @MatrixManAtYrService in https://github.com/google-gemini/gemini-cli/pull/10685 * chore(int): Disable Skip bei "soll Chat-Kompression mit /co… auslösen" von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10854 * Fix Race Condition beim Install/Uninstall-Logging von Extension von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/10856 * Refactor: Logging-/Event-Struktur klar machen von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/10467 * chore: a2a-Server-Bin hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10592 * Re-Landung von bbiggzs Änderungen zur Reduzierung des Randabstands auf schmalen Bildschirmen mit Fixes + Vollständige
Features
15. Oktober 2025
## Was sich geändert hat * fix: set a2a-server publish to --no-tag von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11138 * Enable codease investigator by default before the next preview release by @silviojr in https://github.com/google-gemini/gemini-cli/pull/11136 * Delete unworkable replace test and enabled the rest by @scidomino in https://github.com/google-gemini/gemini-cli/pull/11125 * fix(core): implement robust URL validation in web_fetch tool by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10834 * Revert "Shell approval rework" by @cornmander in https://github.com/google-gemini/gemini-cli/pull/11143 * Revert "fix: handle request retries and model fallback correctly" by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/11164 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-nightly.20251014.0a3e492e...v0.10.0-nightly.20251015.996c9f59
Features
15. Oktober 2025
## Was sich geändert hat * chore(release): Version auf 0.9.0-nightly.20251001.163dba7e von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10362 * Codebase Investigator: Initiale Abfrage vom Systemprompt trennen und templateStrings in Abfrage und initialMessages anwenden von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10282 * feat(telemetry): OpenTelemetry GenAI Semantik-Konventionsmetriken hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10343 * feat: Konfiguration `enableSubagents` hinzufügen und Registrierung von Subagenten ankoppeln von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9988 * Cleanup useSelectionList und Behebung einer endlosen Schleife im Debug-Modus von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10248 * Rückgängig: Margin auf schmalen Bildschirmen reduziert zu entfernen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/10375 * Wechsle zu einem Reducer zur Verfolgung des Update-Zustands, Flicker-Probleme durch kontinuierliche Renderings behoben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10280 * Smart Edit Strategy Logging von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10345 * Korrigiere, damit der Paste-Timeout-Schutz viel weniger invasiv ist. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/9284 * fix(ui): Innenabstand des Einstellungsdialogs erhöhen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10376 * Docs IA-Update und Get Started-Sektion. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10192 * fix(core): Telemetrie-Unterstützung für Smart-Edit-Korrektur-Ereignisse hinzufügen von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10378 * Unterstützung zum Bereitstellen einer GitHub-Repo-URL mit abschließendem Slash von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Testen mit `npx run` zu Release-Verifizierungs-Tests hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Shell-Spezifikation für winpty hinzugefügt von @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Wortlaut der Ausgabe der Promote-Aktion klarer machen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Konstante für Event-Namen `tool_output_truncated` verwenden von @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide extension): Debug-Logging einführen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Merge-Warteschlange-Skipper Leserechte für Alle lesen zulassen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 * fix(vscode): Updates- und Installationsmeldungen in verwalteten IDEs unterdrücken von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10431 * refactor(agents): Implementiere Submit_final_output-Tool für Agenten-Abschluss von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10377 * fix(infra) - PR-Nummer zum Release-Branch-Namen für den letzten Schritt des Releases hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10364 * Docs: Changelog-Sektion hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10388 * Modify GCLI System Prompt, um bedingt CodebaseInvestigator zu verwenden von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10419 * fix: Verhindern, dass Tools-Erkennungsfehler für Prompt-nur MCP-Server auftreten von @vasayxtx in https://github.com/google-gemini/gemini-cli/pull/10367 * Patch-PRs mit zusätzlichem Inhalt aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10180 * fix(auto-update): Unterdrücke npx-Nag bei transitorischen Installationen von @ashmod in https://github.com/google-gemini/gemini-cli/pull/10276 * Update `GOOGLE_CLOUD_PROJECT` in README zur Entschlüsselung von Mehrdeutigkeiten von @kuri-leo in https://github.com/google-gemini/gemini-cli/pull/10310 * Liste-Unterbefehl zu memoryCommand hinzufügen, um die Pfade der GEMINI.md-Dateien aufzulisten von @sgnagnarella in https://github.com/google-gemini/gemini-cli/pull/10108 * Aktion "Create Pull Request" ändern, damit Merge-Versuch nicht erfolgt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10379 * fix(docs): Mehrere .md-Links in der Dokumentation sind falsch von @mbleigh in https://github.com/google-gemini/gemini-cli/pull/10449 * Fix /chat-Liste schreibt Terminal-Escape-Codes nicht direkt mehr von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10415 * Docs: Kleine Änderung an Website-Navigation und Überschriften von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10454 * chore(formatting): Formatierung auf Hauptzweig korrigieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10464 * feat(ci): Sehr einfache Smoke-Tests zu CI.yml hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10451 * fix(doc) -Release-Dokument aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10484 * feat(vscode-ide-companion): Auth-Token-Validierung erzwingen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10481 * feat(ci): Fähigkeit hinzufügen, Pakete an privaten GitHub-Registries für Tests zu veröffentlichen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10348 * refactor(core): Retry-Logik vereinheitlichen und Depth-Check der Schema entfernen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10453 * Fix OAuth-Unterstützung für MCP-Server von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10427 * Add Funktion processOutput zu AgentDefinition und Typing für den Output eines Agents von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10447 * feat(lint): Sensitiv-Keyword-Linter hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10488 * Update Abhängigkeits-Versionen zur Behebung von Sicherheitslücken von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10496 * fix(infra) - Original-PR-Nummer in Hotfix-Branch eingefügt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10499 * fix(doc) - Release-Dokument aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10504 * test: Flaky-Integrationstests für Kommando compress beheben von @hritan in https://github.com/google-gemini/gemini-cli/pull/10371 * fix: Anforderungs-Wiederholungen und Modell-Fallback korrekt behandeln von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/9407 * Stoppe Protokollierung von
Features
14. Oktober 2025
## Was sich geändert hat * fix(infra) - Erstelle einen Schritt zur Berechnung der Inputs für die nightly-release von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10825 * Docs: Behebe defekte Links in architecture.md von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10747 * fix(cli) : behobigen Fehler #8310, bei dem /memory-Refresh Diskrepanzen mit dem anfänglichen Speicher-Load ignorieren Einstellungen/Konfiguration für vertraute Ordner- und Dateifilter verursachen kann von @sgnagnarella in https://github.com/google-gemini/gemini-cli/pull/10611 * feat(telemetry): sicherstellen, dass alle Telemetrie Benutzer-E-Mail und Installations-ID enthalten von @jerop in https://github.com/google-gemini/gemini-cli/pull/10897 * fix(core): setze Temperatur bei Wiederholung auf 1 in sendMessageStream von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10866 * fix: Verhindere verzerrte Eingaben während der OAuth-Abfrage "Login With Google" auf… von @MJjainam in https://github.com/google-gemini/gemini-cli/pull/10888 * fix(test): Behebe flakigen Shell-Befehl-Test, der das Datum-Kommando nutzt von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10863 * Docs: Korrigiere Flutter-Erweiterungs-Link in docs/changelogs/index.md von @Smetalo in https://github.com/google-gemini/gemini-cli/pull/10797 * Deaktiviere flakey Tests. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10914 * fix: Nutzung von Ordner-Vertrauenskonfig-Flags in FileCommandLoader von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/10837 * Reaktiviere NPM-Integrations-Tests wieder von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10623 * Docs: Aktualisierung zu tos-privacy.md von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10754 * Zeige Benachrichtigung im Screen-Reader-Modus von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/10900 * refactor(core): migriere Web-Suchwerkzeug zu tool-names von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10782 * feat(ui): füge Flicker-Erkennung und Metriken hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10821 * Zeige endgültigen Installationspfad im Erweiterungs-Einwilligungsdialog und behebe isWorkspaceTrusted-Check von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10830 * Behebe grobe Randbereiche bei Erweiterungs-Updates von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10926 * Vereinfachte Authentifizierung in interaktiven Tests. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10921 * Update deployment.md -> installation.md und Seitenleiste Links. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10662 * feat(core): verbessere Zuverlässigkeit des Shell-Execution-Services von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10607 * Deflake Test. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10932 * Bereinige Warnungen bei Integrationstests. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10931 * fix(cli): priorisiere konfigurierte Auth über Umgebungsvariablen im Nicht-Interaktiv-Modus von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10935 * Refactor: Introduce InteractiveRun-Klasse von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10947 * Code-Richtlinien-Befehl von @gsehgal in https://github.com/google-gemini/gemini-cli/pull/10940 * feat: Unterstützung von Alt+Tasten-Kombinationen von @srivatsj in https://github.com/google-gemini/gemini-cli/pull/10767 * chore: a2a-server für Veröffentlichung vorbereiten von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10627 * fix(remove private) vom gemini-cli-a2a-server von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11018 * Tausche alle self-hosted Runner auf ubuntu-latest per b/451586626 von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11023 * Rückgängig: "feat: Support Alt+key combinations" von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/11025 * Gib explizite Anweisungen für Fehlermeldung in json-output.test.ts von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11029 * füge Bundle-BBefehl Info zu Integrations-Test-Dokumentation hinzu von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/11034 * refactor(core): use assertConnected in McpClient discovery method von @raiki61 in https://github.com/google-gemini/gemini-cli/pull/10989 * chore: Extrahiere '.gemini' in die GEMINI_DIR-Konstante von @terrydkim in https://github.com/google-gemini/gemini-cli/pull/10540 * fix(infra) - Behebe Flake für datei-interaktives System von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/11019 * Rename expect-Methoden. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11046 * chore(settings): Aktiviere 'useSmartEdit' standardmäßig von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11051 * dokumentiere alle Einstellungen mit showInDialog: true von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11049 * Revert "chore: wire a2a-server up for publishing" von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/11064 * Docs: Schnellkorrektur: Sidebar-Link. von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/11065 * bug(core): Verarbeitet Rückgabefunktionen seriell. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/10659 * refactor: setze maximale Wiederholungsversuche auf 3 von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/11072 * Behebe und überspringe flakey Integrationstests in replace.test.ts von @scidomino in https://github.com/google-gemini/gemini-cli/pull/11060 * Mache Codebase-Investigator dem Benutzer zugänglich von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10844 * perf(core): optimiere Windows IDE-Prozess-Erkennung von O(N) auf O(1) von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11048 * fix(site): Behebe defekten Site-Link von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/11079 * fix(compression): Verhindere unnötige Zusammenfassung, wenn Verlauf zu kurz ist von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/11082 * Aktualisiere Systemanweisungen zur Optimierung von Shell-Tool-Befehlen von @hminooei in https://github.com/google-gemini/gemini-cli/pull/10651 * fix: Beende App beim Drücken von Esc im Vertrauensdialog beim Start von @shrutip90 in https://github
Features
11. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 0b6c020 to release/v0.9.0-preview.1-pr-10828 [CONFLICTS] by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10920 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-preview.1...v0.9.0-preview.2
Features
10. Oktober 2025
## Was sich geändert hat * fix(doc) - Dokument für deflake-Befehl aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10829 * fix(tests): tatsächliche Ausgabe in validateModelOutput bei Fehlschlag protokollieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10843 * feat(core): Pfadkorrektur allgemein verwendbar über Tools hinweg generalisieren von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10612 * Fix Prompt, um es etwas deterministischer zu machen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10848 * fix(tests): Prompt für MCP Add Tool-Test aktivieren und aktualisieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10850 * fix(cli): verhindert das Beenden bei nicht-fatalen Tool-Fehlern von @jerop in https://github.com/google-gemini/gemini-cli/pull/10671 * Skip sollte bei Findung des alten_strings-Test sicher fehlschlagen, wenn nicht gefunden von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10853 * fix(infra) - Interaktiven Systemfehler beheben von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10805 * feat(telemetry): Differenzstatistiken zu Tool-Aufruf-Metriken hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10819 * feat(core): Failed Response Retry über Extra Prompt von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10828 * fix some isWorkspaceTrusted Mocks von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10836 * clean up Extension-Tests von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10857 * Füge einen Witz zu usePhraseCycler.ts hinzu von @MatrixManAtYrService in https://github.com/google-gemini/gemini-cli/pull/10685 * chore(int): Skip-Disable "should trigger chat compression with /co…" von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10854 * Behebung eines Rennungszustands in der Logging von Extension-Install/Uninstall von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/10856 * Refactor: Log-/Event-Struktur klar machen von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/10467 * chore: einen a2a-Server-Bin hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10592 * Re-Landung von bbiggs Änderungen zur Reduzierung des Abstands auf engen Bildschirmen mit Fixes + Vollbild-Einstellung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10522 ## Neue Mitwirkende * @MatrixManAtYrService hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10685 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-nightly.20251009.cd354aeb...v0.10.0-nightly.20251010.558be873
Features
10. Oktober 2025
## Was geändert * fix(patch): cherry-pick cce2457 to release/v0.8.1-pr-10856 to patch version v0.8.1 and create version 0.8.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10859 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.1...v0.8.2
Features
9. Oktober 2025
## Was sich geändert hat * Unterstützung beim Bereitstellen einer GitHub-Repo-URL mit abschließendem Slash durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Testing mit `npx run` zu Release Verification Testing hinzufügen durch @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Shell-Spezifikation für winpty hinzugefügt durch @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Formulierung der Ausgabe der promote-Aktion aktualisiert, um sie klarer zu machen durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Konstante für das Tool-output-truncated-Ereignis verwenden durch @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration durch @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide extension): Debug-Logging einführen durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Lesezugriff für Merge-Queue-Skipper gewähren durch @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 * fix(vscode): Update- und Installationsnachrichten in verwalteten IDEs unterdrücken durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/10431 * refactor(agents): Submit_final_output Tool für den Abschluss des Agents implementieren durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10377 * fix(infra) - PR-Nummer zum Release-Branch-Namen für den letzten Schritt des Releases hinzufügen durch @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10364 * Docs: Changelog-Sektion hinzufügen durch @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10388 * Modify GCLI system prompt to conditionally use the CodebaseInvestigator by @silviojr in https://github.com/google-gemini/gemini-cli/pull/10419 * fix: Verhindern von Tool-Erkennungsfehlern für Prompt-Only MCP-Server durch @vasayxtx in https://github.com/google-gemini/gemini-cli/pull/10367 * Update patch PRs with additional content by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10180 * fix(auto-update): Unterdrückung von npx-Nags bei vorübergehenden Installationen durch @ashmod in https://github.com/google-gemini/gemini-cli/pull/10276 * Update `GOOGLE_CLOUD_PROJECT` in README zur Eindeutigkeit durch @kuri-leo in https://github.com/google-gemini/gemini-cli/pull/10310 * Eine Listen-Unterbefehl zu memoryCommand hinzufügen, um GEMINI.md-Dateien aufzulisten durch @sgnagnarella in https://github.com/google-gemini/gemini-cli/pull/10108 * Änderung der Aktion „Create Pull Request“, sodass sie nicht versucht zu mergen durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/10379 * fix(docs): Mehrere .md-Link in Docs sind falsch durch @mbleigh in https://github.com/google-gemini/gemini-cli/pull/10449 * Fix /chat list schreibt Terminal-Escape-Codes nicht direkt mehr direkt durch @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10415 * Docs: Kleine Änderung an Website-Navigation und Überschriften durch @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10454 * chore(formatting): Formatierung auf main korrigiert durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10464 * feat(ci): Sehr einfache Smoke-Tests zum CI.yml hinzufügen durch @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10451 * fix(doc) -Release-Dokument aktualisieren durch @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10484 * feat(vscode-ide-companion): Auth-Token-Validierung durchsetzen durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/10481 * feat(ci): Möglichkeit hinzufügen, Pakete im privaten GitHub-Registry für Tests zu veröffentlichen durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/10348 * refactor(core): Retry-Logik vereinheitlichen und Tiefenprüfung des Schemas entfernen durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10453 * Fix OAuth-Unterstützung für MCP-Server durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10427 * Add function processOutput to AgentDefinition and typing for an agent's output by @silviojr in https://github.com/google-gemini/gemini-cli/pull/10447 * feat(lint): sensibles Schlüsselwort-Linter hinzufügen by @skeshive in https://github.com/google-gemini/gemini-cli/pull/10488 * Update dep-Versionen zur Behebung von Sicherheitslücken durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/10496 * fix(infra) - Originale PR-Nummer in Hotfix-Branch hinzufügen by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10499 * fix(doc) - Release-Dokument aktualisieren durch @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10504 * test: Flaky-Integrationstests für Kommando compress beheben durch @hritan in https://github.com/google-gemini/gemini-cli/pull/10371 * fix: Anfragerückfolgen und Modell-Fallback korrekt behandeln durch @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/9407 * Stoppe Protokollierung der Tool-Aufruf-Fehlermeldung an Clearcut durch @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/10511 * fix(lint): Stille Durchgänge für Formatierungsfehler in gh ci durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10489 * Cleanup-Logik für Extensions-Aktualisierung durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10514 * Vorübergehendes Entfernen von NPM-Integrationstests, bis #10517 gelöst ist durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/10520 * chore(actions): wombat-token-cli als erforderlich markieren durch @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10590 * Re-submission: Ermögliche --allowed-tools im nicht-interaktiven Modus durch @mistergarrison in https://github.com/google-gemini/gemini-cli/pull/10289 * ci(release): Entferne 'dev'-Option aus manuellem Release durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/10374 * feat(sessions): Automatische Session-Cleanup und Retention-Policy hinzufügen durch @bl-ue in https://github.com/google-gemini/gemini-cli/pull/7662 * Modifying stale data durch @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10622 * fix(core): Benutzernachrichten in der History bei Stream-Fehlern beibehalten durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10608 * Update extensions docs durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/10621 * fix(ci): Sicherstellen, dass Dry-Run für geplante Nightly-Releases false ist durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10571 * Fix Link zur Erweiterungs-Veröffentlichungsanleitung (fehlerhafter Link) durch @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/10635 * Update Gemini Extensions neu durch @chrstnb in https://github.com
Features
9. Oktober 2025
## Was sich geändert hat * fix(doc) - Aktualisiere Doc für deflake-Befehl von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10829 * fix(tests): logge tatsächliche Ausgabe in validateModelOutput bei Fehlschlag von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10843 * feat(core): generalisiere Pfadkorrektur für die Nutzung über Tools hinweg von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10612 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.10.0-nightly.20251009.cd354aeb...v0.10.0-nightly.20251009.ae02236c
Features
9. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick 467a305 to release/v0.9.0-preview.0-pr-10661 to patch version v0.9.0-preview.0 and create version 0.9.0-preview.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10817 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-preview.0...v0.9.0-preview.1
Features
8. Oktober 2025
## Was sich geändert hat * fix(patch): cherry-pick a404fb8 to release/v0.8.0-pr-10280 to patch version v0.8.0 and create version 0.8.1 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10681 * Revert "Get around the initial empty response from gemini-2.5-flash. … by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10688 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0...v0.8.1
Features
7. Oktober 2025
## Was sich geändert hat * chores(release): Version auf 0.9.0-nightly.20251001.163dba7e von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10362 * Codebase Investigator: Anfangsanfrage vom Systemprompt trennen und templateStrings in Abfrage und initialMessages anwenden von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10282 * feat(telemetry): OpenTelemetry GenAI-Semantik-Konventionsmetriken hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10343 * feat: Konfiguration `enableSubagents` hinzufügen und Registrierung von Subagenten verbinden von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9988 * Cleanup useSelectionList und Behebung einer Endlosschleife im Debug-Modus von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10248 * Rückgängig gemacht: Margin bei schmalen Bildschirmen reduziert von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/10375 * Umschaltung auf einen Reducer zur Verfolgung des Update-Status zur Behebung von Flackern durch kontinuierliche Renderings von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10280 * Smart Edit Strategy Logging von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10345 * Behebung, dass Paste-Timeout-Schutz wesentlich weniger invasiv ist. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/9284 * fix(ui): Padding des Einstellungsdialogs erhöhen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10376 * Docs IA-Update und Get Started-Abschnitt von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10192 * fix(core): Telemetrie-Unterstützung für Smart-Edit-Korrekturereignisse hinzufügen von @agmsb in https://github.com/google-gemini/gemini-cli/pull/10378 * Unterstützung, eine GitHub-Repo-URL mit abschließendem Slash zu übergeben von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): `npx run`-Tests zum Release-Verifizierungs-Testen hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Shell-Spezifikation für winpty hinzugefügt von @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Formulierungen der Ausgabe der Promote-Aktion klarer machen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Konstante für Tool-Output-truncated-Ereignisnamen verwenden von @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide-Erweiterung): Debug-Logging einführen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Merge-Queue-Skipper Lesezugriff erlauben von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 * fix(vscode): Update- und Installationsnachrichten in Managed IDEs unterdrücken von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10431 * refactor(agents): Submit_final_output-Tool für Aufgabenerfüllung des Agents implementieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10377 * fix(infra) - PR-Nummer in Release-Branch-Namen für letzten Release-Schritt hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10364 * Docs: Änderungsprotokoll-Sektion hinzufügen von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10388 * Modifikation des GCLI-Systempromptes, bedingt die CodebaseInvestigator zu verwenden von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10419 * fix: Verhindern, dass Tools-Diagnose-Fehler für Prompt-nur MCP-Server auftreten von @vasayxtx in https://github.com/google-gemini/gemini-cli/pull/10367 * Patch-PRs mit zusätzlichem Inhalt aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10180 * fix(auto-update): Unterdrücke NPX-Erinnerung für vorübergehende Installationen von @ashmod in https://github.com/google-gemini/gemini-cli/pull/10276 * Update `GOOGLE_CLOUD_PROJECT` in README zur Entschlüsselung von Mehrdeutigkeiten von @kuri-leo in https://github.com/google-gemini/gemini-cli/pull/10310 * List-Unterbefehl zu memoryCommand hinzufügen, um den Pfad von GEMINI.md-Dateien aufzulisten von @sgnagnarella in https://github.com/google-gemini/gemini-cli/pull/10108 * Änderung der Aktion "Pull Request erstellen", um kein Zusammenführen zu versuchen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10379 * fix(docs): mehrere .md-Links in der Dokumentation sind falsch von @mbleigh in https://github.com/google-gemini/gemini-cli/pull/10449 * Fix /chat-Liste schreibt Terminal-Fluchtsequenzen nicht direkt mehr direkt hinein von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10415 * Docs: Kleine Änderung an Website-Navigation und Überschriften von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10454 * chore(formatting): Formatierung im Hauptzweig korrigieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10464 * feat(ci): Sehr einfache Smoke-Tests zu CI.yml hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10451 * fix(doc) -Release-Dokument aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10484 * feat(vscode-ide-kompatibilität): Auth-Token-Validierung erzwingen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10481 * feat(ci): Fähigkeit zum Veröffentlichen von Paketen im privaten GitHub-Registry zum Testen hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10348 * refactor(core): Wiederholungslogik vereinheitlichen und Tiefenüberprüfung des Schemas entfernen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10453 * Fix OAuth-Unterstützung für MCP-Server von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10427 * Funktion processOutput zu AgentDefinition hinzufügen und Typisierung für die Ausgabe eines Agents von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10447 * feat(lint): sensitives Keyword-Linter hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10488 * Aktualisierung von Abhängigkeitsversionen zur Behebung von Sicherheitslücken von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10496 * fix(infra) - Ursprungs-PR-Nummer in Hotfix-Branch aufnehmen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10499 * fix(doc) - Release-Dokument aktualisieren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10504 * test: Flaky-Integrationstests für Kommandos compress beheben von @hritan in https://github.com/google-gemini/gemini-cli/pull/10371 * fix: Anfragen-Wiederholungen und Modell-Backups korrekt behandeln von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/9407 * Stop
Features
7. Oktober 2025
## Was geändert * fix(patch): cherry-pick 69f93f8 to release/v0.8.0-preview.1-pr-10629 to patch version v0.8.0-preview.1 and create version 0.8.0-preview.2 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10642 * Patch #10628 and #10514 into v0.8.0 preview by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/10646 * fix(core): retain user message in history on stream failure (#10608) by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10657 * Get around the initial empty response from gemini-2.5-flash. (#10508) by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10660 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-preview.1...v0.8.0-preview.2
Features
7. Oktober 2025
## Änderungen * Test-Workflow-Dispatch von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9283 * Unterstützung des Standard-Archive-Formats von Release-Objekten bei GitHub durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9265 * fix(typo): Beheben der Commit-SHA eines falsch eingegebenen Actions durch @kiranani in https://github.com/google-gemini/gemini-cli/pull/9310 * Fehlerbehebung: Defektes Symbol beim force_skip_tests-Option in "Release: Manual" durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/9246 * Füge Log-Gruppen hinzu, um Tests auszuführen durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/9275 * feat(ci): Sandbox-Images an DockerHub statt GHCR pushen durch @richieforeman in https://github.com/google-gemini/gemini-cli/pull/9163 * lockere JSON-Schema-Validierung durch @geoffdowns in https://github.com/google-gemini/gemini-cli/pull/9332 * fix(test): Behebe einen deaktivierten Test durch @richieforeman in https://github.com/google-gemini/gemini-cli/pull/9481 * Dokumentiere Unterstützung für Google AI Pro und AI Ultra durch @srithreepo in https://github.com/google-gemini/gemini-cli/pull/9426 * feat: Unterstützung von AbortSignal für Retry-Logik und Tool-Ausführung durch @lifefloating in https://github.com/google-gemini/gemini-cli/pull/9196 * fix(core): Behebe Unfähigkeit, Bearbeitungs-Tool abzubrechen durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9299 * refactor(core): Extrahiere Gedanken-Parsing-Logik in eine dedizierte Utility durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9503 * docs(extensions): aktualisiere Sicherheits-URL der Erweiterung im Installations-Beispiel durch @capachino in https://github.com/google-gemini/gemini-cli/pull/9505 * Für dynamische Client-Registrierung – verwende Registrierungs-Endpoint in der Config, falls verfügbar, statt OAuth-Discovery erneut durch @jleong-stripe in https://github.com/google-gemini/gemini-cli/pull/9231 * Behebe Installationsproblem der Windows-Erweiterung durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9512 * feat(integration): Erzwinge ein einzelnes Modell für deterministischere End-to-End-Tests durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9278 * feat(cli): Standardmäßig Modell-Router aktivieren und zum Einstellungsdialog hinzufügen durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9262 * feat(vscode-ide-companion): Script hinzufügen, um nach neuer Release zu prüfen durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/9160 * fix(core): Aktualisiere Fehlertyp bei Bearbeitungs-Tool-Benachrichtigungen während LLm-Urteile durch @agmsb in https://github.com/google-gemini/gemini-cli/pull/9510 * fix(core): Übertrage maximale Versuche für Retry, um Optionen in baseLLMClient zu generieren durch @agmsb in https://github.com/google-gemini/gemini-cli/pull/9518 * fix(core): Setze Standard-maxAttempts in baseLLMClient durch @agmsb in https://github.com/google-gemini/gemini-cli/pull/9533 * Fehlen von korrekten Checkouts für releasemanual durch @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8954 * Releasing: Version-Management durch @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8964 * Patch-Namen für Konsistenz geändert durch @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9249 * chore(release): Version auf 0.8.0-nightly.20250925.b1da8c21 erhöhen durch @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9753 * add(telemetry): Zeichenebene Bearbeitungs-Metriken zu Concord hinzufügen durch @kiranani in https://github.com/google-gemini/gemini-cli/pull/9145 * [Teil 3/6] feat(telemetry): Metriken mit Performance-Monitoring-APIs verbessern durch @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8113 * chore: Indikator zur Erweiterungsliste hinzufügen, um Aktivierung/Deaktivierung zu zeigen durch @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/9405 * fix(core): Sicherstellen, dass Retry Defaults für nullish-Werte in Optionen setzen durch @agmsb in https://github.com/google-gemini/gemini-cli/pull/9540 * fix(core): API-Fehler-Retry-Logik verbessern durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9763 * Erneute Zustimmung anfordern, falls nötig beim Aktualisieren von Erweiterungen durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9517 * Behebe doppelte Info-Meldungen bei Erweiterungs-Updates durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9760 * feat(escape ansi): ANSI-CTRL-Codes aus Modell-Ausgabe vor der Anzeige beim Benutzer maskieren durch @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/8636 * Fehler bei ungültigen Erweiterungs-Namen durch @chrstnb melden in https://github.com/google-gemini/gemini-cli/pull/9538 * fix(ci): End-to-End-Workflow mit Release ausgerichtet durch @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9296 * fix(ui): Lange Lade-Texte abbrechen durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9768 * fix(zed): Defekte 'auto'-Modell-Auswahl in Zed-Integration durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/9769 * test: Alle IDE-Integrations-Tests deaktivieren durch @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/9524 * fix(prompt): Verhindere, dass Modell erfolgreiche Änderungen rückgängig macht durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/9253 * Update Extension > Plugin, um Verwirrung zu vermeiden durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/9780 * Unset foreground in default themes durch @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/9765 * fix(temporary): Schliesse Ctrl+C Exit-Test unter Windows nicht aus durch @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/9785 * Issues zu manuellen Release-Fehlern ähnlich anderen Release-Prozessen erstellen durch @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/9786 * Integrations-Tests für Extensions hinzufügen durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9177 * Dokumentation zu "getting started" Extensions hinzufügen durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9536 * shell-service.test.ts löschen und andere Tests auf dieselben Features ausrichten durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/9772 * Enablement-Verhalten aktualisieren + Info durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9758 * Stoppe Validierung von MCP-Tool-Schemas für Typdefinitionen durch @geoffdowns in https://github.com/google-gemini/gemini-cli/pull/9574 * test: Telemetrie-Metrik-Validierung hinzufügen und TestRig refaktorisieren durch @bobcatfish in https://github.com/google-gemini/gemini-cli
Features
2. Oktober 2025
## Was sich geändert hat * fix(core): Telemetrie-Unterstützung für Smart-Edit-Korrektur-Ereignisse durch @agmsb in https://github.com/google-gemini/gemini-cli/pull/10378 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-nightly.20251001.14dbda91...v0.9.0-nightly.20251002.aa8b2abe
Features
2. Oktober 2025
## Was sich geändert hat * Unterstützung dafür, eine Github-Repo-URL mit abschließendem Slash zu übergeben, von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Einführung von `npx run`-Tests in Release Verification Testing von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Hinzugefügte Shell-Spezifikation für winpty von @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Aktualisierung der Formulierung der Output des promote-Action, um klarer zu sein von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Verwendung einer Konstante für das tool_output_truncated-Ereignis von @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide extension): Einführung von Debug-Logging von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Merge-Queue-Skipper erhält Lesezugriff auf alle Daten von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 * fix(vscode): Updates- und Installationsmeldungen in verwalteten IDEs unterdrücken von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10431 * refactor(agents): Implementierung des submit_final_output-Tools für den Abschluss des Agenten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10377 ## Neue Mitwirkende * @benbrandt hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10339 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-nightly.20251002.aa8b2abe...v0.9.0-nightly.20251002.a6af7bbb
Features
2. Oktober 2025
## Was sich geändert hat * support giving a github repo URL with a trailing slash by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Add `npx run` testing to Release Verification Testing by @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Added shell specification for winpty by @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) update wording of promote action output to be more clear by @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-nightly.20251002.aa8b2abe...v0.9.0-nightly.20251002.99958c68
Features
2. Oktober 2025
## Was sich geändert hat * Unterstützung dafür, eine Github-Repo-URL mit abschließendem Slash anzugeben, von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Tests für `npx run` zu Release Verification Testing hinzugefügt von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Shell-Spezifikation für winpty hinzugefügt von @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Wortlaut der Ausgabe der promote-Aktion aktualisiert, um klarer zu sein von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Konstante für das event name tool_output_truncated verwenden von @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide extension): Debug-Logging eingeführt von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Merge-Queue-Skipper Lesezugriff auf alles(read-all) gewähren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 * fix(vscode): Update- und Installationsnachrichten in gemanagten IDEs unterdrücken von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10431 ## Neue Contributors * @benbrandt hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10339 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-nightly.20251002.aa8b2abe...v0.9.0-nightly.20251002.4a70d6f2
Features
2. Oktober 2025
## Was sich geändert hat * Unterstützung dafür, eine GitHub-Repo-URL mit abschließendem Slash anzugeben von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Hinzufügen von `npx run`-Testing zum Release Verification Testing von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Ergänzte Shell-Spezifikation für winpty von @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Neudruckung der Formulierung der Output des promote-Aktions zur besseren Klarheit von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Verwendung einer Konstante für den Event-Namen tool_output_truncated von @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide extension): Einführung von Debug-Logging von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Merge-Queue-Skipper Lesezugriff auf alle Daten gewähren von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 ## Neue Mitwirkende * @benbrandt hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10339 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-nightly.20251002.aa8b2abe...v0.9.0-nightly.20251002.460ec602
Features
2. Oktober 2025
## Was geändert * Unterstützung für das Bereitstellen einer GitHub-Repo-URL mit trailing slash von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10360 * feat(ci): Add `npx run` Testing zum Release Verification Testing von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10352 * fix(integration): Beschreibung der Shell-Spezifikation für winpty hinzugefügt von @davideast in https://github.com/google-gemini/gemini-cli/pull/9497 * fix(ci) Update der Formulierung der Output-Ausgabe der Promote-Aktion, um klarer zu sein von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10369 * fix(core): Verwende Konstante für den Tool_output_truncated Event-Namen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10372 * fix: Stream-Parsing für Windows Zed-Integration von @benbrandt in https://github.com/google-gemini/gemini-cli/pull/10339 * feat(ide extension): Einführung von Debug-Logging von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10416 * Fix(infra) - Merge-Queue-Skipper Lese-Alle-Zugriff gewährt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10368 * fix(vscode): Update- und Installationsmeldungen in verwalteten IDEs unterdrücken von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10431 * refactor(agents): Implementiere submit_final_output-Tool für die Agenten-Abschluss-Bedingung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10377 * fix(infra) - Füge PR-Nummer zum Release-Branch-Namen für den abschließenden Schritt des Releases hinzu von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/10364 ## Neue Mitwirkende * @benbrandt hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10339 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.9.0-nightly.20251002.aa8b2abe...v0.9.0-nightly.20251002.0f465e88
Features
1. Oktober 2025
## Änderungen vorgenommen * fix(telemetry): Verbesserung der Erkennung des Surface-Typs von Cloud Shell für Telemetriezwecke durch @dlynx13 in https://github.com/google-gemini/gemini-cli/pull/10162 * Fix Release Nightly durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/10186 * Fix: A2A-Server - LiveOutput und resultsDisplay in die serialisierte Tool-Aufruf-Ergebnis hinzufügen (schließt #9520) von @kschaab in https://github.com/google-gemini/gemini-cli/pull/9788 * Keine Fehlermeldung mehr über ungültige Erweiterungen, wenn "-e none" übergeben wird von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10203 * Regex-Suche/Ersetzung für Smart Edit Tool von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10178 * Wiederherstellung der Groß-/Kleinschreibung bei der Aktivierung von Erweiterungen und Hinzufügen von Tests von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10249 * Behebe einen Cache-Kollisions-Bug im llm edit fixer von @gvking in https://github.com/google-gemini/gemini-cli/pull/9542 * Verifizieren des npm-Releases durch Ausführen von Integrationstests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10174 * chore(docs): Dokumentation für MCP-Server, die SA-Impersonation verwenden, von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/10245 * feat(infra) - Verwende Queue-Skipper für CI von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/9773 * test: Integrationstests für den /compress-Befehl im interaktiven Modus von @hritan in https://github.com/google-gemini/gemini-cli/pull/10154 * fix: Installation von Erweiterungen aus Zip-Dateien von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10253 * test: zusätzliche Integrationstests für das Bearbeiten einer Datei von @hritan in https://github.com/google-gemini/gemini-cli/pull/9963 * fix(shell): Verbesserung der Shell-Ausgabe und Benutzerfreundlichkeit von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8837 * refactor(agents): Einführung des Declarative Agent Framework von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9778 * fix(release): Behebung des Promotions-Workflows von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10261 * fix(cli): argv @path in interaktiven Sitzungen (angezeigt und ungezeigt) berücksichtigen von @tayyab3245 in https://github.com/google-gemini/gemini-cli/pull/5952 * fix(memory): ignorieren von @ innerhalb von Code-Blöcken von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/10201 * fix(routing): Deaktiviere Model Router standardmäßig von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10283 * Gib Eingaben für alle Aktionen aus. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10284 * Fix Dry Run. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10286 * Refactor Metrik-Definitionen, um leichter verständlich zu sein von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/10215 * test: überspringe flaky Test von @hritan in https://github.com/google-gemini/gemini-cli/pull/10340 * fix(settings): Sicherstellen, dass `InferSettings` die Kombinationswerte eines Enum-Typs korrekt ableitet. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/10346 * docs: Dokumentiere Funktion benutzerdefinierter witzy-Ladedialoge (witty loading phrases) von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/8006 * test: interaktiver Test für Read/Write-Tools sequenzieller Ablauf von @hritan in https://github.com/google-gemini/gemini-cli/pull/10323 * fix(release): Verbreite force_skip_tests zu Publish-Jobs von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10355 * chore(release): Version auf 0.9.0-nightly.20251001.163dba7e erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10362 * Codebase Investigator: Trenne anfängliche Abfrage vom Systemprompt und wende templateStrings in Abfrage und initialMessages an von @silviojr in https://github.com/google-gemini/gemini-cli/pull/10282 * feat(telemetry): OpenTelemetry GenAI-Semantik-Konventionsmetriken hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/10343 * feat: Konfiguration `enableSubagents` hinzufügen und Subagent-Registrierung anschließen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9988 * Cleanup: useSelectionList verwenden und Probleme mit endlosen Schleifen im Debug-Modus beheben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10248 * Revert: Reduzierten Rand auf schmalen Bildschirmen wiederherstellen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/10375 * Switch zu einem Reducer zur Verfolgung des Update-Status, Flicker-Probleme durch ständige Renderings beheben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10280 * Smart Edit Strategy Logging von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/10345 * Fix, damit Paste-Timeout-Schutz wesentlich weniger invasiv ist von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/9284 * fix(ui): Erhöhe Padding des Settings-Dialogs von @galz10 in https://github.com/google-gemini/gemini-cli/pull/10376 * Docs IA-Update und Get Started-Bereich von @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/10192 ## Neue Mitwirkende * @dlynx13 leistete ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/10162 * @kschaab leistete ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/9788 * @gvking leistete ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/9542 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250930.ddcbd0c2...v0.9.0-nightly.20251001.14dbda91
Features
1. Oktober 2025
## Was sich geändert hat * Test-Workflow-Dispatch von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9283 * Unterstützung des Standard-Formats der GitHub Release-Archive von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9265 * fix(typo): Korrigiere den Commit-SHA einer falsch eingegebenen Aktion von @kiranani in https://github.com/google-gemini/gemini-cli/pull/9310 * Behebe defektes Symbol bei der force_skip_tests-Option in "Release: Manual" von @scidomino in https://github.com/google-gemini/gemini-cli/pull/9246 * Füge Log-Gruppen hinzu, um Tests auszuführen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/9275 * feat(ci): Sandbox-Images zu dockerhub statt GHCR pushen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/9163 * locke JSON-Schema-Validierung etwas aufweichen von @geoffdowns in https://github.com/google-gemini/gemini-cli/pull/9332 * fix(test): Behebe einen deaktivierten Test von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/9481 * Dokumentiere Unterstützung für Google AI Pro und AI Ultra von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/9426 * feat: Füge AbortSignal-Unterstützung für Retry-Logik und Tool-Ausführung hinzu von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/9196 * fix(core): Behebe das Problem, Edit-Tool nicht abbrechen zu können von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9299 * refactor(core): Extrahiere Gedanken-Parsing-Logik in eine dedizierte Utility von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9503 * docs(extensions): aktualisiere Sicherheits-URL der Erweiterung, die im Installationsbeispiel verwendet wird von @capachino in https://github.com/google-gemini/gemini-cli/pull/9505 * Für dynamische Client-Registrierung – verwende Registrierungsendpunkt in der Config, falls verfügbar, statt erneut OAuth-Discovery durchzuführen von @jleong-stripe in https://github.com/google-gemini/gemini-cli/pull/9231 * Behebe Installationsproblem der Windows-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9512 * feat(integration): Erzwinge ein einziges Modell für deterministischere e2e-Tests von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9278 * feat(cli): Modell-Router standardmäßig aktivieren und dem Einstellungsdialog hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9262 * feat(vscode-ide-companion): Skript hinzufügen, um nach neuer Release zu prüfen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/9160 * fix(core): aktualisiere Fehler-Typ bei Edit-Tool während LLM-Bewertungen von @agmsb in https://github.com/google-gemini/gemini-cli/pull/9510 * fix(core): leite maximale Versuche für Retry ein, um Optionen in baseLLMClient zu generieren von @agmsb in https://github.com/google-gemini/gemini-cli/pull/9518 * fix(core): setze Standard-maxAttempts in baseLLMClient von @agmsb in https://github.com/google-gemini/gemini-cli/pull/9533 * Überprüfung korrekter Checkout-Pfade für releasemanual von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8954 * Release: Version-Verwaltung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8964 * ändere Patch-Namen zur Konsistenz von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9249 * chore(release): Version auf 0.8.0-nightly.20250925.b1da8c21 erhöhen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9753 * add(telemetry): Zeichen-Ebene Bearbeitungsmetriken zu Concord hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/9145 * [Teil 3/6] feat(telemetry): Metriken mit Performance-Monitoring-APIs erweitern von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8113 * chore: Indikator zur Extensions-Liste hinzufügen, um Aktivieren/Deaktivieren zu ermöglichen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/9405 * fix(core): Sicherstellen, dass Retry Standardwerte für nullish-Werte, die in Optionen übergeben werden, setzt von @agmsb in https://github.com/google-gemini/gemini-cli/pull/9540 * fix(core): Verbessere API-Fehler-Retry-Logik von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9763 * Fordere erneut Zustimmung an, falls nötig bei Updates von Erweiterungen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9517 * Behebe doppelte Info-Nachrichten bei Erweiterungs-Upgrades von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9760 * feat(escape ansi): ANSI-Control-Codes aus Model-Ausgabe entkommen, bevor dem Benutzer angezeigt wird von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/8636 * Werfe Fehler bei ungültigen Erweiterungs-Namen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9538 * fix(ci): E2E-Workflow an Release ausgerichtet von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9296 * fix(ui): Lange Lade-Texte abschneiden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9768 * fix(zed): Behebe defekte 'auto'-Modell-Auswahl in Zed-Integration von @skeshive in https://github.com/google-gemini/gemini-cli/pull/9769 * test: Deaktiviere alle IDE-Integrations-Tests von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/9524 * fix(prompt): Verhindere, dass das Modell erfolgreiche Änderungen rückgängig macht von @galz10 in https://github.com/google-gemini/gemini-cli/pull/9253 * Update Extension > Plugin, um Verwechslungen zu vermeiden von @skeshive in https://github.com/google-gemini/gemini-cli/pull/9780 * Setze Vordergrund in Standard-Themes zurück von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/9765 * fix(temporary): Führe Ctrl+C-Exit-Test unter Windows nicht aus von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/9785 * Erstelle Issues bei manuellen Release-Fehlern ähnlich wie bei anderen Release-Prozessen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/9786 * Integrations-Test für Extensions hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9177 * Dokumentation zu "getting started" Extensions hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9536 * Entferne shell-service.test.ts und passe andere Tests an, um dieselben Features abzudecken von @scidomino in https://github.com/google-gemini/gemini-cli/pull/9772 * Update Enablement-Verhalten + Info von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9758 * Stoppe Prüfung der MCP-Tool-Schemas auf Typdefinitionen von @geoffdowns in https://github.com/google-gemini/gemini-cli/pull/9574 * test: Telemetrie-Metrik
Features
1. Oktober 2025
## Änderungen * fix(patch): cherry-pick 4c5ab80 to release/v0.7.0-preview.1-pr-10283 [CONFLICTS] von @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/10342 ## Neue Contributor * @gemini-cli-robot hat ihren/sein ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/10342 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.7.0-preview.1...v0.7.0-preview.2
Features
1. Oktober 2025
## Geändertes * fix: InputPrompt umgebene Zeilen beibehalten Markierung beibehalten, Reaktionsfähigkeit in engen Fällen erhöhen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/7656 * chore(release): Version auf 0.7.0-nightly.20250917.0b10ba2c erhöhen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8645 * Emit a warning when memory usage exceeds 7GB von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/7613 * Add simple extensions release flow support von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8498 * fix(mcp): OAuth-Authentifizierungsnachrichten in der CLI-UI statt Debug-Konsole anzeigen von @Louis454545 in https://github.com/google-gemini/gemini-cli/pull/6919 * refactor(ui): Rendering-Leistung optimieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8239 * [Teil 2/6] feat(telemetry): Aktivitätserkennung mit Benutzerinteraktions-Tracking hinzufügen von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8111 * permissiong for nightly job von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8652 * chore(release): Version auf 0.7.0-nightly.20250918.2722473a erhöhen von @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8667 * Properly publish npm-shrinkwrap.json. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8655 * Mk fix nightly von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8669 * Releasing: Patching and Rollback von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8673 * feat(vscode-ide-companion): harden ide-server with CORS and host validation von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8512 * feat(CI): Package docker containers to GHCR for PRs. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/8588 * Add a version specifier to the npx command for GCP AR auth. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/8653 * fixing error von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8676 * fix(cli): extensions mith ihrem Quell-URL deinstallieren von @hritan in https://github.com/google-gemini/gemini-cli/pull/8692 * permissions von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8706 * Pr comment von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8707 * Pr comment von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8708 * Pr comment von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8709 * Pr comment von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8710 * besseres Logging von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8712 * bessere Benachrichtigungen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8714 * Prstep2 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8715 * keine Schleifen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8716 * Prstep3 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8717 * Prstep3 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8718 * Arbeit von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8720 * Fix Linting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8725 * Improve compression splitpoint logic. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8691 * metrics(extensions) - Add logging methods for extensions operations von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8702 * fix(ui): Track last prompt token count in processStream von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8650 * refactor(ui): extract QueuedMessageDisplay into separate component von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/8374 * Releasing: Patching e2e coordination von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8723 * refactor(ide): replace DetectedIde enum with IDE_DEFINITIONS object von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8698 * Better parsing of github extension source uris von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8736 * refactor(shell): Send AnsiOutput when ShowColor is false von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8647 * fix(shell): update shell setting from usePty to enableInteractiveShell von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8726 * fix(release): correctly parse channel argument in patch workflow von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8750 * fix(cli) : fix shell colors to match new coloring von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8747 * feat(cli): configure policy engine from existing settings von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/8348 * fix(release): prevent validation error in patch-from-comment workflow von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8759 * Add support for auto-updating git extensions von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8511 * add(mcp): Add MCP Server name to ToolCallEvent OTel logging von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7829 * Improve CI Times by 70% von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8530 * patch e2e vnext von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8767 * dealing with conflicts von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8772 * more patching von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8787 * better messaging von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8794 * switch to gh cli instead of api von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8795 * ensure consistent user von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8798 * permissions von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8800 * Fix npm_channel options in manual release workflow. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8766 * migrate to patch both von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8803 * use the cla user von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8804 * use the cla user von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8806 * ci fixes von @mattKorwel in https://github.com/google-gem
Features
30. September 2025
## Was sich geändert hat * chore(formatting): Formatierung für math.ts repariert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/10216 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250930.ae51bbda...v0.8.0-nightly.20250930.ddcbd0c2
Features
30. September 2025
## Was geändert wurde * Auto-Vervollständigung des Erweiterungsnamens zu `/extensions update` hinzugefügt von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10198 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250929.ae387b61...v0.8.0-nightly.20250930.ae51bbda
Features
29. September 2025
## Was sich geändert hat * ci(release): Standardmäßig Tests überspringen im geplanten nightly workflow von @skeshive in https://github.com/google-gemini/gemini-cli/pull/10184 * chore(mocktools): abschließender Schritt zur Vereinheitlichung der Mock-Tool-Definitionen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/9166 * Fix markdown rendering unter Windows von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10185 * fix(cli): Ensure IDE trust listener hört auch auf IDE-Statusänderungen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/9783 * Erweiterungs-Update-Bestätigungsdialog von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10183 * Fixiere `/tool` und `/mcp` Befehle, sodass sie Terminal-Escape-Codes nicht direkt schreiben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10010 * feat: Füge roten Schwellenwert für getStatusColor util hinzu von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/9789 * Reduziere Randabstand auf schmalen Bildschirmen, leite die Footer-Inhalte weiter von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/8042 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250929.a49a09f1...v0.8.0-nightly.20250929.ae387b61
Features
29. September 2025
## Was sich geändert hat * feat(core): Füge inhaltbasierte Retry-Logik für JSON-Generierung hinzu von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9264 * Update package-lock.json, um mit package.json übereinzustimmen. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/10173 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250929.042288e7...v0.8.0-nightly.20250929.a49a09f1
Features
29. September 2025
## Was sich geändert hat * feat(iap support): Add service account impersonation provider to MCPServers to support IAP on Cloud Run by @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/8505 * Make compression algo slightly more aggressive by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10024 * feat(core): Use lastPromptTokenCount to determine if we need to compress by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/10000 * fix(ui): stop truncating output from the model rendered in <static> by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/9972 * feat(cli): Add setting to show status(or Gemini 's thoughts) in terminal title and taskbar icon by @Fridayxiao in https://github.com/google-gemini/gemini-cli/pull/4386 * fix(core): auto-correct file paths in smart edit where possible (x-platform) by @agmsb in https://github.com/google-gemini/gemini-cli/pull/10018 * Jacob314/add radio button keys by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/10083 * fix(actions): hydrate env vars into nightly failure issue/issue body by @agmsb in https://github.com/google-gemini/gemini-cli/pull/10087 * Fix `-e <extension>` for disabled extensions by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/9994 * fix windows test for new extension installation by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/10164 * feat(infra) - Add workflow for rollbacking a change by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/9261 * feat(core): Enable tool output truncation by default by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/9983 * fix(infra)- Add pr number to release branches by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/9506 ## Neue Mitwirkende * @Fridayxiao hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4386 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250927.19400ba8...v0.8.0-nightly.20250929.042288e7
Features
27. September 2025
## Was sich geändert hat * refactor(core): Extrahiere Dateifilter-Konstanten aus Config, um eine zirkuläre Abhängigkeit zu vermeiden von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/9974 * Added warning to avoid command substitution in run_shell_command tool… by @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/9934 * fix(core): Auto-Korrektur von Dateipfaden im smart edit, wo möglich, by @agmsb in https://github.com/google-gemini/gemini-cli/pull/9526 * chore(docs): fügt GitHub Action hinzu, um Docs bei Änderung neu zu bauen by @mbleigh in https://github.com/google-gemini/gemini-cli/pull/9987 * chore(docs): fügt sidebar.json für Docs-Organisation hinzu by @mbleigh in https://github.com/google-gemini/gemini-cli/pull/9985 * Entferne Rahmen aus Benutzernachrichten und färbe `>`, um UI und Lesbarkeit zu verbessern by @WangWanyue in https://github.com/google-gemini/gemini-cli/pull/9984 * Revertiere "Make --allowed-tools work in non-interactive mode" by @galz10 in https://github.com/google-gemini/gemini-cli/pull/10006 * feat: Verwende PAT für gemini-cli-robot in Release-Workflows by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/9804 * Lösche Test, der tatsächlich kein Integrations-Test ist. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/10012 * Mac erforderlich von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/10007 * Revertiere "fix(core): auto-correct file paths in smart edit where possible" by @galz10 in https://github.com/google-gemini/gemini-cli/pull/10009 * Reappliziere "feat(accessibility): implement centralized screen reader layout" by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9263 ## Neue Mitwirkende * @mbleigh hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/9987 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.8.0-nightly.20250926.2defdcff...v0.8.0-nightly.20250927.19400ba8
Features
26. September 2025
## Was hat sich geändert * Add simple extensions release flow support by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8498 * fix(mcp): Anzeige von OAuth-Authentifizierungsnachrichten in der CLI-UI statt Debug-Konsole von @Louis454545 in https://github.com/google-gemini/gemini-cli/pull/6919 * refactor(ui): Rendering-Performance optimieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8239 * [Teil 2/6] feat(telemetry): Aktivitätserkenner mit Benutzerinteraktions-Tracking hinzufügen von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8111 * permissiong für nightly job von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8652 * chore(release): Version auf 0.7.0-nightly.20250918.2722473a erhöhen von @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8667 * Ordentlich npm-shrinkwrap.json veröffentlichen. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8655 * Mk fix nightly von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8669 * Veröffentlichen: Patchen und Rollback von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8673 * feat(vscode-ide-companion): ide-server härten mit CORS- und Host-Validierung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8512 * feat(CI): Docker-Container-Pakete zu GHCR für PRs verpacken. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/8588 * Fügt eine Versions-Spezifikation zum npx-Befehl für GCP AR-Auth hinzu von @cornmander in https://github.com/google-gemini/gemini-cli/pull/8653 * Fehlerbehebung von errors von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8676 * fix(cli): Deinstallieren von Extensions unter Verwendung ihrer Quell-URL von @hritan in https://github.com/google-gemini/gemini-cli/pull/8692 * Berechtigungen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8706 * Pr-Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8707 * Pr-Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8708 * Pr-Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8709 * Pr-Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8710 * Besseres Logging von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8712 * Bessere Benachrichtigungen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8714 * Prstep2 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8715 * Keine Schleifen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8716 * Prstep3 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8717 * Prstep3 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8718 * Arbeit von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8720 * linting-Fehler behoben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8725 * Verbesserte Kompressions-Splitpoints-Logik von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8691 * metrics(extensions) - Logging-Methoden für Extensions-Operationen hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8702 * fix(ui): Letzten Prompt-Token-Zähler im processStream verfolgen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8650 * refactor(ui): QueuedMessageDisplay in eigenständige Komponente extrahieren von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/8374 * Veröffentlichen: Patchkoordination E2E von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8723 * refactor(ide): DetectedIde-Aufzählung durch IDE_DEFINITIONS-Objekt ersetzen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8698 * Bessere Parserung der GitHub-Extension-Source-URIs von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8736 * refactor(shell): Sende AnsiOutput, wenn ShowColor false ist, von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8647 * fix(shell): Shell-Einstellung von usePty auf enableInteractiveShell aktualisieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8726 * fix(release): korrekte Parserung des Channel-Arguments im Patch-Workflow von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8750 * fix(cli): Colors des Shell an neue Farbgebung anpassen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8747 * feat(cli): Policy-Engine aus bestehenden Einstellungen konfigurieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/8348 * fix(release): Validierungsfehler im Patch-from-Comment-Workflow verhindern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8759 * Add support for auto-updating git extensions von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8511 * add(mcp): MCP Server-Name zu ToolCallEvent OTel-Logging hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7829 * Verbesserung der CI-Zeiten um 70% von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8530 * patch e2e vnext von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8767 * Umgang mit Konflikten von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8772 * mehr Patchen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8787 * bessere Meldungen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8794 * Umstieg auf gh cli statt api von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8795 * konsistente Benutzer sicherstellen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8798 * Berechtigungen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8800 * Fix npm_channel-Optionen im manuellen Release-Workflow. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8766 * Migration, um patchen beides zu unterstützen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8803 * benutze den cla-Benutzer von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8804 * benutze den cla-Benutzer von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8806 * ci-Fixes von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8810 * Verwende korrekten Ref zum Starten von Threads von @mattKorwel in https
Features
24. September 2025
## Was sich geändert hat * fix: InputPrompt umgebene Zeilen behalten Hervorhebung bei, Reaktionsfähigkeit in engen Fällen erhöhen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/7656 * chore(release): Version auf 0.7.0-nightly.20250917.0b10ba2c erhöhen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8645 * Emit a warning when memory usage exceeds 7GB von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/7613 * Add simple extensions release flow support von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8498 * fix(mcp): OAuth-Authentifizierungsnachrichten in der CLI-UI statt Debug-Konsolen anzeigen von @Louis454545 in https://github.com/google-gemini/gemini-cli/pull/6919 * refactor(ui): Rendering-Performance optimieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8239 * [Teil 2/6] feat(telemetry): Aktivitätserkennung mit Tracking der Benutzerauswahl von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8111 * permissiong for nightly job von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8652 * chore(release): Version auf 0.7.0-nightly.20250918.2722473a erhöhen von @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8667 * Ordentlich npm-shrinkwrap.json veröffentlichen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8655 * Mk fix nightly von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8669 * Release: Patchen und Rollback von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8673 * feat(vscode-ide-companion): IDE-Server härten mit CORS und Host-Validierung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8512 * feat(CI): Docker-Container für PRs in GHCR packen. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/8588 * Add a version specifier to the npx command for GCP AR auth. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/8653 * fixing error von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8676 * fix(cli): Extensions anhand ihrer Quell-URL deinstallieren von @hritan in https://github.com/google-gemini/gemini-cli/pull/8692 * permissions von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8706 * Pr Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8707 * Pr Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8708 * Pr Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8709 * Pr Kommentar von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8710 * besseres Logging von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8712 * bessere Benachrichtigungen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8714 * Prstep2 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8715 * keine Schleifen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8716 * Prstep3 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8717 * Prstep3 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8718 * Arbeit von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8720 * Fix Linting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8725 * Improve compression splitpoint logic. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8691 * metrics(extensions) - Logging-Methoden für Extensions-Operationen hinzufügen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8702 * fix(ui): Verfolgen der letzten Prompt-Token-Anzahl in processStream von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8650 * refactor(ui): QueuedMessageDisplay in separate Komponente auslagern von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/8374 * Releasing: Patchen der e2e Koordination von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8723 * refactor(ide): DetectedIde-Enum durch IDE_DEFINITIONS-Objekt ersetzen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8698 * Bessere Verarbeitung von Github-Extensions-Quellen-URIs von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8736 * refactor(shell): Sende AnsiOutput, wenn ShowColor false ist von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8647 * fix(shell): Shell-Einstellung von usePty auf enableInteractiveShell ändern von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8726 * fix(release): Kanal-Argument im Patch-Workflow korrekt parsen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8750 * fix(cli): Farben des Shells an neue Farbgebung anpassen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8747 * feat(cli): Policy-Engine aus bestehenden Einstellungen konfigurieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/8348 * fix(release): Validierungsfehler im Patch-from-Comment-Workflow verhindern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8759 * Add support for auto-updating git extensions von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8511 * add(mcp): MCP Server-Name zu ToolCallEvent OTel-Logging hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7829 * Improve CI Times um 70% von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8530 * patch e2e vnext von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8767 * dealing with conflicts von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8772 * more patching von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8787 * better messaging von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8794 * switch to gh cli statt api von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8795 * ensure consistent user von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8798 * permissions von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8800 * Fix npm_channel-Optionen im manuellen Release-Workflow. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8766 * migrate to patch both von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8803 * use the cla user von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8804 * use
Features
24. September 2025
## Was sich geändert hat * Release Process vNext von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8152 * Extensions-Update-Befehl von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8100 * chore(a2a-server): falls die a2a-Aufgabenerstellung fehlschlägt, Fehler an den Benutzer zurückgeben von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/8106 * Funktionalität zum Prüfen von Git-Extension-Updates hinzufügen, sowie Unterstützung zum Installieren eines bestimmten Ref von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8018 * fix(cli): Verzeichnisnamen zum Ordnervertrauensdialog hinzugefügt von @hritan in https://github.com/google-gemini/gemini-cli/pull/8165 * Addiert Unterstützung für .geminiignore im Glob-Tool. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8086 * docs: Status-Badge für End-to-End-Tests im Haupt-README hinzufügen 🏅 von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8198 * feat(ui): Semantische Tokens Refactoring von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8087 * fix(#7039): Zerrüttete IDE-Integration für Multi-Edit/Multi-Write-Flows von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/8159 * fix(settings): Union-Merge für excludeTools verwenden von @spencerschrock in https://github.com/google-gemini/gemini-cli/pull/7842 * fix: `bfsFileSearch` effizienter machen von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/8173 * Update README.md von @OakNinja in https://github.com/google-gemini/gemini-cli/pull/8199 * Fix: Verbindung zum Docker-Devcontainer zur vscode-IDE von @dtometzki in https://github.com/google-gemini/gemini-cli/pull/7464 * fix: `gitignore`-Handling von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/8177 * Addiere `json`-Ausgabeformat von @jerop in https://github.com/google-gemini/gemini-cli/pull/8119 * fix(rendering): React.strictMode aus gemini.tsx entfernen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8145 * Fix Kompressionsprobleme von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8225 * Fix Vorschlags-Ausrichtung von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8233 * feat: gecachte String-Breitene Funktion für Leistungsoptimierung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7850 * feat(ui): Bestätigungsdialog zum Deaktivieren der Loop-Erkennung für die aktuelle Sitzung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8231 * feat: Telemetrie für die Nutzung des Ausgabeformats hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/8223 * feat(telemetry): Inhaltlänge zu Tool-Aufrufen hinzufügen und Event zur Tool-Ausgabe-Truncation protokollieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8014 * Breiterer PR-B Approvals-Prozess von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8264 * feat(release): Automatisierung der Patch-Erstellung und des Release-Prozesses von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8202 * Update package-lock.json, um kürzlich entfernte Abhängigkeiten widerzuspiegeln von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8271 * feat(core): Tool Confirmation Message Bus-Grundlage (PR 1 von 3) von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7835 * feat(routing): Initialisiere Modell-Routing-Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/8153 * feat(ui): Akzeptieren von Edits & YOLO-Modus-Stil an Shell-Modus-Stil angleichen von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8200 * fix(metrics) - Entferne das Error-Feld aus ApiResponseEvent von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8207 * fix(trust): Übergebe FolderTrust-Konfiguration an a2a-Server von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8082 * Refactor IdeContextStore von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8278 * Fix MCP-Prompt-Slash-Befehle erscheinen nicht. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8290 * Move IdeClient.connect() nach initializeApp(). von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8282 * feat(core): Kopiere `downloadRipGrep` mit Lizenz. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8195 * feat(ide): Prüfe IDE-Diffing-Fähigkeiten, bevor Diffs geöffnet werden von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8266 * feat(shell): interaktive Befehle mit virtuellem Terminal aktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6694 * fix(core): Standardmäßig skipNextSpeakerCheck auf true setzen, wenn die Einstellung nicht manuell gesetzt ist von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8295 * Update Standard-Textstile von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8291 * fix(core): Verbesserung der Klarheit der Kompressionsnachrichten bei kleinen Verlaufssituationen von @ShammiAnand in https://github.com/google-gemini/gemini-cli/pull/4404 * fix(release): Alten release.yml wieder hinzufügen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8302 * feat(core): Erneuter Download des `rg`-Bins, falls es gelöscht wird. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8126 * Fix Lizenzdatei. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8284 * feat(core): Ripgrep standardmäßig aktivieren. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7427 * fix: Fußzeilen-Konfigurationseinstellungen wiederherstellen (#8041) von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/8053 * Typo-Korrektur in releases.md von @ingenthr in https://github.com/google-gemini/gemini-cli/pull/8230 * fix(ui): sichern, dass MCP-Tag-Farbe dem aktiven Zustand entspricht von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8316 * feat(extension) - Berechtigungsaufforderung, wenn der Benutzer eine lokale Extension mit mcpservers installiert von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8208 * refactor(ide): Verbesserung des IDE-Diff-Kommunikationsprotokolls von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8338 * Make eine zustandsbehaftete Extensions-Liste-Komponente mit Update-Status von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8301 * refactor(release): Release-Workflow vereinfachen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8353 * feat: Patch
Features
23. September 2025
## Was geändert wurde * fix(patch): cherry-pick c93eed6 to release/v0.6.0-preview.8 by @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/9244 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.8...v0.6.0-preview.9
Features
23. September 2025
## Änderungen * Cherrypick Extensions-Änderungen nach v0.6.0 von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/9179 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.7...v0.6.0-preview.8
Features
23. September 2025
## Was sich geändert hat * fix(patch): cherry-pick 31c609d to release/v0.6.0-preview.9 by @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/9251 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.9...v0.6.0-preview.10
Features
22. September 2025
## Änderungen * Update des .github-Verzeichnisses vom Hauptzweig durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/9155 * fix(patch): cherry-pick 4ef46e4 to release/v0.6.0-preview.4 durch @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/9148 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.4...v0.6.0-preview.7
Features
22. September 2025
## Änderungen * Aktualisiere das .github-Verzeichnis vom Hauptbranch durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/9155 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.4...v0.6.0-preview.5
Features
19. September 2025
## Änderungen * fix(patch): cherry-pick f3abfb8 to release/v0.6.0-preview.2 by @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8904 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.2...v0.6.0-preview.4
Features
19. September 2025
## Was geändert wurde * fix(patch): cherry-pick f3abfb8 to release/v0.6.0-preview.2 by @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8904 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.2...v0.6.0-preview.3
Features
19. September 2025
## Änderungen * fix(patch): cherry-pick f3abfb8 to release/v0.6.0-preview.2 von @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8904 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.2...v0.0.88888
Features
19. September 2025
## Änderungen * fix(patch): cherry-pick f3abfb8 to release/v0.6.0-preview.2 by @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8904 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.2...v0.0.88
Features
19. September 2025
## Was sich geändert hat * fix(patch): cherry-pick f3abfb8 to release/v0.6.0-preview.2 by @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8904 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.6.0-preview.2...v0.0.77
Features
18. September 2025
## Was sich geändert hat * Release Process vNext von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8152 * Extensions-Update-Befehl von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8100 * chore(a2a-server): falls die a2a-Aufgabenerstellung fehlschlägt, Fehler an den Benutzer zurückgeben von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/8106 * Funktionalität zum Prüfen von Git-Extension-Updates hinzufügen, sowie Unterstützung für das Installieren eines spezifischen Ref von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8018 * fix(cli): Verzeichnisnamen zum Ordner-Vertrauensdialog hinzugefügt von @hritan in https://github.com/google-gemini/gemini-cli/pull/8165 * Addioiert Unterstützung für .geminiignore im Glob-Tool. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8086 * docs: Status-Badge für End-to-End-Status in die Haupt-README 🏅 von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8198 * feat(ui): Semantische Token-Refaktorisierung von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8087 * fix(#7039): beschädigte IDE-Integration für Multi-Edit/Multi-Write-Flows von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/8159 * fix(settings): Union-Merge für excludeTools verwenden von @spencerschrock in https://github.com/google-gemini/gemini-cli/pull/7842 * fix: `bfsFileSearch` effizienter machen von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/8173 * Update README.md von @OakNinja in https://github.com/google-gemini/gemini-cli/pull/8199 * Fix: Verbindung zum Docker Devcontainer zur vscode-ide von @dtometzki in https://github.com/google-gemini/gemini-cli/pull/7464 * fix: `gitignore`-Handhabung von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/8177 * Addiere `json` Ausgabeformat von @jerop in https://github.com/google-gemini/gemini-cli/pull/8119 * fix(rendering): React.strictMode aus gemini.tsx entfernen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8145 * Fix Kompressionsprobleme von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8225 * Fix Vorschlagsausrichtung von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8233 * feat: gepufferte Zeichenkettenbreite-Funktion für Performance-Optimierung hinzufügen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7850 * feat(ui): Bestätigungsdialog zum Deaktivieren der Loop-Erkennung für die aktuelle Sitzung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8231 * feat: Telemetrie-Verwendung des Output-Formats hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/8223 * feat(telemetry): Inhaltlänge zu Tool-Aufrufen hinzufügen und Ereignis zur Verlauf-Darbstellung protokollieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8014 * Erweiterung des PR-Autorisierungsprozesses von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8264 * feat(release): Patch-Erstellung und Release-Prozess automatisieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8202 * Aktualisiere package-lock.json, um kürzlich entfernte Abhängigkeiten abzubilden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8271 * feat(core): Tool-Bestätigungsnachrichten-Bus-Grundlage (PR 1 von 3) von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7835 * feat(routing): Initialisiere Modell-Routing-Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/8153 * feat(ui): akzeptierte Bearbeitungen & YOLO-Modus-Stil an Shell-Modus-Stile angleichen von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8200 * fix(metrics) - Entferne das Fehlerfeld aus ApiResponseEvent von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8207 * fix(trust): Übergebe folderTrust-Konfiguration an a2a-Server von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8082 * Refactor IdeContextStore von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8278 * Fix MCP Prompt Slashes-Darstellung nicht sichtbar. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8290 * Move IdeClient.connect() to initializeApp() von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8282 * feat(core): Kopiere `downloadRipGrep` mit Lizenz. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8195 * feat(ide): Prüfe IDE-Diff-Fähigkeiten vor dem Öffnen von Diffs von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8266 * feat(shell): Interaktive Befehle mit virtuellem Terminal aktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6694 * fix(core): Standardmäßig skipNextSpeakerCheck auf true setzen, wenn die Einstellung nicht manuell festgelegt wird von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8295 * Aktualisiere Standard-Textstile von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8291 * fix(core): Verbesserte Klarheit der Kompressionsnachrichten bei kleinen Verlaufsfällen von @ShammiAnand in https://github.com/google-gemini/gemini-cli/pull/4404 * fix(release): Füge altes release.yml wieder hinzu von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8302 * feat(core): Lade `rg`-Binärdatei erneut herunter, falls sie gelöscht wird. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8126 * Fix Lizenzdatei von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8284 * feat(core): Ripgrep standardmäßig aktivieren. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7427 * fix: Footer-Konfigurationseinstellungen wiederherstellen (#8041) von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/8053 * Typo-Fehler in releases.md von @ingenthr in https://github.com/google-gemini/gemini-cli/pull/8230 * fix(ui): Sicherstellen, dass [MCP]-Tag-Farbe dem aktiven Zustand entspricht von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8316 * feat(extension) - Erlaubnisabfrage hinzufügen, wenn Benutzer eine lokale Extension mit mcpservers installiert von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8208 * refactor(ide): Verbesserung des IDE-Diff-Kommunikationsprotokolls von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8338 * Erstelle eine zustandsbehaftete Extensions-Liste-Komponente mit Update-Status von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8301 * refactor(release): Release-Workflow vereinfachen von @mattKorwel in https://github.com/google-gemini
Features
18. September 2025
## Änderungen * fix(patch): cherry-pick ad21c10 to release/v0.5.3 von @gemini-cli[bot] in https://github.com/google-gemini/gemini-cli/pull/8719 **Vollständiger Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.5.3...v0.5.4
Features
17. September 2025
## Was sich geändert hat * Release Process vNext von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8152 * Extensions update command von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8100 * chore(a2a-server): falls die a2a-Aufgabe fehlschlägt, Fehler an den Benutzer zurückmelden von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/8106 * Funktionalität zum Prüfen von Git-Extension-Updates hinzufügen, sowie Unterstützung zum Installieren eines bestimmten Ref von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8018 * fix(cli): Verzeichnisname zum Ordner-Vertrauensdialog hinzugefügt von @hritan in https://github.com/google-gemini/gemini-cli/pull/8165 * Add .geminiignore-Unterstützung zum Glob-Tool. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8086 * docs: Status-Badge für end-to-end in das Haupt-README hinzufügen 🏅 von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8198 * feat(ui): Semantische Token-Umstrukturierung von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8087 * fix(#7039): defekte IDE-Integration für Multi-Edit/Multi-Write-Flows von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/8159 * fix(settings): Use union merge für excludeTools von @spencerschrock in https://github.com/google-gemini/gemini-cli/pull/7842 * fix: `bfsFileSearch` effizienter machen von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/8173 * Update README.md von @OakNinja in https://github.com/google-gemini/gemini-cli/pull/8199 * Fix: Verbindung auf docker devcontainer zu vscode-ide von @dtometzki in https://github.com/google-gemini/gemini-cli/pull/7464 * fix: `gitignore`-Handling von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/8177 * Add `json` Ausgabeformat von @jerop in https://github.com/google-gemini/gemini-cli/pull/8119 * fix(rendering): React.StrictMode aus gemini.tsx entfernen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/8145 * Fix Komprimierungsprobleme von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8225 * Fix Vorschlagsausrichtung von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8233 * feat: Caching-Funktion für String-Breite zur Leistungsoptimierung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7850 * feat(ui): Bestätigungsdialog zum Deaktivieren der Loop-Erkennung für die aktuelle Sitzung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8231 * feat: Telemetrie für die Verwendung des Ausgabformats hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/8223 * feat(telemetry): Inhaltlänge zu Tool-Aufrufen hinzufügen und Ereignis zu Tool-Ausgabetrunkierung protokollieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8014 * PR-Akzeptanzprozess erweitern von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8264 * feat(release): Automatisierung der Patch-Erstellung und des Release-Prozesses von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8202 * Update package-lock.json, um kürzlich entfernte Abhängigkeiten abzubilden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8271 * feat(core): Tool-Bestätigungsnachrichten-Bus-Grundlage (PR 1 von 3) von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7835 * feat(routing): Initialisiere Modell-Routing-Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/8153 * feat(ui): Akzeptiere Bearbeitungen & YoLo-Modus konsistent mit Shell-Modus-Stilen von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8200 * fix(metrics) - Entferne das Fehlerfeld aus ApiResponseEvent von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8207 * fix(trust): Übergebe FolderTrust-Konfiguration an a2a-Server von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8082 * Refactor IdeContextStore von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8278 * Fix MCP-Eingabeaufforderung, Slashes erscheinen nicht mehr in Commands von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8290 * Move IdeClient.connect() zu initializeApp() von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8282 * feat(core): Kopiere `downloadRipGrep` mit Lizenz von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8195 * feat(ide): Prüfe IDE-Vergleichsfähigkeiten, bevor Diffs geöffnet werden von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8266 * feat(shell): Interaktive Befehle mit virtuellem Terminal aktivieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6694 * fix(core): Standardmäßig skipNextSpeakerCheck auf true setzen, wenn die Einstellung nicht manuell gesetzt ist von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8295 * Update standardmäßiger Textstile von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8291 * fix(core): Komprimierungsnachrichten-Lesbarkeit bei kleinem Verlauf verbessern von @ShammiAnand in https://github.com/google-gemini/gemini-cli/pull/4404 * fix(release): Alten release.yml wieder hinzufügen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8302 * feat(core): Lade `rg`-Binary erneut herunter, falls es gelöscht wird von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8126 * Fix Lizenzdatei von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/8284 * feat(core): Ripgrep standardmäßig aktivieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7427 * fix: Footer-Konfigurationseinstellungen wiederherstellen (#8041) von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/8053 * Typo-Korrektur in releases.md von @ingenthr in https://github.com/google-gemini/gemini-cli/pull/8230 * fix(ui): Sicherstellen, dass [MCP]-Tag-Farbe mit aktivem Zustand übereinstimmt von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/8316 * feat(extension) - Berechtigungsabfrage hinzufügen, wenn Benutzer eine lokale Extension mit mcpservers installiert von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/8208 * refactor(ide): Verbesserung des IDE-Diff-Kommunikationsprotokolls von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8338 * Erzeuge eine zustandsbehaftete Extensions-Liste-Komponente, mit Update-Status von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/8301 * refactor(release): Release-Workflow vereinfachen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8353 * feat: Patch-Release-Workflow verein
Features
17. September 2025
## Was sich geändert hat * fix: Entferne 'node-fetch' aus externals von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/7752 * fix(ui): behebe Drag-and-Drop-Datei-Feature für macOS-Terminal 2 von @944750720 in https://github.com/google-gemini/gemini-cli/pull/7174 * fix(process-utils): behebe Bug, der Start-up verhinderte, wenn das Prozess-Walking-Befehl fehlschlägt von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7757 * Fix Dollarzeichen-Ersatz-Bug beim Dateibearbeiten von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/7703 * feat(triage): füge status/bot-triaged Label nach der Triagierung hinzu von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7765 * Feat(security) - Erstelle eine Klasse für OAuth-Credentials von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7745 * feat(security) - Mache die Speicherung von OAuth-Token implementieren des gemeinsamen Interfaces von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7802 * fix: Entferne spezielle Behandlung für den folderTrust-Flag von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7755 * fix the proQutaDialog von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7647 * fix(token-usage): behebe Token-Nutzungsverfolgung für fehlgeschlagenen API-Aufrufe von @nsalerni in https://github.com/google-gemini/gemini-cli/pull/7667 * Mache 'source' zu einem positionsabhängigen Argument bei Extensions-Installationen und setze Flag auf true von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7807 * Füge ersten RFC für A2A-Entwicklungs-Tool-Erweiterung hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7817 * Kehr zurück "Fix dollar sign replacement bug in file editing (#7703)" von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7823 * Versteckte Eigenschaft zu Slash-Kommandos hinzufügen von @dewitt in https://github.com/google-gemini/gemini-cli/pull/7797 * Syntax-Highlighting- und Rendering-Probleme behoben. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7759 * Refactor Authentication Components und Hooks von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7750 * feat(core): Große Tool-Ausgaben in eine Datei speichern und verkürzte Zeilen zurückgeben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6240 * refactor: Pfadauflösung-Logik in Hilfsfunktion extrahieren von @johnthomasdev in https://github.com/google-gemini/gemini-cli/pull/6910 * Fix(core): Validierungslogik für Stream beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7832 * fix(ci): Windows End-to-End-Tests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7749 * Probleme verhindern, dass Escape-Codes beim Start im Eingabe-Prompt landen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7267 * Verhindere automatisches Ausführen beim Einfügen und bewahre mehrzeiligen Inhalt im Chat-Eingang auf von @Alish-0x in https://github.com/google-gemini/gemini-cli/pull/5834 * fix: Behandlung von vpc-sc-Verletzungen in LoadCodeAssist-Methode von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/7824 * feat(ui): Verbesserte Auffindbarkeit von MCP-Slash-Kommandos von @rinilkunhiraman in https://github.com/google-gemini/gemini-cli/pull/6080 * chore(release): v0.3.3 von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7854 * feat(ui): Einführung UseUI Hook und UIContext von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/5488 * Fix(core): Nicht erneut versuchen, wenn das letzte Chunk leer ist, mit finishReason vorherigen Chunks korrekt von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7859 * Fix ctrl-c/esc während der Authentifizierung. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7879 * chore(release): v0.3.4 von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7902 * Erlaube Slash-Kommandos, sich von der Autovervollständigung und der /help-Erkennung abzumelden. von @dewitt in https://github.com/google-gemini/gemini-cli/pull/7847 * add(logging): OTel-Logging zum Zählen von Zeichen hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7903 * bug(core): Korrigiere `Check Bundle Size` GitHub Action. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7833 * Erwähne Ersetzungen für veraltete Einstellungen in settings.json von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7913 * Inhaltsgenerator aus GeminiClient in Config verschieben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7825 * fix(ui): Deaktiviere Eingabeaufforderung während Tool-Bestätigung von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/7935 * feat(settings): Unterstützung für settings `enum`-Optionen hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7719 * fix(ide): Absturz unter Windows beheben, wenn kein Befehl zurückgegeben wird von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8007 * fix: Tipps verstecken, wenn Dialog für Ordnervertrauen geöffnet ist von @hritan in https://github.com/google-gemini/gemini-cli/pull/7394 * Verschiebe Scope-Einstellungen in den neuen Dialog von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/7836 * fix(ide companion extension): Payload-Größe erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8029 * Überspringe Bundle_size-Job für merge_group-Ereignis von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8032 * refactor: Zentralisiere und verbessere Modell-Fallback-Handhabung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7634 * Fix maxOutputTokens-Kompressionsfehler von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8026 * fix: Neustart-Logik im useFolderTrust-Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/8038 * feat(core): Ripgrep zur Laufzeit herunterladen, falls aktivierungssbereit. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7818 * Ermögliche Benutzern, während Warten auf MCP-Server zu tippen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8021 * Entferne org/repo-Installations-Unterstützung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7815 * refactor(core): Einführung LlmUtilityService und promptIdContext von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7952 * feat(commands): Neue Befehle für Docs, Git und PR-Review von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/
Features
11. September 2025
## Was geändert * fix: Entferne 'node-fetch' aus externals von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/7752 * fix(ui): behebe Drag-and-Drop-Datei-Funktion für macOS Terminal 2 von @944750720 in https://github.com/google-gemini/gemini-cli/pull/7174 * fix(process-utils): behebe Bug, der den Start verhinderte, wenn das Ausführen des Prozess-Walking-Befehls fehlschlägt von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7757 * Fix Dollar-Zeichen-Ersetzung Bug beim Bearbeiten von Dateien von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/7703 * feat(triage): füge Status/Bot-triaged-Label nach dem Triage hinzu von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7765 * Feat(security) - Erstelle eine Klasse für OAuth-Credentials von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7745 * feat(security) - Implementiere Speicherung von OAuth-Token in die gemeinsame Schnittstelle von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7802 * fix: Entferne spezielle Behandlung des FolderTrust-Flags von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7755 * fix the proQutaDialog von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7647 * fix(token-usage): behebe Token-Nutzungsaufzeichnung für fehlgeschlagene API-Aufrufe von @nsalerni in https://github.com/google-gemini/gemini-cli/pull/7667 * Mach 'source' zu einem Positionsargument bei Extensions-Installationen und setze Flag auf true von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7807 * Füge initiales RFC für A2A-Entwicklungs-Tool-Erweiterung hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7817 * Rückgängig machen von "Fix dollar sign replacement bug in file editing (#7703)" von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7823 * Versteckte Eigenschaft zu Slash-Befehlen hinzufügen von @dewitt in https://github.com/google-gemini/gemini-cli/pull/7797 * Behebe Syntaxhervorhebung und Rendering-Probleme. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7759 * Refactor Authentication Components und Hooks von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7750 * feat(core): Große Tool-Ausgaben in eine Datei speichern und fragmentierte Zeilen zurückgeben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6240 * refactor: Pfadauflösungslogik in Hilfsfunktion extrahieren von @johnthomasdev in https://github.com/google-gemini/gemini-cli/pull/6910 * Fix(core): Validierungslogik des Streams korrigieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7832 * fix(ci): Windows-End-to-End-Tests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7749 * Behebe Probleme, bei denen Escape-Codes beim Start im Eingabe-Prompt auftauchen könnten von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7267 * Verhindere Automausführung beim Einfügen und Erhalte mehrzeiligen Inhalt im Chat-Eingang beibehalten von @Alish-0x in https://github.com/google-gemini/gemini-cli/pull/5834 * fix: Behandle vpc-sc-Verletzungen in LoadCodeAssist-Methode von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/7824 * feat(ui): Verbessere Auffindbarkeit von MCP-Slash-Befehlen von @rinilkunhiraman in https://github.com/google-gemini/gemini-cli/pull/6080 * chore(release): v0.3.3 von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7854 * feat(ui): Einführung useUI Hook und UIContext von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/5488 * Fix(core): Nicht erneut versuchen, wenn das letzte Chunk leer ist; finishReason vorherige Chunks sind gut von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7859 * Fix ctrl-c/esc während der Authentifizierung. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7879 * chore(release): v0.3.4 von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7902 * Erlaube Slash-Befehlen, sich von der Autovervollständigung und der /help-Erkennung abzumelden. von @dewitt in https://github.com/google-gemini/gemini-cli/pull/7847 * add(logging): OTEL-Logging zum Zählen von Zeichen hinzufügen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7903 * bug(core): Behebe `Check Bundle Size` GitHub Action. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7833 * Erwähne Ersatz für veraltete Einstellungen in settings.json von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7913 * Inhalt aus GeminiClient herausnehmen und in Config übertragen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7825 * fix(ui): Eingabeaufforderung während Tool-Bestätigung deaktivieren von @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/7935 * feat(settings): Unterstützung für Settings-Enum-Optionen hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7719 * fix(ide): Absturz unter Windows beheben, wenn null-Befehl zurückgegeben wird von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8007 * fix: Tipps ausblenden, wenn Dialog zur Folder-Trust geöffnet ist von @hritan in https://github.com/google-gemini/gemini-cli/pull/7394 * Verschiebe Scope-Einstellungen in den neuen Dialog von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/7836 * fix(ide companion extension): Payload-Größe erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8029 * Skip Bundle_Size-Job für Merge_Group-Ereignis von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8032 * refactor: Zentralisiere und verbessere Modell-Fallback-Behandlung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7634 * Fix maxOutputTokens-Kompressions-Bug. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8026 * fix: Neustart-Logik im useFolderTrust-Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/8038 * feat(core): Ripgrep zur Laufzeit herunterladen, wenn aktiviert. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7818 * Ermögliche es Nutzern, während des Wartens auf MCP-Server zu tippen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8021 * Entferne Org/Repo-Installationsunterstützung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7815 * refactor(core): Einführung von LlmUtilityService und promptIdContext von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7952 * feat(commands): Neue Befehle für Dokumente, Git und PR-Review von @allenhutchison in https://github.com/google-gemini/gem
Features
10. September 2025
## Änderungen * Entferne org/repo Installationsunterstützung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7815 * refactor(core): Einführung von LlmUtilityService und promptIdContext durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7952 * feat(commands): Neue Befehle für Docs, Git und PR-Review hinzugefügt von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7853 * Füge Clearcut-Logging für Installationsbefehl der Extensions hinzu von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8057 * refactor(ide): Extrahiere IDE-Kontexttypen in eine separate Datei von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8037 * feat(core): Fasse langen Tool-Output nur für Shell-Befehl zusammen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/8039 * Aktualisiere Extensions-Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8112 * feat: Wiederverwendbares EnumSelector UI-Komponente hinzufügen (aufgeteilt von #6832) von @hoteye in https://github.com/google-gemini/gemini-cli/pull/7774 * Begrenze Rekursion beim Suchen nach .gitignore-Dateien von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/8103 * feat(ide): Aktualisiere Kontext-Filterung auf CLI-Seite + aktualisiere Port-Erkennungslogik von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8107 * [Teil 1/6] feat(telemetry): Füge Ratenbegrenzung und Hochwassermarke-Tracker mit Tests hinzu von @eLyiN in https://github.com/google-gemini/gemini-cli/pull/8110 * fix(ide companion extension): Zeige Bestätigungsnachricht der Installation in Firebase Studio nicht an von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/8097 * Ignoriere Workspace-Extensions im Benutzer-Extensions-Verzeichnis von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/8084 * 0.4.0 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/8136 ## Neue Mitwirkende * @hoteye leistete seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/7774 * @eLyiN leistete seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/8110 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.5.0-nightly.20250909.2b05cf3b...v0.6.0-nightly.20250910.a31830a3
Features
10. September 2025
## Was geändert * fix: Entferne 'node-fetch' aus externals durch @swissspidy in https://github.com/google-gemini/gemini-cli/pull/7752 * fix(ui): Behebe Drag-and-Drop-Datei-Funktion für macOS Terminal 2 durch @944750720 in https://github.com/google-gemini/gemini-cli/pull/7174 * fix(process-utils): Behebe Bug, der den Start verhinderten, wenn der Prozess-Walking-Befehl fehlschlägt durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/7757 * Fixe Fehler bei der Ersetzung des Dollar-Zeichens beim Bearbeiten von Dateien durch @lifefloating in https://github.com/google-gemini/gemini-cli/pull/7703 * feat(triage): füge Status/Label bot-triaged nach dem Triagieren hinzu durch @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7765 * Feat(security) - Erstelle eine Klasse für OAuth-Credentials durch @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7745 * feat(security) - Mache die Speicherung von OAuth-Tokens implementieren des gemeinsamen Interfaces durch @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7802 * fix: Entferne spezielle Behandlung des FolderTrust-Flags durch @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7755 * fix the proQutaDialog durch @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7647 * fix(token-usage): Behebe Token-Verwendungsaufzeichnung für fehlgeschlagene API-Aufrufe durch @nsalerni in https://github.com/google-gemini/gemini-cli/pull/7667 * Mache 'source' zu einem Positionsargument bei Extensions-Installation und setze Flag auf true durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7807 * Füge ersten RFC für A2A-Entwicklungstool-Erweiterung hinzu durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/7817 * Revertiere "Fix dollar sign replacement bug in file editing (#7703)" durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/7823 * Versteckte Eigenschaft zu Slash-Kommandos hinzufügen durch @dewitt in https://github.com/google-gemini/gemini-cli/pull/7797 * Behebe Syntax-Highlighting- und Rendering-Probleme. durch @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7759 * Refactor Authentication Components and Hooks durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/7750 * feat(core): Große Tool-Ausgaben in eine Datei speichern und gekürzte Zeilen zurückgeben durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6240 * refactor: Pfadauflösungslogik in Hilfsfunktion auslagern durch @johnthomasdev in https://github.com/google-gemini/gemini-cli/pull/6910 * Fix(core): Validierungslogik des Streams korrigieren durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7832 * fix(ci): Windows-E2E-Tests beheben durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/7749 * Behebe Probleme, bei denen Escape-Codes beim Start im Eingabe-Prompt landen könnten durch @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7267 * Verhindere automatisches Ausführen beim Einfügen und erhalte mehrzeiligen Inhalt im Chat-Eingabefeld durch @Alish-0x in https://github.com/google-gemini/gemini-cli/pull/5834 * fix: Behandlung von vpc-sc-Verletzungen in LoadCodeAssist-Methode durch @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/7824 * feat(ui): Verbessere Auffindbarkeit von MCP-Slash-Befehlen durch @rinilkunhiraman in https://github.com/google-gemini/gemini-cli/pull/6080 * chore(release): v0.3.3 durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7854 * feat(ui): Einführung useUI Hook und UIContext durch @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/5488 * Fix(core): Nicht erneut versuchen, wenn das letzte Stück leer ist, mit finishReason vorherige Stücke sind gut durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7859 * Fix ctrl-c/esc während der Authentifizierung durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/7879 * chore(release): v0.3.4 durch @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7902 * Erlaube Slash-Befehle, sich gegen Autocomplete und /help discovery abzumelden durch @dewitt in https://github.com/google-gemini/gemini-cli/pull/7847 * added(logging): OTel-Logging zum Zählen von Zeichen durch @kiranani in https://github.com/google-gemini/gemini-cli/pull/7903 * bug(core): Check Bundle Size GitHub Action korrigieren durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7833 * Erwähne Ersetzungen für veraltete Einstellungen in settings.json durch @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7913 * Inhalte aus GeminiClient ausziehen und in Config verschieben durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/7825 * fix(ui): Deaktiviere Eingabeaufforderung während Tool-Bestätigung durch @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/7935 * feat(settings): Unterstützung für settings `enum`-Optionen durch @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7719 * fix(ide): Absturz unter Windows, wenn null-Befehl zurückgegeben wird durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/8007 * fix: Verstecke Tipps, wenn Dialog zum Folder Trust geöffnet ist durch @hritan in https://github.com/google-gemini/gemini-cli/pull/7394 * Verschiebe Scope-Einstellungen in neuen Dialog durch @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/7836 * fix(ide companion extension): Erhöhe Payload-Größe durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/8029 * Skip Bundle_Size-Job für Merge_Group-Ereignis durch @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8032 * refactor: Zentralisiere und verbessere Modell-Fallback-Handling durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7634 * Fix maxOutputTokens-Komprimierungsfehler durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/8026 * fix: Restart-Logik im useFolderTrust-Hook durch @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/8038 * feat(core): Ripgrep zur Laufzeit herunterladen, falls aktiviert durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7818 * Ermögliche Benutzern, während Wartezeit auf MCP-Server zu tippen durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/8021 * Entferne Organisation/Repo-Installations-Support durch @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7815 * refactor(core): Introduce LlmUtilityService und promptIdContext durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7952 * feat(commands): Neue Befehle für Docs, Git und PR-Review durch @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7853 * Add clearcut-Logging für Extensions-
Features
9. September 2025
## Was sich geändert hat * feat(settings): Unterstützung für Settings-Enum-Optionen hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7719 * fix(ide): Absturz unter Windows beheben, wenn vom @skeshive in https://github.com/google-gemini/gemini-cli/pull/8007 eine Null-Befehl zurückgegeben wird * fix: Tipps verstecken, wenn Dialog zur Ordner-Vertrauen geöffnet ist von @hritan in https://github.com/google-gemini/gemini-cli/pull/7394 * Gültigkeitsbereich-Einstellungen in neuen Dialog verschieben von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/7836 * fix(ide companion extension): Payload-Größe erhöhen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/8029 * Überspringe Bundle_size-Job für Merge_group-Ereignis von @bobcatfish in https://github.com/google-gemini/gemini-cli/pull/8032 * refactor: Zentralisierung und Verbesserung der Modell-Fallback-Behandlung von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7634 * Behebe Kompressionsfehler bei maxOutputTokens. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8026 * fix: Neustart-Logik im useFolderTrust-Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/8038 * feat(core): Ripgrep zur Laufzeit herunterladen, falls aktiviert. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7818 * Ermögliche Benutzern, während des Wartens auf MCP-Server zu tippen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/8021 ## Neue Mitwirkende * @bobcatfish hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/8032 **Vollständiges Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.5.0-nightly.20250908.4693137b...v0.5.0-nightly.20250909.2b05cf3b
Features
9. September 2025
## Geändert * fix(ide): polyfill import.meta.url für cjs Build von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7279 * feat(cli) - Basisklasse zur Verarbeitung von Tokens, die in Dateien gespeichert werden, von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7240 * fix(process-utils): ersetze wmic durch powershell für Windows-Prozess von @dracic in https://github.com/google-gemini/gemini-cli/pull/7087 * chore(release): v0.2.2 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7319 * fix(cli): Entferne Settings-Migrations-Logs in der Konsole von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7325 * Verfeinere Stream-Validierung, um unnötige Wiederholungen zu verhindern von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/7278 * bug(core): Entferne Gedanken beim Laden des Verlaufs. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7167 * fix(settings/env): Stelle sicher, dass `loadEnvironment` immer mit Einstellungen aufgerufen wird. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7313 * fix(logging): Protokolliere NodeJS-Version && Mache Config.SessionID schreibgeschützt von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7219 * docs(contributing): Abschnitt zu Selbstzuweisung von Issues hinzufügen von @davideast in https://github.com/google-gemini/gemini-cli/pull/7243 * fix(trust): Lege das Laden aus nicht vertrauenswürdigen sources.current Working Directory Quellen ab; Tests hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7323 * Add MCP Ladeanzeige beim Initialisieren von Gemini CLI von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/6923 * fix: Einstellungen im Ordner-Vertrauens-Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7343 * fix(trust): Verweigere das Laden von Erweiterungen aus nicht vertrauenswürdigen Arbeitsbereichen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7342 * Screen-Reader-Updates von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7307 * Fix(trust) - Deaktiviere Befehle aus nicht vertrauenswürdigen Verzeichnissen, wenn useFolderTrust aktiviert ist von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7341 * docs(config): Dokumentation zur Struktur der Einstellungen aktualisieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7352 * MCP-Serververbindungen in untrusted Ordners überspringen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7358 * feat: Pro Quota Dialog hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7094 * feat(cli): veraltete CLI-Flags deprecieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7360 * Zitiere Zitate am Ende jeder Runde von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7350 * fix(core): Behandle UTF16/32 BOM-Dateien als Text und dekodiere korrekt von @tayyab3245 in https://github.com/google-gemini/gemini-cli/pull/6081 * fix(trust): Aktualisiere config.isTrustedFolder von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7373 * Fix Rückwärtskompatibilität für allowedTools -> tools.allowed von @werdnum in https://github.com/google-gemini/gemini-cli/pull/7384 * fix: Flash Lite in Bezug auf API-Standards hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/4652 * fix(a2a): Mutiere Argumente des 'replace'-Tools in scheduleToolCalls nicht von @vmiura in https://github.com/google-gemini/gemini-cli/pull/7369 * Wiederherstelle fehlende `resolved` und `integrity` einiger Abhängigkeiten und füge Prüfung der Lockfile-Integrität hinzu von @ljxfstorm in https://github.com/google-gemini/gemini-cli/pull/5336 * Fix Eingabe-Befehls-Tippfehler bei enable von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7382 * feat: Füge Flag `--session-summary` hinzu von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/7347 * Flag hinzufügen, um alle Erweiterungen zu aktualisieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7321 * fix(core): Berechtigungen für oauth_creds.json korrigieren von @xplo1t-sec in https://github.com/google-gemini/gemini-cli/pull/6662 * refactor(core): Wiederverwenden von computeNewContent in performAddMemoryEntry von @chen893 in https://github.com/google-gemini/gemini-cli/pull/6689 * feat(extension): Umgebungsvariablen in Erweiterungskonfiguration auflösen von @skal88 in https://github.com/google-gemini/gemini-cli/pull/7213 * fix(trust): Respektiere Ordner-Vertrauens-Einstellung beim Lesen von GEMINI.md von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7409 * fix(cli): Eingabeverlauf nach /clear-Befehl beibehalten von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/5890 * feat(cli): fuzzy Übereinstimmung für Befehlsvorschläge hinzufügen von @dracic in https://github.com/google-gemini/gemini-cli/pull/6633 * fix: Elternebene-Name in Vertrauensordner-Bestätigung anzeigen von @hritan in https://github.com/google-gemini/gemini-cli/pull/7331 * refactor: redundanten 'undefined'-Typ oder '?' entfernen von @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2691 * Smart Edit Tool von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6823 * chore(dedup): Mock-Tools-Refix von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/7418 * Fix(Cli) - Gemini CLI-Neustart bei Ordner-Vertrauens-Einstellungen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7413 * fix(workflows): Issue-Triage verbessern von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7449 * Update Issue Triage von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7469 * fix(diffstats): Diff-Statistik korrekt erfassen bei Bearbeitungen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7446 * Update gemini-automated-issue-triage.yml von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7486 * Fix doppelter LOC-Zähler, da diff_stat an mehreren Stellen übergeben wird von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/7483 * fix(auth): Failing Auth-Test beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7502 * fix(release) - Release-Fehler zu p0 machen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7514 * Allgemeine Einstellungen aus verschiedenen Konfigurationsquellen zusammenführen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/7528 * fix(int-tests): Scheitern integrierter Tests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7516 * aktual
Features
9. September 2025
## Was sich geändert hat * fix(ide): polyfill import.meta.url für cjs-Build umgesetzt von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7279 * feat(cli) - Erstelle Basisklasse zur Handhabung von Tokens, die in Dateien gespeichert sind von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7240 * fix(process-utils): ersetze wmic durch PowerShell für Windows-Prozess von @dracic in https://github.com/google-gemini/gemini-cli/pull/7087 * chore(release): v0.2.2 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7319 * fix(cli): entferne Settings-Migrations-Logs in der Konsole von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7325 * Refine stream validation to prevent unnecessary retries von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/7278 * bug(core): Strippe Gedanken, wenn Verlauf geladen wird. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7167 * fix(settings/env): Sicherstellen, dass `loadEnvironment` immer mit Settings aufgerufen wird. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7313 * fix(logging): Logge NodeJS-Version && Mache Config.SessionID readonly von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7219 * docs(contributing): Abschnitt zu Selbst-Zuweisung von Issues hinzufügen von @davideast in https://github.com/google-gemini/gemini-cli/pull/7243 * fix(trust): Weigere zu laden aus nicht vertrauenswürdigen sources von process.cwd(); Tests hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7323 * Add MCP-Loading-Indikator beim Initialisieren von Gemini CLI von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/6923 * fix: Settings im Folder trust Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7343 * fix(trust): Weigere zu laden Erweiterungen aus untrusted Workspaces von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7342 * Screen-Reader-Updates von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7307 * Fix(trust) - Deaktiviere Befehle aus untrusted Verzeichnissen, wenn useFolderTrust aktiviert ist von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7341 * docs(config): Dokumentation zur Struktur der Settings aktualisieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7352 * Überspringe MCP-Serververbindungen in untrusted Ordnern von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7358 * feat: Pro Quota Dialog hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7094 * feat(cli): veraltete CLI-Flags deprecieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7360 * Show-Zitate am Ende jeder Runde von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7350 * fix(core): UTF16/32 BOM-Dateien als Text behandeln und korrekt decodieren von @tayyab3245 in https://github.com/google-gemini/gemini-cli/pull/6081 * fix(trust): Update config.isTrustedFolder von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7373 * Fix backward-compatibility for allowedTools -> tools.allowed von @werdnum in https://github.com/google-gemini/gemini-cli/pull/7384 * fix: Flash Lite gemäß API-Standards hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/4652 * fix(a2a): Mutiere Argumente des 'replace'-Tools in scheduleToolCalls nicht mehr von @vmiura in https://github.com/google-gemini/gemini-cli/pull/7369 * Wiederherstellung fehlender `resolved` und `integrity` einiger Abhängigkeiten und Prüfung der Lockfile-Integrität von @ljxfstorm in https://github.com/google-gemini/gemini-cli/pull/5336 * Fix Enable-Befehl-Typos von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7382 * feat: Hinzufügen eines `--session-summary`-Flags von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/7347 * Flag hinzufügen, um alle Extensions zu aktualisieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7321 * fix(core): Berechtigungen für oauth_creds.json korrigieren von @xplo1t-sec in https://github.com/google-gemini/gemini-cli/pull/6662 * refactor(core): Wiederverwenden von computeNewContent in performAddMemoryEntry von @chen893 in https://github.com/google-gemini/gemini-cli/pull/6689 * feat(extension): Auflösen von Umgebungsvariablen in Erweiterungskonfiguration von @skal88 in https://github.com/google-gemini/gemini-cli/pull/7213 * fix(trust): Berücksichtige Folder-T Trust-Einstellung beim Lesen von GEMINI.md von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7409 * fix(cli): Behalte Eingabe-Historie nach /clear-Befehl bei von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/5890 * feat(cli): Fuzzy-Matching für Befehlsvorschläge hinzufügen von @dracic in https://github.com/google-gemini/gemini-cli/pull/6633 * fix: Eltern-Namen in Trust Folder-Bestätigung anzeigen von @hritan in https://github.com/google-gemini/gemini-cli/pull/7331 * refactor: Entferne redundanten 'undefined'-Typ oder '?' von @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2691 * Smart Edit Tool von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6823 * chore(dedup): Mock-Tools-Refix von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/7418 * Fix(Cli) - Restarte Gemini CLI bei Änderungen an Folder-Trust-Einstellungen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7413 * fix(workflows): Issue-Triage verbessern von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7449 * Update Issue Triage von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7469 * fix(diffstats): Diff-Statistik korrekt erfassen bei Bearbeitungen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7446 * Update gemini-automated-issue-triage.yml von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7486 * Fix doppeltes LOC-Zählen, da diff_stat an mehreren Stellen übergeben wird von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/7483 * fix(auth): Failing auth test beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7502 * fix(release) - Release-Fehler zu p0 machen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7514 * Allgemeine Einstellungen aus unterschiedlichen Config-Quellen zusammenführen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/7528 * fix(int-tests): Fehlgeschlagene Integrationstests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7516 * update(deps): genai sdk behandelt leeren GEMINI_API_KEY jetzt korrekt von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/7377
Features
8. September 2025
## Was sich geändert hat * fix(ci): fix windows e2e tests by @galz10 in https://github.com/google-gemini/gemini-cli/pull/7749 * Fix issues where escape codes could end up on startup in the input prompt by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7267 * prevent auto-execute on paste and preserve multi-line content in chat input by @Alish-0x in https://github.com/google-gemini/gemini-cli/pull/5834 * fix: handle vpc-sc violations in LoadCodeAssist method by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/7824 * feat(ui): improve discoverability of MCP slash commands by @rinilkunhiraman in https://github.com/google-gemini/gemini-cli/pull/6080 * chore(release): v0.3.3 by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7854 * feat(ui): Introduce useUI Hook and UIContext by @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/5488 * Fix(core): Do not retry if last chunk is empty with finishReason previous chunks are good by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7859 * Fix ctrl-c/esc while Authenticating. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/7879 * chore(release): v0.3.4 by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7902 * Allow for slash commands to opt-out of autocompletion and /help discovery. by @dewitt in https://github.com/google-gemini/gemini-cli/pull/7847 * add(logging): Add OTel logging for counting chars by @kiranani in https://github.com/google-gemini/gemini-cli/pull/7903 * bug(core): Fix `Check Bundle Size` github action. by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7833 * Mention replacements for deprecated settings in settings.json by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7913 * Pull contentGenerator out of GeminiClient and into Config. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/7825 * fix(ui): disable input prompt during tool confirmation by @Lyonk71 in https://github.com/google-gemini/gemini-cli/pull/7935 ## Neue Mitwirkende * @Alish-0x hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/5834 * @rinilkunhiraman hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6080 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.5.0-nightly.20250906.968e9389...v0.5.0-nightly.20250908.4693137b
Features
6. September 2025
## Was sich geändert hat * Enhance json configuration docs by @paulirish in https://github.com/google-gemini/gemini-cli/pull/7628 * feat(extension) - Benachrichtige Benutzer, wenn eine neue Version vorhanden ist, und aktualisiere sie von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7408 * Handle cleaning up the response text in the UI when a response stream retry occurs by @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/7416 * refactor(setting): Improve settings migration and tool loading by @galz10 in https://github.com/google-gemini/gemini-cli/pull/7445 * rename(telemetry): Update ai_(added|removed)_lines to model_(added|removed)_lines by @kiranani in https://github.com/google-gemini/gemini-cli/pull/7577 * fix(core): tend to history with dangling function calls/responses by @agmsb in https://github.com/google-gemini/gemini-cli/pull/7692 * improve performance of shell commands with lots of output by @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/7680 * Use IdeClient directly instead of config.ideClient by @scidomino in https://github.com/google-gemini/gemini-cli/pull/7627 * add(telemetry): Add OTel logging for `FileOperationEvent` by @kiranani in https://github.com/google-gemini/gemini-cli/pull/7082 * fix(diffstats): Always return diff stats from EditTool by @kiranani in https://github.com/google-gemini/gemini-cli/pull/7489 * Takethree by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/7740 * chore(release): v0.3.1 by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/7742 * Feat(security) - Make the OAuthTokenStorage non static by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7716 * Reduce bundle size & check it in CI by @swissspidy in https://github.com/google-gemini/gemini-cli/pull/7395 * temp disable windows e2e tests by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/7746 * fix: Remove 'node-fetch' from externals by @swissspidy in https://github.com/google-gemini/gemini-cli/pull/7752 * fix(ui): fix drag-and-drop file feature for macOS terminal 2 by @944750720 in https://github.com/google-gemini/gemini-cli/pull/7174 * fix(process-utils): fix bug that prevented start-up when running process walking command fails by @skeshive in https://github.com/google-gemini/gemini-cli/pull/7757 * Fix dollar sign replacement bug in file editing by @lifefloating in https://github.com/google-gemini/gemini-cli/pull/7703 * feat(triage): add status/bot-triaged label after triage by @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7765 * Feat(security) - Create a class for Oauth credential by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7745 * feat(security) - Make oauth token storage implement the shared interface by @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7802 * fix: Remove special handling for folderTrust flag by @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7755 * fix the proQutaDialog by @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7647 * fix(token-usage): fix token usage recording for failed API calls by @nsalerni in https://github.com/google-gemini/gemini-cli/pull/7667 * Make 'source' a positional argument in extensions install and set flag to true by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7807 * Add initial RFC for A2A development-tool extension by @skeshive in https://github.com/google-gemini/gemini-cli/pull/7817 * Revert "Fix dollar sign replacement bug in file editing (#7703)" by @galz10 in https://github.com/google-gemini/gemini-cli/pull/7823 * Add hidden property to slash commands by @dewitt in https://github.com/google-gemini/gemini-cli/pull/7797 * Fix syntax highlighting and rendering issues. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/7759 * Refactor Authentication Components and Hooks by @scidomino in https://github.com/google-gemini/gemini-cli/pull/7750 * feat(core): Save large tool outputs to a file and return truncated lines by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6240 * refactor: Extract path resolution logic into helper function by @johnthomasdev in https://github.com/google-gemini/gemini-cli/pull/6910 * Fix(core): Fix stream validation logic by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/7832 ## Neue Mitwirkende * @paulirish gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/7628 * @944750720 gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/7174 * @johnthomasdev gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6910 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.4.0-nightly.20250904.e133acd2...v0.5.0-nightly.20250906.968e9389
Features
6. September 2025
## Was sich geändert hat * fix(ide): Polyfill-Import.meta.url für cjs-Build von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7279 * feat(cli) - Erstelle Basisklasse zur Handhabung von Tokens, die in Dateien gespeichert sind, von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7240 * fix(process-utils): ersetze wmic durch PowerShell für Windows-Prozess von @dracic in https://github.com/google-gemini/gemini-cli/pull/7087 * chore(release): v0.2.2 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7319 * fix(cli): entferne Console Logs zur Migration von Einstellungen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7325 * Verfeinere Stream-Validierung, um unnötige Wiederholungen zu verhindern von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/7278 * bug(core): Strippe Gedanken beim Laden der Historie. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7167 * fix(settings/env): Stellen Sie sicher, dass `loadEnvironment` immer mit Einstellungen aufgerufen wird. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7313 * fix(logging): Protokolliere NodeJS-Version && Mache Config.SessionID schreibgeschützt von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7219 * docs(contributing): Füge Abschnitt zu Selbst-Zuweisung von Issues hinzu von @davideast in https://github.com/google-gemini/gemini-cli/pull/7243 * fix(trust): Nicht-Laden aus untrusted process.cwd()-Quellen; Tests hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7323 * Add MCP-Ladeanzeige beim Initialisieren der Gemini CLI von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/6923 * fix: Einstellungen im Folder-Vertrauen-Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7343 * fix(trust): Verweigere das Laden von Erweiterungen aus untrusted Workspaces von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7342 * Screen-Reader-Updates von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7307 * Fix(trust) - Deaktiviere Befehle aus untrusted Verzeichnissen, wenn useFolderTrust aktiviert ist von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7341 * docs(config): Dokumentation für die Struktur der Einstellungen aktualisieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7352 * Überspringe MCP-Serververbindungen in untrusted Ordnern von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7358 * feat: Pro Quota Dialog hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7094 * feat(cli): verwerfen redundante CLI-Flags von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7360 * Show Zitate am Ende jeder Runde von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7350 * fix(core): Behandle UTF16/32 BOM-Dateien als Text und dekodiere korrekt von @tayyab3245 in https://github.com/google-gemini/gemini-cli/pull/6081 * fix(trust): Update config.isTrustedFolder von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7373 * Fix rückwärtskompatibel für allowedTools -> tools.allowed von @werdnum in https://github.com/google-gemini/gemini-cli/pull/7384 * fix: Flash-Lite im Hinblick auf API-Standards hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/4652 * fix(a2a): Mutiere Argumente des 'replace'-Tools nicht in scheduleToolCalls von @vmiura in https://github.com/google-gemini/gemini-cli/pull/7369 * Fehlende `resolved` und `integrity` einiger Abhängigkeiten wiederherstellen und Integrität der Lockdatei überprüfen von @ljxfstorm in https://github.com/google-gemini/gemini-cli/pull/5336 * Fix Tastenkürzel-Fehler bei Enable-Befehl von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7382 * feat: Füge Flag `--session-summary` hinzu von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/7347 * Flag hinzufügen, um alle Erweiterungen zu aktualisieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7321 * fix(core): Berechtigungen für oauth_creds.json korrigieren von @xplo1t-sec in https://github.com/google-gemini/gemini-cli/pull/6662 * refactor(core): Wiederverwende computeNewContent in performAddMemoryEntry von @chen893 in https://github.com/google-gemini/gemini-cli/pull/6689 * feat(extension): Umgebungsvariablen in Erweiterungskonfiguration auflösen von @skal88 in https://github.com/google-gemini/gemini-cli/pull/7213 * fix(trust): Respektiere Folder-Vertrauenseinstellung beim Lesen von GEMINI.md von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7409 * fix(cli): Behalte Eingabe-Historie nach /clear-Befehl bei von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/5890 * feat(cli): Fuzzy-Matching für Befehlsvorschläge hinzufügen von @dracic in https://github.com/google-gemini/gemini-cli/pull/6633 * fix: Elternname in Bestätigung zum Trust-Ordner anzeigen von @hritan in https://github.com/google-gemini/gemini-cli/pull/7331 * refactor: redundanten 'undefined'-Typ oder '?' entfernen von @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2691 * Smart Edit Tool von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6823 * chore(dedup): Mock-Tools neu fixen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/7418 * Fix(Cli) - Gemini CLI-Neustart bei Ordner-Vertrauenseinstellungen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7413 * fix(workflows): Issue-Triage verbessern von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7449 * Update Issue Triage von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7469 * fix(diffstats): Diff-Statistik korrekt erfassen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7446 * Update gemini-automated-issue-triage.yml von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7486 * Fix doppelter LOC-Zähler, da diff_stat an mehreren Stellen übergeben wird von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/7483 * fix(auth): Fehler im Auth-Test beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7502 * fix(release) - Release-Fehler zu p0 machen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7514 * Allgemeine Einstellungen aus verschiedenen Konfigurationsquellen zusammenführen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/7528 * fix(int-tests): Fehlgeschlagene Integrationstests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7516 * aktualisieren(deps): genai sdk behandelt leeren GEMINI_API_KEY jetzt korrekt von @
Features
6. September 2025
## Was sich geändert hat * fix(ide): Polyfill-Import.meta.url für cjs-Build von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7279 * feat(cli) - Basisklasse zur Behandlung von Tokens, die in Dateien gespeichert sind, erstellt von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7240 * fix(process-utils): Ersetze wmic durch PowerShell für Windows-Prozess von @dracic in https://github.com/google-gemini/gemini-cli/pull/7087 * chore(release): v0.2.2 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7319 * fix(cli): Entferne Settings-Migrations-Console-Logs von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7325 * Verfeinerte Stream-Validierung, um unnötige Wiederholungen zu verhindern von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/7278 * bug(core): Gedanken entfernen beim Laden der Historie. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7167 * fix(settings/env): Sicherstellen, dass `loadEnvironment` immer mit Settings aufgerufen wird. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7313 * fix(logging): Log NodeJS-Version && Config.SessionID auf leseonly setzen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7219 * docs(contributing): Abschnitt zu Selbst-Zuweisung von Issues hinzufügen von @davideast in https://github.com/google-gemini/gemini-cli/pull/7243 * fix(trust): Ablehnen des Ladens von untrusted process.cwd()-Quellen; Tests hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7323 * MCP-Ladeindikator beim Initialisieren von Gemini CLI hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/6923 * fix: Einstellungen im Folder-Vertrauenseintrag von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7343 * fix(trust): Ablehnen des Ladens von Erweiterungen aus untrusted Workspaces von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7342 * Screen-Reader-Updates von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7307 * Fix(trust) - Befehle aus untrusted Verzeichnissen deaktivieren, wenn useFolderTrust aktiviert ist von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7341 * docs(config): Dokumentation zur Settings-Struktur aktualisieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7352 * MCP-Serververbindungen in untrusted Ordnern überspringen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7358 * feat: Pro Quota Dialog hinzufügen von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7094 * feat(cli): veraltete CLI-Flags deprecieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7360 * Show Zitate am Ende jeder Runde von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7350 * fix(core): UTF16/32 BOM-Dateien als Text behandeln und korrekt decodieren von @tayyab3245 in https://github.com/google-gemini/gemini-cli/pull/6081 * fix(trust): config.isTrustedFolder aktualisieren von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7373 * Fix Rückwärtskompatibilität für allowTools -> tools.allowed von @werdnum in https://github.com/google-gemini/gemini-cli/pull/7384 * fix: Flash Lite mit Blick auf API-Standards hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/4652 * fix(a2a): Mutieren der 'replace'-Tool-Argumente in scheduleToolCalls vermeiden von @vmiura in https://github.com/google-gemini/gemini-cli/pull/7369 * Fehlende `resolved` und `integrity` einiger Dependencies wiederherstellen und Prüfung der Lockfile-Integrität hinzufügen von @ljxfstorm in https://github.com/google-gemini/gemini-cli/pull/5336 * Enable-Command-Tippfehler korrigieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7382 * feat: Ein `--session-summary`-Flag hinzufügen von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/7347 * Flag zum Aktualisieren aller Extensions hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7321 * fix(core): Berechtigungen für oauth_creds.json korrigieren von @xplo1t-sec in https://github.com/google-gemini/gemini-cli/pull/6662 * refactor(core): computeNewContent wiederverwenden in performAddMemoryEntry von @chen893 in https://github.com/google-gemini/gemini-cli/pull/6689 * feat(extension): Umgebungsvariablen in Erweiterungskonfiguration auflösen von @skal88 in https://github.com/google-gemini/gemini-cli/pull/7213 * fix(trust): Respect Ordner-Vertrauenseinstellung beim Lesen von GEMINI.md von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7409 * fix(cli): Eingabeverlauf nach /clear-Befehl beibehalten von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/5890 * feat(cli): fuzzy Übereinstimmung für Befehlsvorschläge hinzufügen von @dracic in https://github.com/google-gemini/gemini-cli/pull/6633 * fix: Eltern-Namen in Bestätigung des Trust-Ordners anzeigen von @hritan in https://github.com/google-gemini/gemini-cli/pull/7331 * refactor: redundanter 'undefined'-Typ oder '?' entfernen von @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2691 * Smart Edit Tool von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6823 * chore(dedup): Mock-Tools-Neu-Fix von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/7418 * Fix(Cli) - Gemini CLI neu starten bei Änderungen der Folder-Vertrauenseinstellungen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7413 * fix(workflows): Issue-Triage verbessern von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7449 * Update Issue Triage von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7469 * fix(diffstats): Difff-Statistik korrekt erfassen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7446 * Update gemini-automated-issue-triage.yml von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7486 * Fix doppelte LOC-Zählung durch diff_stat an mehreren Stellen weitergegeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/7483 * fix(auth): Failing auth-Test beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7502 * fix(release) - Release-Fehler p0 machen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7514 * Allgemeine Einstellungen aus verschiedenen Konfigurationsquellen zusammenführen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/7528 * fix(int-tests): Fehlgeschlagene Integrationstests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7516 * update(deps): GenAI-SDK behandelt leeren GEMINI_API_KEY jetzt korrekt von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/
Features
4. September 2025
## Was sich geändert hat * fix(ide): polyfill import.meta.url für cjs-Build von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7279 * feat(cli) - Erzeuge Basisklasse zur Handhabung von Tokens, die in Dateien gespeichert sind, von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7240 * fix(process-utils): ersetze wmic durch PowerShell für Windows-Prozess von @dracic in https://github.com/google-gemini/gemini-cli/pull/7087 * chore(release): v0.2.2 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7319 * fix(cli): entferne Settings-Migrations-Konsole-Logs von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7325 * Verfeinere Stream-Validierung, um unnötige Wiederholungen zu verhindern von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/7278 * bug(core): Entferne Gedanken beim Laden der Historie. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/7167 * fix(settings/env): Stelle sicher, dass `loadEnvironment` immer mit Settings aufgerufen wird. von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7313 * fix(logging): Protokolliere NodeJS-Version && Set Config.SessionID auf readonly von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7219 * docs(contributing): füge Abschnitt zu Selbst-Zuweisung von Issues hinzu von @davideast in https://github.com/google-gemini/gemini-cli/pull/7243 * fix(trust): Weigere dich, aus untrusted process.cwd()-Quellen zu laden; Tests hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7323 * Add MCP-Ladesanzeige beim Initialisieren von Gemini CLI von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/6923 * fix: Einstellungen im Folder-Vertrauens-Hook von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7343 * fix(trust): Weigere dich, Erweiterungen aus untrusted Workspaces zu laden von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7342 * Screen-Reader-Updates von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7307 * Fix(trust) - Deaktiviere Befehle aus untrusted Verzeichnissen, wenn useFolderTrust aktiviert ist von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7341 * docs(config): Dokumentation zur Struktur der Einstellungen aktualisieren von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7352 * MCP-Serververbindungen in untrusted-Ordnern überspringen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7358 * feat: Füge Pro Quota Dialog hinzu von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/7094 * feat(cli): veraltete CLI-Flags deprecieren von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/7360 * Zeige Zitate am Ende jeder Runde an von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7350 * fix(core): Behandle UTF16/32 BOM-Dateien als Text und dekodiere korrekt von @tayyab3245 in https://github.com/google-gemini/gemini-cli/pull/6081 * fix(trust): Update config.isTrustedFolder von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7373 * Fix Rückwärtskompatibilität für allowedTools -> tools.allowed von @werdnum in https://github.com/google-gemini/gemini-cli/pull/7384 * fix: Flash-Lite im Hinblick auf API-Standards hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/4652 * fix(a2a): Mutiere Argumente des 'replace'-Tools in scheduleToolCalls nicht mehr von @vmiura in https://github.com/google-gemini/gemini-cli/pull/7369 * Fehlende `resolved` und `integrity` einiger Abhängigkeiten wiederherstellen und Prüfung der Lockfile-Integrität hinzufügen von @ljxfstorm in https://github.com/google-gemini/gemini-cli/pull/5336 * Fix Enable-Befehl-Tippfehler von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7382 * feat: Füge Flag `--session-summary` hinzu von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/7347 * Flag hinzufügen, um alle Extensions zu aktualisieren von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7321 * fix(core): Berechtigungen für oauth_creds.json korrigieren von @xplo1t-sec in https://github.com/google-gemini/gemini-cli/pull/6662 * refactor(core): Wiederverwenden von computeNewContent in performAddMemoryEntry von @chen893 in https://github.com/google-gemini/gemini-cli/pull/6689 * feat(extension): Umgebungsvariablen in Erweiterungskonfiguration auflösen von @skal88 in https://github.com/google-gemini/gemini-cli/pull/7213 * fix(trust): Respektiere Folder-Vertrauenseinstellung beim Lesen von GEMINI.md von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7409 * fix(cli): Eingaben-Historie nach /clear Befehl beibehalten von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/5890 * feat(cli): Führe fuzzy Matching für Befehlsvorschläge ein von @dracic in https://github.com/google-gemini/gemini-cli/pull/6633 * fix: Zeige Elternname in Bestätigung zum Vertrauensordner an von @hritan in https://github.com/google-gemini/gemini-cli/pull/7331 * refactor: Entferne redundanten 'undefined'-Typ oder '?' von @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2691 * Smart Edit Tool von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6823 * chore(dedup): Mock-Tools-Refix von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/7418 * Fix(Cli) - Neustart von Gemini CLI bei Änderungen der Folder-Vertrauenseinstellungen von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/7413 * fix(workflows): Issue-Triage verbessern von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7449 * Update Issue Triage von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7469 * fix(diffstats): Diff-Stats korrigieren, um die Edits korrekt zu erfassen von @kiranani in https://github.com/google-gemini/gemini-cli/pull/7446 * Update gemini-automated-issue-triage.yml von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/7486 * Fix doppelte LOC-Zählung, da diff_stat an mehreren Stellen übergeben wird von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/7483 * fix(auth): Failing Auth-Test beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7502 * fix(release) - Release-Fehler zu p0 machen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7514 * Allgemeine Einstellungen aus unterschiedlichen Konfigurationsquellen zusammenführen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/7528 * fix(int-tests): Fehlgeschlagene Integrations-Tests beheben von @galz10 in https://github.com/google-gemini/gemini-cli/pull/7516 * update(de
Features
4. September 2025
## Was sich geändert hat * fix(core): Überspringe Loop-Check für Dividers von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6893 * fix(cli): Gemini-Befehl hängt sich in Git Bash fest von @dumbbellcode in https://github.com/google-gemini/gemini-cli/pull/6397 * Update-Anweisungen zum Patchen eines Releases von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6871 * feat(core): Verteile Dateiliste-Muster zwischen Glob- und Grep-Tools von @Han5991 in https://github.com/google-gemini/gemini-cli/pull/6359 * fix(cli): Verbesserte Proxy-Test-Isolation und Sandbox-Pfadauflösung von @kookyleo in https://github.com/google-gemini/gemini-cli/pull/6555 * Support JSON-Schema-Formate mit ajv-formats von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6949 * Füge `.prettierignore`-Datei hinzu von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/6914 * add(OTel): Füge OTel-Logging für MalformedJsonEvent von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6912 * Einführung von Systemstandards (vs Systemüberschreibungen) von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6724 * chore(test): Installieren und Konfigurieren des vitest-eslint-Plugins von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3228 * [extensions] Installationsbefehl zur Extension-Verwaltung hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6703 * [extensions] Deinstallationsbefehl für Extensions hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6877 * Zeige Fehler statt Abbruch, wenn Modell den Tool-Aufruf fehlschlägt von @as-cii in https://github.com/google-gemini/gemini-cli/pull/7005 * fix: nicht ausgerichtete rechte Grenze in Tool-Aufruf-UI und Abstände in UI mit mehreren Tool-Aufrufen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6941 * [extensions] Add extensions list command von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6879 * refactor(ide): Verbesserung der IDE-Erkennung durch Discovery von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6765 * fix(keyboard): Implementiere Tab- und Backspace-Verarbeitung für Kitty Protocol von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7006 * [extensions] Add extensions update command von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6878 * Logge Yolo-Modus + Anzahl der Züge von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/6055 * feat(telemetry): Füge E-Mail zum Telemetrie-Eingabeaufforderung hinzu von @steventohme in https://github.com/google-gemini/gemini-cli/pull/6339 * chore: konsistent Import von Node-Modulen mit Präfix von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3013 * feat: Aktualisiere GitHub-Workflow-Konfigurationen von @jerop in https://github.com/google-gemini/gemini-cli/pull/7004 * feat(ide): Erlaube Installation von Firebase Studio jetzt, da FS VsCode aktualisiert hat von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/7027 * refactor(cli): Verbesserung der Kitty-Keycode-Verarbeitung und Tests von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7046 * fix(telemetry): Aktualisiere Logger-Tests, um Feld für Benutzer-E-Mail zu handhaben von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/7050 * feat: Füge golden Snapshot-Test für ToolGroupMessage hinzu und verbessere Erfolgs-Symbol von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/7037 * Explizite Im- und Exporte mit `type`-Modifikator von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3774 * unused deps von @yoshi-taka in https://github.com/google-gemini/gemini-cli/pull/4732 * Sitzung-ID-Logging für nicht-interaktive Sitzungen im Debug-Modus von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/7032 * fix(core): explizites Denken in Flash-Lite-Modellen ermöglichen von @ei-grad in https://github.com/google-gemini/gemini-cli/pull/3033 * Revert "feat: explicit license selection and status visibility (#6751)" von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7057 * fix(ci): Release-Branches dürfen laufen von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7060 * chore: entferne CLI-Flags `all_files` und `show_memory_usage` von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/7059 * fix: drei flaky Tests beheben von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/7058 * feat: YOLO- und AUTO_EDIT-Modi für untrusted folders deaktivieren von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7041 * fix(ide): störenden Fehlerlog entfernen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7066 * [extensions] Erstes Set Extension-Variablen hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7035 * Behandle undefined wie true für isTrustedFolder von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7073 * Fix(command): Zeilen-/Blockkommentare fälschlich als Slash-Commands geparst von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/6957 * Nicht-nextSpeakerCheck aufrufen, wenn Stream-Verarbeitung Fehler hatte. von @silviojr in https://github.com/google-gemini/gemini-cli/pull/7048 * Standardisiere Exit-Codes von @scidomino in https://github.com/google-gemini/gemini-cli/pull/7055 * Downgrade branch_protection auf `log` von @markmcd in https://github.com/google-gemini/gemini-cli/pull/2934 * [extensions] Disable-Command hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7001 * chore: Formatierungen & Imports von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/7030 * chore: unused deps von @yoshi-taka in https://github.com/google-gemini/gemini-cli/pull/7109 * Add extensions enable command von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/7042 * feat(mcp): ODIC-Fallback zur OAuth-Metadaten-Suche hinzufügen von @xiaoheh in https://github.com/google-gemini/gemini-cli/pull/6863 * feat(cli): Füge --allowed-tools-Flag hinzu, um Tool-Bestätigung zu umgehen (#2417) von @werdnum in https://github.com/google-gemini/gemini-cli/pull/6453 * Config in ToolConfirmationMessage optional machen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/7083 * Sicherstellen, dass ein Strictly Alternating Message History verwendet wird von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6995 * fix(#6392): Latest-Prompt wird neu geladen, wenn persistenter Prozess endet von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/6857 * Nutzungsdetails zu /tools-Befehl hinzugefügt von @ps
Features
4. September 2025
## Geändert * Hotfix für Issue #7730 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7739 **Voller Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.3.0...v0.3.1
Features
4. September 2025
## Was sich geändert hat * feat: aktualisiere .gitignore in /setup-github von @jerop in https://github.com/google-gemini/gemini-cli/pull/6591 * Refac: Zentralisiere Speichermanagement von Dateien von @y-okt in https://github.com/google-gemini/gemini-cli/pull/4078 * Update README.md von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6603 * feat: füge dependabot-Konfiguration hinzu von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6604 * Ignore workspace settings for untrusted folders von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6606 * Add permissions specs to token generation. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6595 * docs: Aktualisiere Tastenkombinationen für Eingabebereinigung-Funktionalität von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/6627 * chore(deps)(deps): aktualisiere google-github-actions/run-gemini-cli von 0.1.10 auf 0.1.11 von @dependabot[bot] in https://github.com/google-gemini/gemini-cli/pull/6614 * Änderungen zum Hinzufügen der MCP-Werkzeuganzahl und MCP-Werkzeugname als Dimension von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/6631 * test(logging): Füge Tests für Standard-Logfelder hinzu von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6583 * Formatierungsfehler in README.md korrigiert von @aaabramov in https://github.com/google-gemini/gemini-cli/pull/6621 * feat(release): aktualisiere Release-Prozess für Nightly- und Preview-Builds von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6643 * Füge Enterprise-Einstellungen-Dokumentation hinzu von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6076 * fix: Tippfehler in readme von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6669 * fix: Copy-Befehl bleibt hängen von @hritan in https://github.com/google-gemini/gemini-cli/pull/6482 * Rückgängig: "Ignore workspace settings for untrusted folders" von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6672 * Beheben von Race-Bedingungen beim At-Befehl von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6663 * Gib die JSON-Stringify-Parameter von getDescription für MCP-Tools und entdeckte Tools zurück von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/6655 * fix: Tippfehler/Grammatik in Roadmap von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6675 * feat(core): Behandle Sonderzeichen in Dateisuche-Pfaden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6680 * feat(ide ext): Schreibe Arbeitsverzeichnis-Pfad in Port-Datei von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6659 * feat(ide): verbessere IDE-Installations-UX und Feedback von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6677 * Beschränke Dependabot-PRs auf Sicherheitsupdates von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6657 * Entferne unnötigen FileErrorType. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6697 * Entferne ungenutztes Attribut von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6661 * test(integration): füge fehlschlagenden Test für stdin-Kontext mit Prompt hinzu von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/6158 * Füge Integrationstest hinzu, um Weiterleitung von Umgebungsvariablen zu bestätigen. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6696 * (fix): Ändere kaputte Emojis von @bonggwan in https://github.com/google-gemini/gemini-cli/pull/6725 * feat(mcp-client): Behandle 401-Fehler für httpUrl von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6640 * fix(core): Vermeide Fehlerbehandlung bei abgebrochenen Anfragen, um Absturz zu verhindern von @pwrwpw in https://github.com/google-gemini/gemini-cli/pull/6039 * fix(metrics): Numerische Metriken nicht in Strings konvertieren von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6701 * Erzwinge Neustart bei Vertrauensebene-Wechsel, um Einstellungen neu zu laden von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6713 * feat(cli): Eingabe-Abschluss-Abfrage von @3ks in https://github.com/google-gemini/gemini-cli/pull/4691 * Schnelle Lösung für Enterprise-Dokumente von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6753 * Behebe Statistik-Anzeige-Layout von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6758 * chore(lint config): füge test-utils zur eslint-Konfiguration hinzu von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/6768 * perf(core): parallele Speicher-Ermittlung Dateizugriffe Leistungsgewinn von @mag123c in https://github.com/google-gemini/gemini-cli/pull/5751 * At Command Race Condition Bugfix für Nicht-Interaktiven Modus von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6676 * fix: zusätzliche Textausgabe im Gemini-Output für Dedup-Workflow von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6771 * feat(core): Markiere verbleibende Fehlerpfade in Tools mit Typen von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6699 * Unterstütze IDE-Verbindungen via stdio MCP von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6417 * fix(docs): Pfad zu Chat-Checkpoints im Manual von @rfabbri in https://github.com/google-gemini/gemini-cli/pull/6303 * Einführung erster Bildschirmleser-Modus-Handhabung und Flag von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6653 * feat(settings) Bearbeite String-Einstellungen. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6732 * Wiederverwenden CoreToolScheduler für nonInteractiveToolExecutor von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6714 * test(integration-tests): isoliere Benutzer-Speicher von Testläufen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6790 * fix(ide): Fokus beibehalten beim Anzeigen von Diff-Ansicht von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6795 * fix(console): Debug-Icon-Darstellung im "Debug Console" Box korrigiert von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/6737 * fix: Ctrl+E springt zum Ende der aktuellen Zeile, nicht zum Ende des Puffers von @mkusaka in https://github.com/google-gemini/gemini-cli/pull/6729 * Fix(grep): Speicherüberlauf bei grep-Suche und Erweiterung der Testabdeckung von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5911 * feat(search): Option zum Deaktivieren der fuzzy Suche hinzufügen von @brychanrobot in https://github.com/google
Features
3. September 2025
## Was ist geändert * feat: aktualisiere .gitignore in /setup-github von @jerop in https://github.com/google-gemini/gemini-cli/pull/6591 * Refac: Zentralisiere Speicher-Dateiverwaltung von @y-okt in https://github.com/google-gemini/gemini-cli/pull/4078 * Update README.md von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6603 * feat: füge Dependabot-Konfiguration hinzu von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6604 * Ignoriere Workspace-Einstellungen für untrusted folders von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6606 * Füge Berechtigungs-Spezifikationen zur Token-Generierung hinzu. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6595 * docs: Aktualisiere Tastenkombinationen für die Funktion zum Löschen von Eingaben von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/6627 * chore(deps)(deps): aktualisiere google-github-actions/run-gemini-cli von 0.1.10 auf 0.1.11 von @dependabot[bot] in https://github.com/google-gemini/gemini-cli/pull/6614 * Änderungen zum Hinzufügen der MCP-Werkzeug-Anzahl und MCP-Werkzeug-Name als Dimension von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/6631 * test(logging): Füge Tests für standardmäßige Log-Felder hinzu von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6583 * Formatierung in README.md korrigiert von @aaabramov in https://github.com/google-gemini/gemini-cli/pull/6621 * feat(release): aktualisiere Release-Prozess für Nightly- und Preview-Builds von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6643 * Füge Enterprise-Einstellungen-Dokumentation hinzu von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6076 * fix: Tippfehler in readme von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6669 * fix: Copy-Befehl hängt fest von @hritan in https://github.com/google-gemini/gemini-cli/pull/6482 * Revertiere "Ignore workspace settings for untrusted folders" von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6672 * Behebe Race Condition beim At-Befehl von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6663 * gib die JSON-Stringified-Parameter von getDescription für MCP- und Gefundene Tools zurück von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/6655 * fix: Rechtschreibung/Grammatik in Roadmap von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6675 * feat(core): Behandle Sonderzeichen in Dateisuche-Pfaden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6680 * feat(ide ext): Schreibe Arbeitsverzeichnis-Pfad in Port-Datei von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6659 * feat(ide): verbessere UX und Feedback der IDE-Installation von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6677 * Begrenze Dependabot-PRs auf Sicherheitsaktualisierungen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6657 * Entferne unnötigen FileErrorType. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6697 * Entferne ungenutztes Attribut von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6661 * test(integration): füge fehlgeschlagenen Test für stdin-Kontext mit Prompt hinzu von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/6158 * Füge Integrationstest hinzu, um Weitergabe von Environment-Variablen zu bestätigen. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6696 * (fix): Ändere zerbrochene Emojis von @bonggwan in https://github.com/google-gemini/gemini-cli/pull/6725 * feat(mcp-client): Behandle 401-Fehler für httpUrl von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6640 * fix(core): vermeide Fehlerbehandlung bei Abbruch-Anfragen, um Absturz zu verhindern von @pwrwpw in https://github.com/google-gemini/gemini-cli/pull/6039 * fix(metrics): Numerical Metrics nicht in Strings konvertieren von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6701 * Erzwinge Neustart bei Vertrauensebene-Wechsel zum Neuladen der Einstellungen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6713 * feat(cli): Prompt-Vervollständigung von @3ks in https://github.com/google-gemini/gemini-cli/pull/4691 * Schnelle Lösung für Enterprise-Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6753 * Fix Stats-Anzeige-Layout von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6758 * chore(lint config): Füge test-utils zur ESLint-Konfiguration hinzu von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/6768 * perf(core): parallele Speicher-Ermittlungs-Datei-Operationen Leistungsgewinn von @mag123c in https://github.com/google-gemini/gemini-cli/pull/5751 * At Command Race Condition Bugfix für Nicht-Interaktive Modus von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6676 * fix: Behandlung von zusätzlichem Text in Gemini-Ausgabe für Dedup-Workflow von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6771 * feat(core): Annotate verbleibende Fehlerpfade in Tools mit Typ von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6699 * Support IDE-Verbindungen via stdio MCP von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6417 * fix(docs): Pfad von Chat-Punkten in Handbuch von @rfabbri in https://github.com/google-gemini/gemini-cli/pull/6303 * Einführung eines ersten Screen-Reader-Modus-Handles und Flag von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6653 * feat(settings) Bearbeiten von String-Einstellungen unterstützen. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6732 * Wiederverwendung CoreToolScheduler für nonInteractiveToolExecutor von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6714 * test(integration-tests): isoliere Benutzerspeicher von Testläufen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6790 * fix(ide): Fokus beibehalten beim Anzeigen der Diff-Ansicht von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6795 * fix(console): Debug-Icon-Darstellung im "Debug Console" Box korrigiert von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/6737 * fix: Ctrl+E springt zum Ende der aktuellen Zeile statt zum Ende des Puffers von @mkusaka in https://github.com/google-gemini/gemini-cli/pull/6729 * Fix(grep): Speicherüberlauf bei grep-Suche und Erweiterung der Testabdeckung von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5911 * feat(search): Option zum Deaktivieren der fuzzy-Suche hinzufügen von @brychanrobot in https://
Features
2. September 2025
## Was geändert * feat: .gitignore in /setup-github aktualisieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/6591 * Refac: Zentrale Speicherdatei-Verwaltung von @y-okt in https://github.com/google-gemini/gemini-cli/pull/4078 * Update README.md von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6603 * feat: Dependabot-Konfiguration hinzufügen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6604 * Ignore Workspace-Einstellungen für untrusted folders von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6606 * Add permissions specs to token generation. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6595 * docs: Aktualisiere Tastenkombinationen für Eingabebereinigung-Funktionalität von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/6627 * chore(deps)(deps): google-github-actions/run-gemini-cli von 0.1.10 auf 0.1.11 aktualisieren von @dependabot[bot] in https://github.com/google-gemini/gemini-cli/pull/6614 * Änderungen, um MCP-Werkzeuganzahl und MCP-Werkzeugname als Dimension hinzuzufügen von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/6631 * test(logging): Tests für Standard-Logfelder hinzufügen von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6583 * Formatierung in README.md korrigieren von @aaabramov in https://github.com/google-gemini/gemini-cli/pull/6621 * feat(release): Release-Prozess für Nightly- und Preview-Builds aktualisieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6643 * Enterprise-Einstellungen-Dokumentation hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6076 * fix: Tippfehler in readme von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6669 * fix: Copy-Befehl bleibt hängen von @hritan in https://github.com/google-gemini/gemini-cli/pull/6482 * Revert "Ignore workspace settings for untrusted folders" von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6672 * Behebung von Race-Bedingungen beim At-Befehl von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6663 * Gib die JSON-Stringified-Parameter von getDescription für MCP-Werkzeuge und gefundene Werkzeuge zurück von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/6655 * fix: Tippfehler/Grammatik in Roadmap von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6675 * feat(core): Sonderzeichen in Dateisuche-Pfaden behandeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6680 * feat(ide ext): Arbeitsbereichspfad in Port-Datei schreiben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6659 * feat(ide): UX und Feedback bei IDE-Installation verbessern von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6677 * Limitiere Dependabot-PRs auf Sicherheitsupdates von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6657 * Entferne unnötigen FileErrorType. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6697 * Entferne ungenutztes Attribut von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6661 * test(integration): füge scheiternden Test für stdin-Kontext mit Prompt hinzu von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/6158 * Füge Integrationstest hinzu, um Umgebungsvariablen-Propagation zu bestätigen. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6696 * (fix): Veränderte Emojis von @bonggwan in https://github.com/google-gemini/gemini-cli/pull/6725 * feat(mcp-client): Behandle 401-Fehler für httpUrl von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6640 * fix(core): vermeide Fehlerbehandlung bei abgebrochenen Anfragen, um Absturz zu verhindern von @pwrwpw in https://github.com/google-gemini/gemini-cli/pull/6039 * fix(metrics): Numerische Metriken nicht in Strings konvertieren von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6701 * Erzwinge Neustart bei Vertrauensebene-Änderung, um Einstellungen neu zu laden von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6713 * feat(cli): Aufforderungsvorhersage vervollständigen von @3ks in https://github.com/google-gemini/gemini-cli/pull/4691 * Schnelle Lösung für Enterprise-Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6753 * Fix Statistika-Layout der Anzeige von von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6758 * chore(lint config): test-utils zur eslint-Konfiguration hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/6768 * perf(core): parallele Speicher-Ermittlung von Dateifunktionen Leistungsgewinn von @mag123c in https://github.com/google-gemini/gemini-cli/pull/5751 * At Command Race Condition Bugfix Für Nicht-Interaktiven Modus von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6676 * fix: zusätzlichen Text in Gemini-Ausgabe für Dedup-Workflow behandeln von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6771 * feat(core): Restliche Fehlerpfade in Tools mit Typ annotieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6699 * Support IDE-Verbindungen über stdio MCP von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6417 * fix(docs): Pfad zu Chat-Checkpoints im Handbuch von @rfabbri in https://github.com/google-gemini/gemini-cli/pull/6303 * Einführung erster Screen-Reader-Modus-Verarbeitung und Flag von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6653 * feat(settings) Bearbeiten von String-Einstellungen unterstützen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6732 * Wiederverwenden CoreToolScheduler für nonInteractiveToolExecutor von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6714 * test(integration-tests): isoliere Benutzerspeicher von Testläufen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6790 * fix(ide): Fokus speichern beim Anzeigen von Diff-Ansicht von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6795 * fix(console): Debug-Symboldarstellung im "Debug Console" Box korrigieren von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/6737 * fix: Strg+E sollte zum Ende der aktuellen Zeile springen, nicht zum Ende des Puffers von @mkusaka in https://github.com/google-gemini/gemini-cli/pull/6729 * Fix(grep): Speicherüberlauf bei grep-Suche und Erweiterung der Testabdeckung von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5911 * feat(search): Option zum Deaktivieren der Fuzzy-Suche hinzufügen von @brychanrobot in https://github.com/google-gemini/gemini-cli/pull/6510 * feat: Programmi
Features
28. August 2025
## Was sich geändert hat * feat: aktualisiere .gitignore in /setup-github von @jerop in https://github.com/google-gemini/gemini-cli/pull/6591 * Refac: Zentralisiere Verwaltung von Speicherdateien von @y-okt in https://github.com/google-gemini/gemini-cli/pull/4078 * Update README.md von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6603 * feat: füge Dependabot-Konfiguration hinzu von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6604 * Ignoriere Workspace-Einstellungen für untrusted folders von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6606 * Füge Berechtigungs-Spezifikationen zur Token-Generierung hinzu. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6595 * docs: Aktualisiere Tastenkombinationen für die Funktion zum Leeren von Eingaben von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/6627 * chore(deps)(deps): Erhöhe google-github-actions/run-gemini-cli von 0.1.10 auf 0.1.11 von @dependabot[bot] in https://github.com/google-gemini/gemini-cli/pull/6614 * Änderungen, um MCP-Werkzeuganzahl und MCP-Werkzeugname als Dimension hinzuzufügen von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/6631 * test(logging): Füge Tests für Standard-Log-Felder hinzu von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6583 * Formatierung in README.md korrigiert von @aaabramov in https://github.com/google-gemini/gemini-cli/pull/6621 * feat(release): aktualisiere Release-Prozess für nightly- und preview-Builds von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6643 * Füge Enterprise-Einstellungen-Dokumentation hinzu von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6076 * fix: Schreibfehler in readme von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6669 * fix: Copy-Befehl blockiert den Ablauf von https://github.com/google-gemini/gemini-cli/pull/6482 * Revertiere "Ignore workspace settings for untrusted folders" von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6672 * Behebe Race Condition beim At-Befehl von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6663 * Gib die JSON-Stringify-Parameter aus getDescription für MCP-Tools und entdeckte Tools zurück von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/6655 * fix: Tippfehler/Grammatik in Roadmap von @bravetux in https://github.com/google-gemini/gemini-cli/pull/6675 * feat(core): Behandle Sonderzeichen in Dateisuche-Pfaden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6680 * feat(ide ext): Schreibe Arbeitsverzeichnis-Pfad in Port-Datei von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6659 * feat(ide): verbessere UX bei IDE-Installation und Feedback von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6677 * Begrenze Dependabot-PRs auf Sicherheitsupdates von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6657 * Entferne unnötigen FileErrorType. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6697 * Entferne ungenutztes Attribut von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6661 * test(integration): füge fehlschlagenden Test für stdin-Kontext mit Prompt hinzu von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/6158 * Füge Integrationstest hinzu, um Weiterleitung von Umgebungsvariablen zu bestätigen. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6696 * (fix): Ändere kaputte Emojis von @bonggwan in https://github.com/google-gemini/gemini-cli/pull/6725 * feat(mcp-client): Behandle 401-Fehler für httpUrl von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6640 * fix(core): Fehlerbehandlung bei abgebrochenen Anfragen vermeiden, um Absturz zu verhindern von @pwrwpw in https://github.com/google-gemini/gemini-cli/pull/6039 * fix(metrics): Numerische Metriken nicht in Strings umwandeln von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6701 * Erzwinge Neustart bei Vertrauensebene-Wechsel zum Neuladen der Einstellungen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6713 * feat(cli): Aufforderungsvorhersage vervollständigen von @3ks in https://github.com/google-gemini/gemini-cli/pull/4691 * Schnelle Lösung für Enterprise-Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6753 * Fix Stats-Anzeigelayout von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6758 * chore(lint config): führe test-utils in ESLint-Konfig ein von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/6768 * perf(core): parallele Ermittlung von Speicher-Datei-Operationen Leistungsgewinn von @mag123c in https://github.com/google-gemini/gemini-cli/pull/5751 * At Command Race Condition Bugfix For Non-Interactive Mode von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6676 * fix: zusätzliche Textausgabe im Gemini-Output für dedup Workflow von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6771 * feat(core): Vermerke verbleibende Fehlerpfade in Tools mit Typ von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6699 * Unterstütze IDE-Verbindungen über stdio MCP von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6417 * fix(docs): Pfad zu Chat-Punkten im Handbuch von @rfabbri in https://github.com/google-gemini/gemini-cli/pull/6303 * Einführung erster Bildschirmleser-Modus-Behandlung und Flag von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6653 * feat(settings) Unterstützung zum Bearbeiten von String-Einstellungen von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6732 * Wiederverwenden CoreToolScheduler für nonInteractiveToolExecutor von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6714 * test(integration-tests): isoliere Benutzerspeicher von Testläufen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6790 * fix(ide): Fokus beibehalten beim Anzeigen von Differenzen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6795 * fix(console): Debug-Icon-Darstellung im "Debug Console" Box beheben von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/6737 * fix: Strg+E bewegt zur aktuellen Zeile Ende, nicht zum Buffer-Ende von @mkusaka in https://github.com/google-gemini/gemini-cli/pull/6729 * Fix(grep): Speicherüberlauf bei grep-Suche und Erweiterung der Testabdeckung von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5911 * feat(search): Option zum Deaktivieren der fuzzy Suche hinzufügen von @brychanrobot in https://
Features
28. August 2025
## Was sich geändert hat * Merge #6677 in den Release-Branch für Hotfix. von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6850 * chore(release): v0.2.0-preview.2 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6868 * Hotfix/retry stream aus PR #6777 (retry stream) von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6881 * Zed Preview Patches von @ConradIrwin in https://github.com/google-gemini/gemini-cli/pull/7036 * cherrypick Workflow-Fixes in den Preview-Release-Branch von @jerop in https://github.com/google-gemini/gemini-cli/pull/7052 * fix(keyboard): Implementiere Tab- und Backspace-Behandlung für Kitty Protocol (#7006) (Cherry-pick) von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7051 * fix(ci): Release-Branches zur Ausführung zulassen (#7060) von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7061 * [cherrypic][hotfix] Do not call nextSpeakerCheck im Falle eines API-Fehlers von @silviojr in https://github.com/google-gemini/gemini-cli/pull/7140 * Hotfix/metrics stream error von @silviojr in https://github.com/google-gemini/gemini-cli/pull/7156 * Fix Sandbox npm-Befehl von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7176 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.3.0-preview.1...v0.2.2
Features
27. August 2025
## Was sich geändert hat * fix(docs): aktualisiere Authentifizierungsdokumentation, um verfügbare Optionen widerzuspiegeln von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6361 * Read and write files through Zed by @ConradIrwin in https://github.com/google-gemini/gemini-cli/pull/6169 * fix(tools): Behandle Sonderzeichen in Dateipfaden für glob und read_many_files von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6507 * feat(sessions): Einführung des core ChatRecordingService zur automatischen Konversationsspeicherung von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/5221 * feat(settings): Erweiterung der Settings-Verwaltung mit generischem Setter und Anzeige hel… von @ali-aljufairi in https://github.com/google-gemini/gemini-cli/pull/6202 * fix(settings) : Deaktivieren der Anzeige von Statics im Dialog von @ali-aljufairi in https://github.com/google-gemini/gemini-cli/pull/5998 * Änderungen, um tool_type als Dimension hinzuzufügen von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/6538 * fix: sicherstellen konsistentes Theme-Verhalten zwischen lokalen und CI-Testläufen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6358 * feat: FILE-Änderungsverfolgung zu Session-Metriken hinzufügen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6094 * fix: Privatsphäre-Einstellungen-Hook und Tests hinzufügen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6360 * feat(ui): Implementierung einer Message-Warteschlange während Streaming-Antworten von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/6049 * feat: Zeige /ide-Unterbefehle basierend auf Verbindungsstatus statt IDE-Modus-Boolean an von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6496 * feat: Füge IDE-Client zu /bug & /about hinzu, wenn IDE-Modus aktiviert ist von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6567 * feat: MCP-Server neu starten bei /mcp-Refresh von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/5479 * fix(#5605): .env-Datei wird geladen, nachdem Einstellungen geparst wurden von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/6494 * Logge alle Sitzungs-Metadaten von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6423 * fix(core): Hardere Caching von Benutzerkonten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/6501 * Entferne Prüfung einer Bedingung nur zum Logging von @anj-s in https://github.com/google-gemini/gemini-cli/pull/6503 * Behebe lokalisationsspezifisches Datumsformat-Problem in environmentContext.ts von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5889 * fix(ide): Bug beheben, dass Companion-Erweiterung unter Windows nicht korrekt installiert wurde von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6576 * fix(paste) Falsche Handhabung von \\\n in Pastes von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6532 * feat(core): Aufräumen nach Migration der Tools von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6199 * feat(ui): füge `hideFooter`-Einstellung hinzu, um Footer aus UI auszublenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/6505 * docs: Aktualisiere MCP-Servers-Konfigurationsdokumentation von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6556 * Entferne unnötige promiuse-Nutzung. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6585 * feat(core): Refactor der Shell-Ausführung zur Verwendung von node-pty von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6491 * Hole ToolRegistry aus der Konfiguration, statt es zu übergeben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6592 * update(opentelemetry): Upgrade der OTel-Abhängigkeiten von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6540 * feat(core): SkipNextSpeakerCheck-Einstellung hinzufügen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6589 * fix: erneute Authentifizierung mit einem anderen Google-Konto zulassen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6544 * fix(ide): IDE-Prozess korrekt identifizieren, wenn aus dem Terminal gestartet von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6566 * Behebe IDE Companion-Verbindung in Proxy-Umgebungen von @Blackoutta in https://github.com/google-gemini/gemini-cli/pull/6308 * feat: automatische Freigabe kompatibler ausstehender Tools, wenn Always-Allow ausgewählt ist von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6519 * Aktualisiere Shell-Service-Integrationstests von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6598 * Merge #6677 in Release-Branch für Hotfix von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6850 * chore(release): v0.2.0-preview.2 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6868 * Hotfix/retry stream von PR #6777 (retry stream) von @silviojr in https://github.com/google-gemini/gemini-cli/pull/6881 * Zed-Preview-Patches von @ConradIrwin in https://github.com/google-gemini/gemini-cli/pull/7036 * Cherrypick-Workflow-Fehlerbehebungen in die Preview-Veröffentlichungs-Branch von @jerop in https://github.com/google-gemini/gemini-cli/pull/7052 * fix(keyboard): Tab- und Backspace-Behandlung für Kitty-Protokoll implementieren (#7006) (Cherry-pick) von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/7051 * fix(ci): Release-Branches dürfen laufen (#7060) von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/7061 * [cherrypic][hotfix] Nicht-nextSpeakerCheck bei API-Fehler aufrufen von @silviojr in https://github.com/google-gemini/gemini-cli/pull/7140 * Hotfix/metrics stream-Fehler von @silviojr in https://github.com/google-gemini/gemini-cli/pull/7156 * Behebe Sandbox-npm-Befehl von @skeshive in https://github.com/google-gemini/gemini-cli/pull/7176 ## Neue Mitwirkende * @bl-ue hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/5221 * @Blackoutta hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6308 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.1.22...v0.2.0
Features
23. August 2025
## Was sich geändert hat * test(integration-tests): isolieren Sie den Benutzerspeicher von Testläufen durch @galz10 in https://github.com/google-gemini/gemini-cli/pull/6790 * fix(ide): Fokus beibehalten beim Anzeigen der Diff-Ansicht durch @skeshive in https://github.com/google-gemini/gemini-cli/pull/6795 * fix(console): Rendern des Debug-Symbols im "Debug Console"-Box korrigieren durch @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/6737 * fix: Ctrl+E soll zum Ende der aktuellen Zeile gehen, nicht zum Ende des Puffers durch @mkusaka in https://github.com/google-gemini/gemini-cli/pull/6729 * Fix(grep): Speicherüberlauf in der grep-Suche und Erweiterung der Testabdeckung durch @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5911 * feat(search): Option zum Deaktivieren der Fuzzy-Suche hinzufügen durch @brychanrobot in https://github.com/google-gemini/gemini-cli/pull/6510 * feat: Programmiersprache zu CLI-Ereignissen hinzufügen durch @nandakishorereddy-chundi in https://github.com/google-gemini/gemini-cli/pull/6071 * fix(tools): Am Ende einer Dateiliste-Marker zum ReadManyFilesTool hinzufügen durch @vmiura in https://github.com/google-gemini/gemini-cli/pull/5967 * fix(checkpointing): Fehlerbehandlung und Meldungen für Git-Probleme verbessern durch @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6801 * fix(cli): stdin-Verarbeitung verbessern und initialen Zustand prüfen durch @lifefloating in https://github.com/google-gemini/gemini-cli/pull/6747 * fix(core): Zitat-Markierungen falsch platziert in Suchergebnissen, die Mehrbyte-Zeichen enthalten, durch @pokutuna in https://github.com/google-gemini/gemini-cli/pull/5956 * fix invalid json in workflow settings durch @jerop in https://github.com/google-gemini/gemini-cli/pull/6831 * fix(copyCommand): freundlichere Fehlermeldungen für `/copy`-Befehl durch @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/6723 * fix(core): Textinhalt mehrteiliger Texte korrekt konsolidieren durch @thisisrick25 in https://github.com/google-gemini/gemini-cli/pull/6235 * feat(mcp): Verbesserung der MCP-Eingabeparameter-Analyse durch @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/6779 * bug(core): Fix für Bearbeitungen mit "keine Änderungen". durch @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6836 * fix(editors): Neovim schließt sich beim Verwenden von `modify with editor`; durch @redoxahmii in https://github.com/google-gemini/gemini-cli/pull/5337 * feat(mcp): MCP-Anforderung mit Fehler protokollieren durch @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6778 * fix(release): Fallback auf github.sha, wenn ref nicht angegeben ist durch @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6862 * feat: explizite Lizenz-Auswahl und Sichtbarkeit des Status hinzufügen durch @JeongJaeSoon in https://github.com/google-gemini/gemini-cli/pull/6751 * Retry Message Stream bei leeren Chunks durch @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6777 * feat(cli): Themes als Dateipfade spezifizieren zulassen durch @santhoshkumarCodes in https://github.com/google-gemini/gemini-cli/pull/6828 * feat(ci): Selbst-Zuweisungs-Workflow für Issues hinzufügen durch @davideast in https://github.com/google-gemini/gemini-cli/pull/6840 * Logge alle Teile einer Streaming-Antwort durch @silviojr in https://github.com/google-gemini/gemini-cli/pull/6855 * Unterstütze alle Content-Typen in Prompts von Zed durch @agu-z in https://github.com/google-gemini/gemini-cli/pull/6756 * Fixe Absturz beim Auftreten eines enthaltenen Verzeichnisses, das nicht existiert durch @gbbosak in https://github.com/google-gemini/gemini-cli/pull/6497 * Ändere den Typ von ToolResult.responseParts durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/6875 * fix(cli): Unterstütze Sonderzeichen im Sandbox-Profilpfad durch @georgesmith46 in https://github.com/google-gemini/gemini-cli/pull/2038 * Metriken für Retries bei Inhaltsfehlern durch @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6870 * Filtere Teile vor dem Passieren an CountToken durch @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/6859 * Unterstützung für Debug-Logging von Tastendrücken zum Untersuchen von #6227 durch @deepankarsharma in https://github.com/google-gemini/gemini-cli/pull/6844 * fix: Spaltenbreite und Abstände des Slash-Befehl-Verwaltungs-Menüs korrigieren durch @naaa760 in https://github.com/google-gemini/gemini-cli/pull/5797 ## Neue Mitwirkende * @mkusaka hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6729 * @nandakishorereddy-chundi hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6071 * @vmiura hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/5967 * @pokutuna hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/5956 * @thisisrick25 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6235 * @redoxahmii hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/5337 * @JeongJaeSoon hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6751 * @gbbosak hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/6497 * @georgesmith46 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2038 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.3.0-nightly.20250822.15c62bad...v0.3.0-nightly.20250823.1a89d185
Features
22. August 2025
## Was sich geändert hat * test(integration): hinzugefügt fehlschlagender Test für stdin-Kontext mit Prompt von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/6158 * Integrationstest hinzugefügt zur Bestätigung der Weitergabe von Umgebungsvariablen. von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6696 * (fix): Brüche Emojis korrigiert von @bonggwan in https://github.com/google-gemini/gemini-cli/pull/6725 * feat(mcp-client): Handling 401-Fehler für httpUrl von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6640 * fix(core): Fehlerbehandlung bei abgebrochenen Anfragen vermeiden, um Absturz zu verhindern von @pwrwpw in https://github.com/google-gemini/gemini-cli/pull/6039 * fix(metrics): Numerische Metriken nicht in Strings konvertieren von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6701 * Zwingend Neustart bei Vertrauensebene-Änderung, um Einstellungen neu zu laden von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6713 * feat(cli): Vervollständigung der Eingabeaufforderung von @3ks in https://github.com/google-gemini/gemini-cli/pull/4691 * Schnelle Korrektur für Enterprise-Dokumentation von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6753 * Fix Layout der Statistikenanzeige von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6758 * chore(lint config): test-utils zur ESLint-Konfiguration hinzufügen von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/6768 * perf(core): parallele Dateisystemoperationen zur Entdeckung von Speicher erleichtert, Leistungsgewinn von @mag123c in https://github.com/google-gemini/gemini-cli/pull/5751 * At Command Race Condition Bugfix Für Nicht-Interaktiven Modus von @mrcabbage972 in https://github.com/google-gemini/gemini-cli/pull/6676 * fix: zusätzlichen Text in Gemini-Ausgabe für Dedup-Workflow behandeln von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6771 * feat(core): Verbleibende Fehlerpfade in Tools mit Typ annotieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6699 * IDE-Verbindungen über stdio MCP unterstützen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/6417 * fix(docs): Pfad von Chat-Checkpoints im Handbuch von @rfabbri in https://github.com/google-gemini/gemini-cli/pull/6303 * Einführung einer anfänglichen Bildschirmleser-Modus-Behandlung und Flagge von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6653 * feat(settings) Unterstützung zum Bearbeiten von String-Einstellungen. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6732 * Wiederverwendung von CoreToolScheduler für nonInteractiveToolExecutor von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6714 ## Neue Beitragende * @bonggwan hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6725 geleistet * @pwrwpw hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6039 geleistet * @3ks hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/4691 geleistet * @mag123c hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/5751 geleistet * @rfabbri hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6303 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.3.0-nightly.20250821.653267a6...v0.3.0-nightly.20250822.15c62bad
Features
26. August 2025
## Was sich geändert hat * Merge #6677 in den Release-Branch für Hotfix. von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6850 * chore(release): v0.2.0-preview.2 von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6868 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.2.0-preview.0...v0.2.0-preview.2
Features
21. August 2025
## Was sich geändert hat * refactor: Entferne modelCheck-Funktionalität von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/6185 * Fix/Emoji-Unterstützung von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6187 * feat(deps): Update @google/genai auf 1.13.0 von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6184 * docs: aktualisiere, wie man Vertex AI Auth mit ADC verwendet von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6193 * chore(release): v0.1.21 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6207 * Log CLI-Version und Git-Commit-Hash (v2) von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6176 * Update Versionsskript, um Version auch für companion Extension zu erhöhen, damit sie synchron bleiben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6075 * Docs: Übersicht der Gemini CLI GitHub Actions aktualisieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/6198 * [ide-mode] Empfiehle Extensions-Namen in Installationsmeldungen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6182 * chore(vscode): Füge eslint als empfohlene Erweiterung hinzu von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/6196 * /chat Speichert Konversationen, die leer sind oder nur Systemkontext enthalten, von @trycatchkamal in https://github.com/google-gemini/gemini-cli/pull/6121 * bug(cli): Schließe nur bestimmte Tests aus von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6244 * [ide-mode] Dokumentation zum lokalen Ausführen der vscode Companion-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6145 * Aktualisiere Tastenkombination für IDE-Integrationskontext-Umschalter auf ctrl+G von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6245 * feat: Ermögliche das Kombinieren von -p und stdin für Prompt-Eingabe von @wietsevenema in https://github.com/google-gemini/gemini-cli/pull/4406 * [ide-mode] Schreibe Port in Datei in ide-server von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/5811 * Behebe Generierung der Release-Notes von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6233 * feat: Zeige untrusted-Status im Footer von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6210 * docs: entferne Verweis auf Gemini Code Assist für Workspace von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6247 * [ide-mode] Unterstützung von Multi-Folder-Workspaces von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6177 * feat(core): Migriere Web-Suche, write-file und discovered-tool. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6188 * feat(core): Refactor der Shell-Ausführung zur Verwendung von node-pty von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6088 * feat(triage): Verbesserung der GitHub-Issue-Triage-Workflows von @jerop in https://github.com/google-gemini/gemini-cli/pull/6120 * bug(mcp): Fehler abgefangen, die von GitHub MCP gemeldet wurden von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6194 * Verhindere Schreiben außerhalb der Workspace-Wurzeln von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6178 * fix(#5340): Chats mit seltsamen Zeichen konnten nicht geladen werden von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/5969 * Fix Flake durch Verwendung von wait statt waitFor von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6277 * Fix Bug, bei dem RadioButtonSelect einen ausgelassenen isFocus-Parameter behandelte von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6274 * Fix Lizenz-Hinweis-Generierungsskript, um transitive Abhängigkeiten einzuschließen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6272 * IDE-Integration Gemini-Befehl Mehrordner-Unterstützung + Versionserhöhung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6265 * Zeige /ide enable & /ide disable Befehle basierend auf Verbindungsstatus an von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6248 * Dokumente aktualisieren von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/6204 * fix: Konsole-Patcher im Hauptprozess initialisiert von @hritan in https://github.com/google-gemini/gemini-cli/pull/6252 * Flaky-Test für SettingsDialog behoben von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6294 * Stilisiere Diff-Zeilen-Nummern & Zeichen von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/6269 * fix: Issue-Dedup-Workflow-Definition aktualisiert von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6275 * feat(shell): Verhindertes Befehle in Block-Reason einbeziehen von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6278 * fix: pendingSlashCommandHistoryItems korrekt speichern, um Updates zu memoisieren von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/6282 * Sitzung-ID zur Sitzungszusammenfassung und /bug-Vorlage hinzufügen von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6313 * fix(input) ctrl-j-Unterstützung ging verloren beim Wechsel zu keyBindings.ts von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6305 * chore: Duplikate-Sperrdatei entfernen von @Brooooooklyn in https://github.com/google-gemini/gemini-cli/pull/6291 * feat(core): MockTools auf deklaratives Muster migrieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6197 * fix(ui): Hängenbleiben beim Speichern des Chats Bestätigungsdialogs beheben von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/6312 * feat(about): Anzeigenamen des IDE-Clients zu `/about` hinzufügen von @evanotero in https://github.com/google-gemini/gemini-cli/pull/6311 * Rückgängig #6088 von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6328 * fix(input) Fälle lösen, in denen Escape beschädigt war, durch @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6304 * Update quota-and-pricing.md, um Abrechnung zu klären von @blanca-delgado-parra in https://github.com/google-gemini/gemini-cli/pull/6092 * Fix Shell-Tool-Beschreibung Os-spezifisch von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6335 * fixes für oauth-spec - fügt GitHub OAuth-Unterstützung hinzu. Ressourcenparameter. von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/6281 * fix(input): Behandlung der Num-Pad-Enter-Taste in Kitty-Protokoll-Terminals von @deepankarsharma in https://github.com/google-gemini/gemini-cli/pull/6341 * fix: Robustheit des
Features
20. August 2025
## Änderungen * fix(docs): Aktualisiere die Authentifizierungsdokumentation, um verfügbare Optionen widerzuspiegeln von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6361 * Read and write files through Zed von @ConradIrwin in https://github.com/google-gemini/gemini-cli/pull/6169 * fix(tools): Behandle Sonderzeichen in Dateipfaden für glob und read_many_files von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6507 * feat(sessions): Einführung des core ChatRecordingService zum automatischen Speichern von Gesprächen von @bl-ue in https://github.com/google-gemini/gemini-cli/pull/5221 * feat(settings): Erweiterung der Einstellungen-Verwaltung mit generischem Setter und Anzeige hel… von @ali-aljufairi in https://github.com/google-gemini/gemini-cli/pull/6202 * fix(settings) : Deaktiviere das Anzeigen von Statics im Dialog von @ali-aljufairi in https://github.com/google-gemini/gemini-cli/pull/5998 * Änderungen zur Hinzufügung von tool_type als Dimension von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/6538 * fix: Gewährleiste konsistentes Theme-Verhalten zwischen lokalen und CI-Testläufen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6358 * feat: Dateiänderungs-Verfolgung zu Session-Metriken hinzufügen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6094 * fix: Privatsphäre-Einstellungen-Hook und Tests hinzufügen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6360 * feat(ui): Implementiere Message-Queueing während Streaming-Antworten von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/6049 * feat: Zeige /ide-Unterbefehle basierend auf Verbindungsstatus statt ideMode-Booleschen an von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6496 * feat: IDE-Client zu /bug & /about hinzufügen, falls IDE-Modus aktiviert ist von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6567 * feat: MCP-Server neu starten bei /mcp-Refresh von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/5479 * fix(#5605): .env-Datei wird nach dem Parsen der Settings geladen von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/6494 * Logge alle Sitzungs-Metadaten von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6423 * fix(core): Harte Benutzerkonto-Caching-Verbesserung von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/6501 * Entferne Prüfung einer Bedingung nur zum Logging von @anj-s in https://github.com/google-gemini/gemini-cli/pull/6503 * Behebe problematische Datumsformatierung bereichsspezifisch in environmentContext.ts von @lifefloating in https://github.com/google-gemini/gemini-cli/pull/5889 * fix(ide): Beheben eines Bugs, bei dem die Companion-Erweiterung unter Windows nicht korrekt installiert wurde von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6576 * fix(paste) Inkonsistente Behandlung von \\\n in Pasten von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6532 * feat(core): Bereinigung nach der Migration von Tools. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6199 * feat(ui): füge `hideFooter`-Einstellung hinzu, um Footer aus der UI auszublenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/6505 * docs: Aktualisiere MCP-Servers-Konfigurationsdokumentation von @yoichiro in https://github.com/google-gemini/gemini-cli/pull/6556 * Entferne unnötige Promiuse-Nutzung. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6585 * feat(core): Refaktor der Shell-Ausführung zur Verwendung von node-pty von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6491 * Hole ToolRegistry aus der Config, statt ihn zu übergeben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6592 * update(opentelemetry): Aktualisiere OTel-Abhängigkeiten von @kiranani in https://github.com/google-gemini/gemini-cli/pull/6540 * feat(core): Neue skipNextSpeakerCheck-Einstellung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/6589 * fix: Erlaube Re-Auth mit einem anderen Google-Konto von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6544 * fix(ide): Korrekte Identifikation des IDE-Prozesses beim Starten vom Terminal von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6566 * Fix IDE Companion-Verbindung in Proxy-Umgebungen von @Blackoutta in https://github.com/google-gemini/gemini-cli/pull/6308 * feat: Auto-Genehmigung kompatibler ausstehender Tools, wenn Always zulassen ausgewählt ist, von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6519 * Update Shell-Service-Integrationstests von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6598 ## Neue Mitwirkende * @bl-ue gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/5221 * @yoichiro gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6556 * @kiranani gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6540 * @Blackoutta gab seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/6308 Vollständiges Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.1.22...v0.2.0-preview.0
Features
18. August 2025
## Änderungen * chore(release): v0.1.21 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/6207 * Log CLI-Version und Git-Commit-Hash (v2) von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6176 * Versionsskript aktualisieren, um Version auch für Begleit-Extension zu erhöhen, damit sie synchron bleiben von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6075 * Docs: Überblick zu Gemini CLI GitHub Actions aktualisieren von @jerop in https://github.com/google-gemini/gemini-cli/pull/6198 * [ide-mode] Vorschlagen des Extensions-Namens in den Installationsmeldungen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6182 * chore(vscode): eslint als empfohlene Erweiterung hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/6196 * /chat Save-Befehl speichert leere Gespräche nur mit System-Kontext von @trycatchkamal in https://github.com/google-gemini/gemini-cli/pull/6121 * bug(cli): Nur bestimmte Tests ausschließen. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6244 * [ide-mode] Dokumentationen zur Ausführung der vscode Companion-Erweiterung lokal hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6145 * Aktualisiere IDE-Integrations-Kontext-Umschalter-Tastenkombination auf ctrl+G von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6245 * feat: Erlaubt das Kombinieren von -p und stdin für Eingabe des Prompt von @wietsevenema in https://github.com/google-gemini/gemini-cli/pull/4406 * [ide-mode] Schreibe Port in Datei in ide-server von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/5811 * Generierung der Release-Notes korrigieren von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6233 * feat: Untrusted-Status im Footer anzeigen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/6210 * docs: Verweis auf Gemini Code Assist für Workspace entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6247 * [ide-mode] Mehrfach-Ordner-Arbeitsbereiche unterstützen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6177 * feat(core): Web-Suche, Schreiben-Datei und entdecktes Tool migrieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6188 * feat(core): Shell-Ausführung auf node-pty umstellen von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6088 * feat(triage): Verbesserte GitHub-Issue-Triage-Workflows von @jerop in https://github.com/google-gemini/gemini-cli/pull/6120 * bug(mcp): Fehler abfangen, die von GitHub MCP gemeldet werden von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/6194 * Verhindern, außerhalb der Arbeitsbereichs-Wurzel zu schreiben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6178 * fix(#5340): Laden von Chats mit seltsamen Zeichen nicht möglich von @hugomurillomtz in https://github.com/google-gemini/gemini-cli/pull/5969 * Fixe Flake durch Verwendung von wait statt waitFor von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6277 * Fix: Fehler, bei dem RadioButtonSelect ein ausgelassenes isFocus-Parameter behandelte von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6274 * Fix: Lizenzhinweis-Generierungsskript, transitive Abhängigkeiten einzubeziehen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6272 * IDE-Integration Gemini-Befehl Multi-Folder-Unterstützung + Versionsanstieg von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6265 * Anzeigen der /ide enable & /ide disable Befehle abhängig vom Verbindungsstatus von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6248 * docs aktualisieren von @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/6204 * fix: Konsolen-Patcher im Hauptteil initialisiert von @hritan in https://github.com/google-gemini/gemini-cli/pull/6252 * Fixe flake bei Tests für SettingsDialog von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6294 * Stilisiere Diff-Zeilen-Namen & -Zeichen von @miguelsolorio in https://github.com/google-gemini/gemini-cli/pull/6269 * fix: Issue-Deduplikations-Workflow aktualisieren von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6275 * feat(shell): Verbotene Befehle in Block-Grund angeben von @cornmander in https://github.com/google-gemini/gemini-cli/pull/6278 * fix: pendingSlashCommandHistoryItems korrekt memoieren Updates von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/6282 * Sitzung-ID zur Sitzungsübersicht und /bug-Vorlage hinzufügen von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6313 * fix(input) ctrl-j-Unterstützung beim Wechseln zu keyBindings.ts verloren von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6305 * chore: doppeltes Lockfile entfernen von @Brooooooklyn in https://github.com/google-gemini/gemini-cli/pull/6291 * feat(core): MockTools auf deklaratives Muster migrieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/6197 * fix(ui): Verhindern von Hängen im Bestätigungsdialog zum Speichern von Chats von @flowernotfound in https://github.com/google-gemini/gemini-cli/pull/6312 * feat(about): Anzeigenamen des IDE-Clients zu `/about` hinzufügen von @evanotero in https://github.com/google-gemini/gemini-cli/pull/6311 * Rückgängig von #6088 von @galz10 in https://github.com/google-gemini/gemini-cli/pull/6328 * fix(input) Behandlung von Fällen, in denen Escape defekt war von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6304 * Aktualisiere quota-and-pricing.md, um Abrechnung zu klären von @blanca-delgado-parra in https://github.com/google-gemini/gemini-cli/pull/6092 * Fixiere Beschreibung des Shell-Tools, os-spezifisch von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6335 * fixes für oauth-spec - fügt GitHub oauth-Unterstützung hinzu. Ressourcenparameter. von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/6281 * fix(input): Behandle NumPad-Enter-Taste in Kitty-Protokoll-Terminals von @deepankarsharma in https://github.com/google-gemini/gemini-cli/pull/6341 * fix: Robustheit des `gemini mcp add` Befehls verbessern von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/6332 * use toMatchSnapshot in Test von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6344 * fix: Nutzer erlauben, responseSchema ebenfalls zu verwenden von @wanlin31 in https://github.com/google-gemini/gemini-cli/pull/6336 * fix: mehrzeilige Ausgabe im Issue-Deduplikations-Workflow behandeln von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/6338 * Prüfen auf ausstehende Tool-Aufrufe,
Features
14. August 2025
## Was sich geändert hat * feat(cli): füge hideBanner-Einstellung hinzu, um Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Behebe doppelten Hilfetext für Build-Ziele in Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige STDERR-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Markdown-Überschriftenebenen-Problem von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Füge Dokumentation für den /extensions-Befehl hinzu von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung einer VSCode-Gegenstellungs-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Add feature flag für IDE-Integration von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): globale Installation im Readme klären von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * aktualisiert '/auth', um neue Slash-Command-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte keinen unkomprimierten Verlauf mit Funktionsantwort von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Verhindere stillen Fehler und aktiviere für Nicht-Git-Projekte von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * Refactor MCP-Code zur Wiederverwendung und Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * Fixe JSON-Serialisierung kreisförmiger Referenzen im Telemetrie-Logging von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * Make @-Befehl Dateien sortiert ohne Erweiterungsname von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Einführung eines Loop-Erkennungsdienstes, der einfache Schleifen bricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten der Loop-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migriere /privacy zur neue Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Reine Refaktorisierung: Konsolidierung der isWithinRoot()-Funktionsaufrufe von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migriere /about in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Veröffentlichung von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: Warnung anzeigen, falls Benutzer node -v < 20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Behebe: Großschreibung standardisieren für "Troubleshooting Guide" in README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Fügt den aktiven File des Benutzers in der IDE zur Fußzeile hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Streame Benachrichtigungen, wenn sich die aktive Datei ändert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Aktiviere Tool-Zusammenfassungen nur, wenn explizit in settings.json festgelegt von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * In Header die API-Schlüssel statt der URL verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Rückgängigmachen der Node <20-Warnung von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload der VSIX der Companion-VS Code-Erweiterung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängig machen von "Update to yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats`, um neue Slash-Command-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für zulässige/ausgeschlossene MCP-Server-Namen in Settings hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * aktualisiere `/extensions` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Port dynamisch in VSCode-Erweiterung setzen und daraus in gemini-cli lesen sowie erste Benachrichtigung senden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Thread aktiven File durch System-Prompt, von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * Verbesserung der altName-Vervollständigung in Slash-Befehlen von @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellt, dass Gemini Code Assist, wenn über Google De… von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Anzeigen der Informationen zu "/chat list" und "/chat resume" optimieren von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migrate compress command von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Verschiebe MCP Slash-Command zu neuem System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): clear input buffer bei CTRL+C, wenn Befehle nicht ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Starte Hintergrund-Modell-Verfügbarkeit-Check im Hintergrund, um Startzeit zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * aktualisiere `/docs` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Rückgängigmachen von "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Einschluss der Companion-VS Code-Erweiterung VSIX als Teil von Build/Release von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * aktualisiere `/tools` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: google/genai auf v1.9.0 aktualisieren und zu MCP-bezogenen Tools auf parametersJsonSchema wechseln von @wanlin31 in https://github.com/google-gemini/gemini-cli
Features
14. August 2025
## Was sich geändert hat * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduzieren, ab der wir History komprimieren, von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Hinweis hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Rechtschreibfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Pr-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Rechtschreibfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt fest codiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler holen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google-Benutzer-ID wird an Clearcut übergeben – behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeug-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer umgestaltet, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * nightly-Tag-Formatierung korrigiertvon @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierte Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehl-Verwendung in deployment.md korrigieren von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von Gemini-CLI aktualisieren, um Nutzung des API-Schlüssels für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future überarbeiten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Nutzers in Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools beim Start einmal initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Rechtschreibfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Bugs im Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Fork-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fixe unendliche Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte jüngste History bei der Kompression bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung von Funktionsaufruf-Argumentenvalidierung und Typisierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Führe Leading Slash nicht durch, da das unter Windows nicht gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Auth-Umgebungsvariablenvalidierung und Messaging, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge Befehlszeilenoption hinzu, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Berücksichtige DEBUG- und CLI_TITLE-Umgebungsvariablen, von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: konsolidieren aller Flags zu Bindestrichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Modell-Check behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino
Features
13. August 2025
## Was sich geändert hat * sicherstellen, dass Sandbox-Build-Skript plattformübergreifend ist von @wldoooon in https://github.com/google-gemini/gemini-cli/pull/2603 * chore(usage telemetry): Clearcut-Logging auffrischen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/6013 * chore(vscode): Option „Build & Launch CLI“ zum vscode-Projekt hinzufügen von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/6027 * chore(ci): nicht beim Node-Tests „schnell fehlschlagen“ von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6053 * chore(ci): Sicherstellen, dass Release-Workflows konsistent sind und nicht anfällig für Inject-Angriffe sind von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6059 * [ide-mode] Installationslogik aktualisieren und anstoßen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/6068 * Wechsel von useInput zu useKeypress. von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/6056 * Launch VS Code IDE-Integration von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6063 * Erstelle Docs-Seiten basierend auf GitHub-Dokumentation von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/6083 * feat: Parameter --approval-mode hinzufügen von @bulkypanda in https://github.com/google-gemini/gemini-cli/pull/6024 * Integrationstests auf Vitest umstellen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/6021 * chore(ci): Sicherstellen, dass E2E-Workflow konsistent ist und nicht anfällig für Inject-Angriffe ist von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6098 * chore(ci): Sicherstellen, dass veraltete und keine Antwort-Workflows konsistent sind und nicht anfällig für Inject-Angriffe sind von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6097 * OpenTelemetry SDK-Initialisierung & -Shutdown im Debug-Modus nur anzeigen von @jerop in https://github.com/google-gemini/gemini-cli/pull/6096 * chore(ci): Sicherstellen, dass docs-gen-Workflow nicht anfällig für Inject-Angriffe ist von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6100 * chore: Bash aktualisieren, um Shellcheck-Empfehlungen zu befolgen von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6102 * chore(ci): Sicherstellen, dass Action- und Community-Workflows konsistent sind und nicht anfällig für Inject-Angriffe sind von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6107 * chore(ci): Sicherstellen, dass Triag-Workflows konsistent sind von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6108 * chore(ci): Sicherstellen, dass CI-Workflows konsistent sind und nicht anfällig für Inject-Angriffe sind von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/6109 ## Neue Mitwirkende * @krikera hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2803 * @nick-popovic hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4092 * @elvinagam hat ihren ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2233 * @Lee-WonJun hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4227 * @cdemeke hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3086 * @HunDun0Ben hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2857 * @matias-casal hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/1729 * @ramonfigueiredo hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4249 * @wanlin31 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4176 * @nsalerni hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4162 * @azorlu80 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3999 * @meteorcloudy hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4304 * @ConradIrwin hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4266 * @goldyonatan hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4377 * @seuros hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4296 * @kamja44 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4287 * @Lyonk71 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4012 * @chux0519 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3532 * @osbornesec hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3417 * @ali-aljufairi hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2639 * @cole-miller hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3680 * @ljxfstorm hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3501 * @Seydulla hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3409 * @Han5991 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3288 * @agmsb hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4458 * @xwjdsh hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3520 * @jeanphi-baconnais hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2973 * @jsoref hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3497 * @darkdarkcocoa hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2260 * @boylin0 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/1949 * @olk hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4538 * @slhck hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2004 * @smhendrickson hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4689 * @aramova hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4733 * @ashwinpvg hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4748 * @timalsinaditya hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2203 * @galz10 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4811 * @LyalinDotCom hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4950 * @HyeladiBassi hat seinen ersten Beitrag geleistet in https://github.com/google
Features
13. August 2025
## Was sich geändert hat * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwellenwert senken, ab dem Wir Verlauf komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' in ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S Shortcut anzeigen, um Debug-Konsole zu erweitern #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config in flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google-User-ID an Clearcut übergeben repariert von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer refakturiert, um Reducer zu nutzen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichung: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Sign-Labels hinzufügen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Befehl in deployment.md für Nutzung fehlerhaft behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Key-Nutzung für Vertex anzuzeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Nutzers in Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal beim Start initialisieren statt jedes Mal bei Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Problem im Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlosschleife in start.js unter Windows behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzliches Verlauf beibehalten, wenn komprimiert wird von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nacht-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Funktionale Validierung und Typisierung von Funktionsaufrufen verbessern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Führenden Slash-Pfad nicht erzwingen, da unter Windows nicht zutreffend von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Auth-Variablen-Validierung und Messaging verbessern, um This GenAI SDK-Verwirrung zu vermeiden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Kommandozeilen-Option zum Aktivieren und Auflisten von Extensions hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * Achtung DEBUG- und CLI_TITLE-Umgebungsvariablen beachten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * Flags konsolidieren und Bindestriche statt Unterstriche verwenden (Deprecated) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request in Model-Check repariert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * Fehlerbehandlung bei API-Schlüsseln in Auth-Defaults vermeiden von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Version von shell-quote korrigieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von 6
Features
12. August 2025
## Was sich geändert hat * Tests für die Reset-Logik von useAtCompletion hinzugefügt von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/5639 * Noch ein paar witzige Phrasen aktualisiert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/5641 * Erkennen und Warnen vor zyklischen Tool-Refs, wenn Schema-Tiefe-Fehler auftreten, von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/5609 * Refactor: Nutzung der `google-github-actions/run-gemini-cli`-Action von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/5643 * docs(setup-github): Benutzer über die nächsten Schritte nach dem Ausführen des Slash-Commands informieren von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/5644 * doc(lint): Docs darüber korrigieren, wie der Linter im "fix" Modus ausgeführt wird von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/5647 * docs: GitHub-Integrationsabschnitt zur README hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/5649 * fix: fehlendes coreTool im neuen Workflow-Setup beheben von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/5656 * fix(core): .mts-Dateien als TypeScript-Module statt als Videodateien behandeln von @yashv6655 in https://github.com/google-gemini/gemini-cli/pull/5492 * feat(file-search): Unterstützung für nicht-rekursiven Dateisuche hinzufügen von @brychanrobot in https://github.com/google-gemini/gemini-cli/pull/5648 * feat: `/setup-github` so konfigurieren, dass es immer läuft und angemessen Fehler meldet von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/5653 * feat(mcp): Befehle `gemini mcp` für `add`, `remove` und `list` hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/5481 * fix: Fehlerbehandlung und Pfadverarbeitung bei Memory-Discovery verbessern von @akhil29 in https://github.com/google-gemini/gemini-cli/pull/5175 * [ide-mode] Unterstützung für In-IDE-Diff-Behandlung in der CLI hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/5603 * Fix: Bestätigung der Benutzerwerkzeugentscheidung für YoLo oder Nicht-Interaktivität senden von @agarwalravikant in https://github.com/google-gemini/gemini-cli/pull/5677 * feat(core): Einführung `DeclarativeTool` und `ToolInvocation`. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/5613 * fix: Benutzereingabe wiederherstellen, wenn der Benutzer eine Antwort abbricht von @shishu314 in https://github.com/google-gemini/gemini-cli/pull/5601 * bug(tests): Testfehler beheben von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/5678 * Hinweis hinzufügen, um IDE-Integration für Benutzer zu aktivieren, die in VS Code arbeiten von @skeshive in https://github.com/google-gemini/gemini-cli/pull/5610 * Erkennung von Tools mit schlechten Schemas hinzufügen und automatisch mit Warnung überspringen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/5694 * Integrationstest für Maximum-Schema-Tiefe-Fehlerbehandlung hinzufügen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/5685 * Tests: E2E-Tests beheben von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/5706 * Bug(core): Prompt-Engineering für gekürzte read_file. von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/5161 * [ide-mode] Unterstützung zur Darstellung von In-IDE-Diffs mithilfe des edit tool von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/5618 * feat(cli): Version des run-gemini-cli aus der GitHub-API abrufen von @sethvargo in https://github.com/google-gemini/gemini-cli/pull/5708 * experiment: Feature-Flag für Ordnervertrauen hinzufügen von @shrutip90 in https://github.com/google-gemini/gemini-cli/pull/5709 * fix(core): Fehler verbessern in Situationen, in denen das Kommando-Spawn … von @richieforeman in https://github.com/google-gemini/gemini-cli/pull/5723 * feat: Verbesserung der @-Command-Dateipfad-Vervollständigung mit FZF-Integration von @DevMassive in https://github.com/google-gemini/gemini-cli/pull/5650 * Fix(tests): mcp_server_cyclic_schema-Test aktualisieren von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/5733 * fix(actions): GH bot durch cla-Whitelist-gemini-cli-robot ersetzen von @agmsb in https://github.com/google-gemini/gemini-cli/pull/5730 * fix(logging): Sicherstellen, dass Sandbox-Startnachrichten an stderr weitergeleitet werden von @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/5725 * feat(agent): Grundlegende Subagent-Architektur einführen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/1805 * Kontext-Prozentsatz-Schwellenwert-Einstellung für automatische Kompression hinzufügen von @jakemac53 in https://github.com/google-gemini/gemini-cli/pull/5721 * feat: Repository-Secrets-Seite zusätzlich zur README öffnen von @leehagoodjames in https://github.com/google-gemini/gemini-cli/pull/5684 * Fix(core): Flash für nächsten Sprecher-Check verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/5786 * Migration: EditTool, GrepTool und GlobTool zu DeclarativeTool migrieren von @joshualitt in https://github.com/google-gemini/gemini-cli/pull/5744 * feat(cli): Abbrechen des Authentifizungsmenüs mit CTRL+C ermöglichen (SIGINT), Double CTRL+C zum Beenden beibehalten von @dizzydroid in https://github.com/google-gemini/gemini-cli/pull/4482 * chore(integration-tests): Refactor zu TypeScript von @jacob314 in https://github.com/google-gemini/gemini-cli/pull/5645 * Fix: API-Antwort-Fehlerstatuscodes protokollieren von @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/6015 * Erhöhe Versionsnummer der Companion-Extension, um mit der nächsten Gemini CLI-Version übereinzustimmen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/6065 ## Neue Mitwirkende * @krikera hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2803 * @nick-popovic hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4092 * @elvinagam hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2233 * @Lee-WonJun hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4227 * @cdemeke hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3086 * @HunDun0Ben hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2857 * @matias-casal hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/1729 * @ramonfigueiredo hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4249 * @wanlin31 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/4176 * @ns
Features
12. August 2025
## Was sich geändert hat * Tagforderung für /chat mandatory gemacht von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle für History-Kompression reduziert von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Hinweis hinzugefügt von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisiert von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigiert von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzugefügt von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessert von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigiert von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernt von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * AccentBlue: 'blue' im ANSI-Theme statt hart kodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S Kurzbefehlt zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisiert von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler holen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id erfolgreich an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kerntool-Methoden hinzugefügt/verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer refakturiert, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliche Builds korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Issue-Vorlagen aktualisiert, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signiert Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehl-Verwendungsfehler in deployment.md korrigiert von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Schlüssel-Nutzung für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindere automatische Ausführung unvollständiger Slash-Befehle durch Tabulator von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names zu allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future refaktoriert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Ermögliche Wiederverwendung der Nutzer-Authentifizierung in Cloud Shell von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Werkzeuge beim Start initialisieren statt jedes Mal bei Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigiert und Tests für Auth-Validierung hinzugefügt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Bug im Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten und Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte kürzliche History beim Komprimieren bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argumenten-Validierung und Typisierung von Funktionen-Aufrufen durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Erwartet führenden Slash nicht mehr zwingend, da das unter Windows nicht wahr ist von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Auth-Umgebungsvariablen-Validierung und Messaging zur Erkennung von Einstellungen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Einen Befehlszeilenparameter zum Aktivieren und Auflisten von Extensions hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: DEBUG- und CLI_TITLE-Umgebungsvariablen berücksichtigen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlerhafte Anfrage im Modellcheck behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzugefügt von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzugefügt von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps):
Features
11. August 2025
## Was sich geändert hat * Tag für /chat erforderlich gemacht von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Den Schwellenwert verringert, ab dem wir Verlauf komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Tipp hinzugefügt von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisiert von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigiert von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzugefügt von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessert von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md behoben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernt von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s Shortcut zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisiert von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfig in flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id wird an Clearcut übergeben – behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge hinzugefügt bzw. verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer umgebaut, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichung: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliche Releases korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehler korrigiert von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Issue-Vorlagen aktualisiert, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Behebung eines Befehlsnutzungsproblems in deployment.md von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um Nutzung des API-Schlüssels für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Unnötigen Code entfernt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindert, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenannt von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu gestaltet von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI zulassen, Benutzerauth in Cloud Shell erneut zu verwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Werkzeuge einmal beim Start initialisieren statt jedes Mal bei Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehler in Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Fork-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlosschleife in start.js unter Windows behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatiert von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzliches Verlauf speichern, wenn komprimiert wird von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nächtliches Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argumentenvalidierung und Typisierung von Funktionsaufrufen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading Slash nicht erzwingen, da unter Windows nicht true von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Auth-Umgebungsvariablen-Validierung und Messaging, um Settings zu erkennen, die GenAI SDK verwirren von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Befehlzeilenoption zum Aktivieren und Auflisten von Extensions hinzugefügt von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * Fix: DEBUG- und CLI_TITLE-Umgebungsvariablen berücksichtigen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfig hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(de
Features
10. August 2025
## Änderungen * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwellenwert senken, ab dem History-Komprimierung erfolgt von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigiert von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisches und geplantes PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigiert von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * AccentBlue: 'blue' im ANSI-Theme statt fest codiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung zum Erweitern der Debug-Konsole #2002 anzeigen von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Fehler behoben: Google User Id wird an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Refactor: Text-Puffer nutzt Reducer von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Releases von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk Sign Nightly Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehlsnutzung in deployment.md korrigieren von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Key-Nutzung für Vertex anzuzeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future refaktorisiert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Ermöglicht Gemini CLI, die Auth des Benutzers in Cloud Shell wiederzuverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools beim Start einmal initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehler im Auth-Dialog beseitigen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release and Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix: Endlosschleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte kürzlichen Verlauf beim Komprimieren bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbessere Fehler-Meldungen und Typisierung der Funktionsaufruf-Argumente von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Kein führender Schrägstrich mehr erzwingen, da dies unter Windows nicht gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Validierung von Auth-Umgebungsvariablen und Meldungen zur Erkennung von Einstellungen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge Befehlszeilenoption hinzu, um Extensions zu aktivieren bzw. aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Ehre DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: konsolidiere alle Flags zu Bindestrichen (underscore-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlender Request in Model-Check korrigiert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Key-Auth defaulten von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzugefügt von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzugefügt von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): Upgrades von gaxios und anderen Paketen in https://github.com/google-gemini/g
Features
9. August 2025
## Was geändert * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduzieren, ab der wir Verlauf komprimieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README beheben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt fest codiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S-Tastenkürzel anzeigen, um Debug-Konsole zu erweitern #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Gegeben: Google-User-ID an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeugmethoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Refactor Text-Puffer, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von Github Actions und Tagging für Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Veröffentlichung korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix ein Befehl-Verwendungsproblem in deployment.md von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli so aktualisieren, dass API-Schlüssel-Nutzung für Vertex angezeigt wird von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab-Verhalten verhindern, unvollständige Slash-Befehle automatisch ausführen zu lassen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Enable Gemini CLI, um die Auth eines Benutzers in Cloud Shell erneut zu verwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal beim Start initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Bug im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Verlauf der letzten Historie beibehalten beim Komprimieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Function Call-Argument-Validierung und Typisierung verbessern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Keine führenden Slash erzwingen, da das unter Windows nicht der Fall ist von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Auth-Umgebungsvariablen-Validierung und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Einen Befehlzeilen-Option hinzufügen, um Extensions zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: DEBUG- und CLI_TITLE-Umgebungsvariablen berücksichtigen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veralten) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Schlüssel-Auth defaulten von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von
Features
8. August 2025
## Was sich geändert hat * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle senken, ab der wir Verlauf komprimieren by @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Tipp hinzufügen by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungs-Vorlage aktualisieren by @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README beheben by @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisches und geplantes PR-Triage hinzufügen by @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Verbesserung der PR-Triage by @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben by @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Whitespace entfernen by @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF by @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s Kurzbefehlsanzeige zum Erweitern der Debug-Konsole (#2002) by @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisieren by @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen by @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id wird an Clearcut übergeben – behoben by @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzugefügt und verbessert by @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer neu gestaltet, um Reducer zu verwenden by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Releases. by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Release formatting korrigiert by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerkorrekturen by @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly Release-Commits by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Fehler bei der Befehlsverwendung in deployment.md behoben by @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von Gemini-CLI aktualisieren, sodass API-Schlüssel-Nutzung für Vertex ersichtlich ist by @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab-Standardverhalten verhindern, unvollständige Slash-Befehle automatisch auszuführen by @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen by @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision for the Future umgestalten by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI Bereitstellung so konfigurieren, dass es die Auth des Nutzers in Cloud Shell wiederverwendet by @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren statt jedes Mal bei Authentifizierung by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Rechtschreibung korrigieren und Tests für Authentifizierungs-Validierung hinzufügen by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte Escape-Taste Bug im Auth-Dialog behoben by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: Allgemeine Nutzungsnachricht zu --help hinzufügen by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: Plan-Jobs im Fork-Repo deaktivieren by @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlose Schleife in start.js unter Windows behoben by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren by @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzlich Verlauf beibehalten beim Komprimieren by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nacht-Release korrigiert by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argumenten-Validierung und Typisierung von Funktionsaufrufen by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading Slash nicht erzwingen, da unter Windows nicht zutrifft by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Validierung und Meldung von Auth-Umgebungsvariablen, um Einstellungen zu erkennen, die GenAI SDK verwirren by @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Kommandozeilen-Option zum Aktivieren und Auflisten von Extensions by @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * Honor DEBUG- und CLI_TITLE-Umgebungsvariablen by @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * Flags konsolidieren und Unterstrich-Flags veralten durch Hyphen-Flags ersetzen by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check behoben by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * auth befreien: Nicht blind API-Key-Auth verwenden by @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 *Dependencies: Dependabot-Konfiguration hinzugefügt by @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * CodeQL-Analyse hinzugefügt by @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Version von shell-quote korrigiert by @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * Abhängigkeiten-Updates: gaxios, yargs, esbuild, globals, mime-types etc. by verschiedene Bots in jeweiligen PR
Features
6. August 2025
## Was sich geändert hat * feat(cli): füge HideBanner-Einstellung hinzu, um Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Fixiere duplizierten Hilfetext für Build-Ziele in Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige stderr-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Markdown-Überschriften-Ebene-Problem von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Füge Dokumentation für den /extensions-Befehl hinzu von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung der VSCode-Partner-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Fügt Feature-Flag für IDE-Integration hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): globale Installation im Readme klären von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * aktualisiert '/auth', um neue Slash-Befehl-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte Verlauf nicht unkomprimiert mit Funktionsantworten von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Verhindere stilles Scheitern und aktiviere es für Nicht-Git-Projekte von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * Refaktorriere MCP-Code für Wiederverwendung und Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * Behebe JSON-Serialisierung von zirkulären Referenzen im Telemetrie-Logging von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * Make @-Befehl sortierbar, Dateiname ohne Erweiterung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Führe Loop-Erkennung-Service ein, der einfache Schleifen bricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten der Loop-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migriere /privacy zur neue Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Reine Refaktur: Konsolidiere Aufruf von isWithinRoot() von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migriere /about in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Release von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: Eine Warnung hinzufügen, die erscheint, wenn der Benutzer node -v <20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Behebe: Standardisiere Groß-/Kleinschreibung für "Troubleshooting Guide" im README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Füge den aktiven Dateinamen des Benutzers in der IDE zur Fußzeile hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Streams Benachrichtigungen, wenn sich die aktive Datei ändert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Ermögliche Tool-Zusammenfassungen nur, wenn explizit in settings.json festgelegt von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * Inkludiere API-Schlüssel im Header statt in der URL von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Setze Node <20 Warnung zurück von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload der VSIX der Companion-VSCode-Erweiterung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängig "Update to yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats` zur neuen slash command arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für erlaubte/ausgeschlossene MCP-Server-Namen in settings von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * aktualisiere `/extensions` zur neuen slash command arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Port dynamisch in VSCode-Erweiterung setzen und von dort aus lesen in gemini-cli und Initialbenachrichtigung senden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Thread aktives File durch zum System-Prompt weiter an @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * Verbessere AltName-Vervollständigung in Slash-Befehlen von @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellung, dass Gemini Code Assist über Google De… von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Optimierung der Anzeigeinformationen von "/chat list" und "/chat resume" von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migrate compress-B Befehl von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Verschiebe MCP Slash-Befehl zum neuen System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): Lösche Eingabepuffer bei CTRL+C, wenn keine Befehle ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Führe Modellverfügbarkeitsprüfung im Hintergrund aus, um Startzeit zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * update `/docs` zur neuen slash command arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Rückgängig: "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Include Companion VS Code Extension VSIX als Teil von Build/Release von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * update `/tools` zur neuen slash command arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: aktualisiere google/genai auf v1.9.0 und wechsle zu parametersJsonSchema für MCP-bezogene Tools von @wanlin31 in https://github.com/google-gemini/gemini
Features
6. August 2025
## Was sich geändert hat * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle senken, ab der wir History komprimieren, von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab-Tipp hinzufügen, von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungs-Template aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Pr-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Anzeige der Strg+S-Verknüpfung zum Erweitern der Debug-Konsole #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfig in flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Geänderte Google-User-ID an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer umReducer umstellen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: GitHub Actions nutzen und Tagging für Release verwenden von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliches Release korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehl-Verwendungsfehler in deployment.md korrigieren von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Schlüsselnutzung für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision for the Future refaktorisiert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Nutzers in Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal zu Start aufbauen, statt jedes Mal bei Authentifizierung neu zu inizialisieren, von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehler im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Fork-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten:Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte kürzliche History bei der Kompression bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nächtliches Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbessere Validierung von Funktionsaufruf-Argumenten und Typisierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Führe führenden Slash nicht durch, da das unter Windows nicht immer gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Auth-Umgebungsvariablen-Validierung und Messaging, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge Befehlszeilenoption hinzu, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Ehre DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: konsolidieren aller Flags zu Bindestrichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlerhafte Anfrage im Modellcheck beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind standardmäßig API-Key-Auth verwenden von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com
Features
5. August 2025
## Was sich geändert hat * feat(cli): hideBanner-Einstellung hinzufügen, um Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Behebe doppelten Hilfetext für Build-Targets in Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige STDERR-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Problem mit Markdown-Überschriften-Ebene von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Dokumentation für den /extensions-Befehl hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung der VSCode-Kompagnion-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Feature-Flag für IDE-Integration hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): globale Installation im Readme klären von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * '/auth' aktualisiert, um neue Slash-Command-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte unkomprimierte Historie nicht mit einer Funktionsantwort von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Silent-Failure verhindern und für Nicht-Git-Projekte aktivieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * MCP-Code für Wiederverwendung und Tests refaktorieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * Zirkuläre Referenz-JSON-Serialisierung in Telemetrie-Logging beheben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * @-Befehl sortiert Datei ohne Erweiterungsname von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Einführung eines Loop-Erkennungsdienstes, der einfache Schleifen bricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten der Schleifen-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migriere /privacy zur neue Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Reine Refaktorisierung: Konsolidierung der isWithinRoot()-Funktionsaufrufe von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migriere /about in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Release von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: Warnung hinzufügen, die angezeigt wird, wenn Nutzer node -v < 20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Behebe: Standardisiere Groß-/Klein-Schreibung für "Troubleshooting Guide" im README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Fügt die aktive Datei des Benutzers in der IDE zum Footer hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Streams Benachrichtigungen, wenn sich die aktive Datei ändert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Aktiviere Tool-Zusammenfassung nur, wenn explizit in settings.json festgelegt von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * API-Schlüssel im Header statt in der URL einbeziehen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Rückgängig: Node <20-Warnung von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload der Companion-VS Code-Erweiterung VSIX von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängig "Update auf yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats` zur Verwendung der neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für erlaubte/ausgeschlossene MCP-Server-Namen in Einstellungen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * aktualisiere `/extensions` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Port dynamisch in VSCode-Erweiterung setzen und in gemini-cli daraus lesen sowie initiale Benachrichtigung senden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Thread aktives File durch zum System-Prompt weiter von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * Verbesserung des altName-Vervollständigungs-Verhaltens in Slash-Befehlen von @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellt, dass Gemini Code Assist, wenn angeboten über Google De… von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Optimiere die Anzeigeinformationen von "/chat list" und "/chat resume" von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migrate compress command von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Bewege MCP-Slash-Befehl in neues System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): Leere Eingabepuffer bei CTRL+C, wenn keine Befehle ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Führe Hintergrund-Model-Verfügbarkeitsprüfung aus, um Startzeit zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * aktualisiere `/docs` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Rückgängig: "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Integriere Companion-VS Code-Erweiterung VSIX als Teil von Build/Release von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * aktualisiere `/tools` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: aktualisiere google/genai auf v1.9.0 und wechsle zu parametersJsonSchema für MCP-bezogene Tools von @wanlin31 in https://github
Features
5. August 2025
## Welche Änderungen * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle verringern, ab der wir History komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Update Benachrichtigungsvorlage von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Tastenkürzel Strg+S zum Öffnen der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfig in flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Geänderte Google User Id an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Buffer refakturiert, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Github Actions nutzen und Tagging für Release verwenden von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly ggf. korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigieren von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Sign Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehlssyntax-Problem in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Schlüssel-Nutzung für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu gestalten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es sich die Auth des Benutzers in Cloud Shell wiederverwenden kann von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal beim Start initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte Escape-Taste Bug im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Usage-Meldung zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte kürzliche History bei der Kompression bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argument-Validierung und Typisierung von Funktionen aufrufende Methoden von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Verhindere führenden Slash nicht auf Windows, da dort nicht gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserte Validierung der Auth-Umgebungsvariablen und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Einen Befehlszeilen-Option hinzufügen, um Extensions zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: DEBUG- und CLI_TITLE-Umgebungsvariablen beachten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlecht-Anfrage im Modell-Check korrigieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht-blind Default auf API-Key-Auth setzen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gem
Features
4. August 2025
## Geändert * Tag für /chat erforderlich gemacht von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduziert, ab der wir Verlauf komprimieren, von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Tipps zu Shift+Tab hinzugefügt von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisiert von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatische und geplante PR-Triage hinzugefügt von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessert von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md behoben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Whitespace entfernt von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Steuerelement ctrl+s zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisiert von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfig in flashFallbackHandler holen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id wird an Clearcut übergeben – behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeug-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer neu gestaltet, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly relase tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierte Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Fix: Befehl-Verwendungsproblem in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisiert, API-Schlüssel-Nutzung für Vertex anzugeben von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unfertige Slash-Kommandos automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future umgestalten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Ermögliche Gemini CLI, die Auth des Nutzers in Cloud Shell weiterzuverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal beim Start initialisieren statt jedes Mal bei Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler beheben und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte Esc-Taste Bug im Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplanter Jobs in Forked Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Beende unendliche Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte jüngste History beim Komprimieren bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argumenten-Validierung und Typisierung von Funktionen-Aufrufen durch @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Nicht zwingend führenden Slash erzwingen, da das unter Windows nicht wahr ist von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Validierungslogik der auth-Umgebungsvariablen und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge eine Befehlszeilenoption hinzu, um Extensions zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Berücksichtige DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veralten) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Schlüssel-Auth voreinstellen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfig hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): g
Features
3. August 2025
## Geändert * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwellenwert reduziert, ab dem wir History komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatische und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * AccentBlue statt hart kodiertem #0000FF im ANSI-Theme verwenden von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S Shortcut zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfig in flashFallbackHandler beziehen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id korrekt an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge erweitert und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Buffer neu gestaltet, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für Nightly-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigiert von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Behebungsbefehl: Befehlsnutzung in deployment.md korrigieren von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von Gemini-CLI aktualisieren, um Nutzung des API-Schlüssels für Vertex anzuzeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindere automatische Ausführung unvollständiger Slash-Befehle durch Tab von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision für die Zukunft refakturiert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI kann Benutzer-Auth in Cloud Shell erneut verwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools beim Start einmal initialisieren statt jedes Mal beim Authentifizieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Problem im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Usage-Meldung zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplannte Jobs im Fork-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlose Schleife in start.js unter Windows beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzliche History beim Komprimieren beibehalten von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nightly Release korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argumentenvalidierung und Typisierung für Funktionsaufrufe von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading slash auf Windows ignorieren, da dort nicht gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserte Validierung von Auth-Umgebungsvariablen und Messaging, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Befehlszeilenoption zum Aktivieren und Auflisten von Extensions hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * Honor DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * Flags vereinheitlichen (Bindestriche statt Unterstriche) durch Refactor von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Ungültige Anfrage im Model-Check beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * auth-Übergabe: Nicht blind auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * Chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Version von shell-quote korrigieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von 6.7.1 auf 7.1.1 aktual
Features
2. August 2025
## Was sich geändert hat * feat(cli): hideBanner-Einstellung hinzufügen, um das Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Fix doppelter Hilfetext für Build-Targets in Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige stderr-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Problem mit Markdown-Überschriften-Ebene von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Dokumentation zum /extensions-Befehl hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung der VSCode-Komponenten-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Feature-Flag für IDE-Integration hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): globale Installation im Readme klären von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * aktualisiert '/auth', um neue Slash-Command-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte keinen unkomprimierten Verlauf mit einer Funktionsantwort von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Verhindere stillen Fehler und aktiviere für Nicht-Git-Projekte von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * Refaktor der MCP-Codes für Wiederverwendung und Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * Behebe JSON-Serialisierung zirkulärer Referenzen in Telemetrie-Logging von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * Mach das @-Kommando-Datei sortiert ohne Erweiterungsname von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Einführung eines Loop-Erkennungsdienstes, der einfache Schleifen durchbricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten der Loop-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migriere /privacy zur neue Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Reiner Refactor: Konsolidierung der Aufrufe von isWithinRoot() von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migriere /about in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Release von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: Warnung hinzufügen, falls Benutzer node -v <20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Behebe: Standardisierung der Groß-/Kleinschreibung für "Troubleshooting Guide" in README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Fügt dem IDE-Footer die aktive Datei des Benutzers hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Streame Benachrichtigungen, wenn sich die aktive Datei ändert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Ermögliche Tool-Zusammenfassung nur, wenn explizit in settings.json gesetzt von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * API-Schlüssel im Header statt in der URL einbeziehen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Rückgängigmachen der Node <20-Warnung von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload von VSIX der Companion-VS Code-Erweiterung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängig machen von "Update to yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats` zur neuen Slash-Command-Arch in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für erlaubte/ausgeschlossene MCP-Servernamen in Settings hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * aktualisiere `/extensions` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Port dynamisch in der VSCode-Erweiterung setzen und in gemini-cli lesen, sowie anfängliche Benachrichtigung senden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Thread aktives File durch zum System-Prompt an das System weiter von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * Verbessere AltName-Vervollständigung in Slash Commands von @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellt, dass Gemini Code Assist angeboten wird, wenn über Google De… von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Display-Informationen von "/chat list" und "/chat resume" optimieren von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migrate compress command von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Bewege MCP-Slash-Befehl in neues System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): Eingabepuffer beim STRG+C löschen, wenn keine Befehle ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Führe Hintergrund-Model-Verfügbarkeit-Prüfung aus, um den Start zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * aktualisiere `/docs` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Rückgängigmachen von "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Include companion VS Code extension VSIX als Teil von Build/Release von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * aktualisiere `/tools` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: Aktualisiere google/genai auf v1.9.0 und wechsle zu parametersJsonSchema für MCP-bezogene Tools von @wanlin31 in https://github.com/google-gemini/gemini-cli/pull/4176
Features
2. August 2025
## What's Changed * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Die Schwelle für das Komprimieren des Verlaufs reduzieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Hinweis hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisches und geplantes PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt fest kodierten #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Geänderte Google User Id an Clearcut übergeben wurde von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Refactor Text-Buffer zur Nutzung eines Reducers von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von GitHub Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly Release korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigieren von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehl-Verwendungsfehler in deployment.md korrigieren von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um Nutzung von API-Schlüssel für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Remove unneeded code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names zu allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Enable Gemini CLI, um die Auth des Nutzers in Cloud Shell wiederzuverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Fehler in der Auth-Validierung beheben und Tests hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehler im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Beibehalten der jüngsten Historie beim Komprimieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Validierung und Typisierung von Funktionsaufrufen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Nicht zwingend führender Slash, da das unter Windows nicht gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Auth-Umgebungsvariablen-Validierung und Messaging, um Einstellungen zu erkennen, die GenAI SDK verwirren könnte von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Ein Befehlszeilen-Option hinzufügen, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Berücksichtige DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: Alle Flags auf Bindestriche umbauen (Unterstrich-Flags veralten) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht-blind auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von 6.7
Features
1. August 2025
## Veränderungen * mache Tag erforderlich für /chat von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Reduziere den Schwellenwert, ab dem wir Verlauf komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: füge Shift+Tab-Tipp hinzu von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Update Benachrichtigungsvorlage von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Rechtschreibung in README korrigiert von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Verbesserung der PR-Triage von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigiert von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Verwende AccentBlue: 'blue' im ANSI-Theme statt hartkodiertem #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfig in flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Gelöschte Google User Id an Clearcut übergeben korrigiert von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeugmethoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Refactor: Text-Buffer nutzt Reducer von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * fix Tagging für Nightly von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierung von Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehlsnutzungsproblem in deployment.md von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Schlüsselverwendung für Vertex zu zeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future umgestalten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Benutzers in Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Werkzeuge einmalig beim Start initialisieren statt jedes Mal bei der Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Rechtschreibung korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehler im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte aktuelle Historie bei Komprimierung bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbessere Argument-Validierung und Typisierung von Functions-Aufrufen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Erzwinge keinen führenden Slash, da das unter Windows nicht gilt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Validierung der Auth-Umgebungsvariablen und Messaging, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge eine Befehlszeilenoption hinzu, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Ehre DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: konsolidiere alle Flags auf Bindestriche (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlende Anfrage im Modell-Check korrigiert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Standardmäßig nicht blind auf API-Key-Auth umschalten von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli
Features
31. Juli 2025
## Was sich geändert hat * Tag für /chat verpflichtend gemacht von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduziert, ab der wir Verlauf komprimieren by @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Tipp hinzugefügt von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisiert von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzugefügt von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessert von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md behoben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen whitespace entfernt von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hart kodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Tastenkürzel ctrl+s zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisiert von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config in flashFallbackHandler holen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id korrekt an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer neu aufgebaut, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Releases. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für Nightly-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisiert, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierte Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Behebe einen Befehlsnutzungsfehler in deployment.md von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um Node.js Version 20+ vorauszusetzen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * feat: Minimale Node.js-Version auf 20 erhöhen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3277 * Tippfehler in diversen Dateien behoben von @didier-durand in https://github.com/google-gemini/gemini-cli/pull/3284 * Mk nohup von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3285 * fix: kleinstes Tippfehler von @0ldh in https://github.com/google-gemini/gemini-cli/pull/3183 * fix(cli): Gruppiere abgebrochene Tool-Antworten, um API-Fehler zu verhindern von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3333 * Relase: Bereinigung und Verdichtung von Release-Notes von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3321 * Prompt-Verbesserungen für Release-Aufgaben von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3335 * fix(core): Sanitize Tool-Parameter zur Behebung von 400 API-Fehlern von @BigUncle in https://github.com/google-gemini/gemini-cli/pull/3300 * Fix #2922: Verhindern von @-Verkettung zu gültigen Pfaden im Shell-Modus von @siba2893 in https://github.com/google-gemini/gemini-cli/pull/2932 * feat: Inline-Inhaltänderung im Tool-Scheduler behandeln von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/2883 * Update @google/genai -> 1.8.0 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3339 * feat: Warnungen beim Start des Benutzers anzeigen, Home-Verzeichnis-Check hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/3056 * feat: YOLO-Modus Shortcut in /help anzeigen von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3367 * Release Misc von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3418 * feat(core): Fehlermeldungen in isCommandAllowed verbessern von @y-okt in https://github.com/google-gemini/gemini-cli/pull/3349 * fix: env-Variablen in .env für Settings.json-Variablenersetzung berücksichtigen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3416 * Fehlerhafte verschachtelte Markdown-Darstellung für Tabellenüberschriften und -zeilen #3331 von @zfflxx in https://github.com/google-gemini/gemini-cli/pull/3362 * @file respektiert keine config respectGitIgnore=false (#3382) von @zfflxx in https://github.com/google-gemini/gemini-cli/pull/3387 * feat: .svg-Unterstützung hinzufügen von @PugazhendhiDev in https://github.com/google-gemini/gemini-cli/pull/3229 * Migriere Gemini CLI Aktionen-Workflows zu Direct WIF-Authentifizierung von @jerop in https://github.com/google-gemini/gemini-cli/pull/3456 * Backticks in Shell-Tool-Verwendung wieder aktivieren. von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3360 * ExcludeTools und includeTools zur mcpServers-Konfiguration hinzufügen von @jdemeulenaere in https://github.com/google-gemini/gemini-cli/pull/2976 * Neuer Test, um zu prüfen, dass bei Bereitstellung eines Authorization-Headers dies akzeptiert wird von @gennadiycivil in https://github.com/google-gemini/gemini-cli/pull/3023 * --allowed_mcp_server_names Flag hinzufügen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3464 * fix: EditTool kann menschliche Änderungen an derselben Datei überschreiben von @mainroach in https://github.com/google-gemini/gemini-cli/pull/3043 * README.md aktualisieren, um API-Key-Nutzung für Vertex zu zeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060 * unnötigen Code entfernen von @scidomino in https://github.com/google-gem
Features
30. Juli 2025
## Was sich geändert hat * feat(cli): hideBanner-Einstellung hinzufügen, um Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Fix doppelter Hilfetext für Build-Targets im Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige stderr-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Problem mit Markdown-Überschriftenebene von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Dokumentation zum /extensions-Befehl hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung der VSCode Companion Extension von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Feature-Flag für IDE-Integration hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): globale Installation im Readme klären von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * '/auth' auf neue Slash-Command-Arch aktualisiert von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte unkomprimierte History nicht mit einer Funktionsantwort von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Silent-Failure verhindern und für Nicht-Git-Projekte aktivieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * MCP-Code für Wiederverwendung und Tests refaktoriert von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * JSON-Serialisierung kreisförmiger Referenzen in Telemetrie-Logging behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * @-Befehl sortiert Dateien ohne Erweiterungsname von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Einführung eines Loop-Erkennungsdienstes, der einfache Schleife durchbricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten von Loop-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migration von /privacy zur neuen Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Rein-Refactor: Consolidate-Aufruf von isWithinRoot() von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migrate /about von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Veröffentlichung von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: Warnung hinzufügen, falls Nutzer node -v < 20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Standardisierte Groß-/Kleinschreibung für "Troubleshooting Guide" im README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Aktivierte Datei des Nutzers im IDE in der Fußzeile von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Stream-Benachrichtigungen, wenn sich die aktive Datei ändert, von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Tool-Summarization nur dann aktivieren, wenn explizit in settings.json festgelegt von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * API-Schlüssel in Header statt in URL einbinden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Node <20 Warnung revertiert von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload des Companion-VS-Code-Extensions-VSIX von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängigmachen "Update to yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats` auf neue Slash-Command-Arch in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für zulässige/ausgeschlossene MCP-Servernamen in Settings hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * `/extensions` auf neue Slash-Command-Arch aktualisieren von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Port dynamisch in VSCode-Erweiterung setzen und daraus in gemini-cli lesen, Initialbenachrichtigung senden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Verarbeite aktive Datei an System-Prompt weiter von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * Verbessere Autocomplete-Verhalten bei Slash-Befehlen durch @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellung, dass Gemini Code Assist über Google De… von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Anzeigeinformationen von "/chat list" und "/chat resume" optimieren von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migrate compress-Command durch @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Move MCP-Slash-Command zum neuen System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): Eingabepuffer bei CTRL+C löschen, wenn keine Befehle ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Hintergrund-Model-Verfügbarkeitsprüfung im Hintergrund ausführen, um Startzeit zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * aktualisiert `/docs` auf neue Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Revert "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Schließe Companion-VS Code Extension-VSIX als Teil von Build/Release ein von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * aktualisiert `/tools` auf neue Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: google/genai auf v1.9.0 aktualisieren und zu MCP-bezogenen Tools auf parametersJsonSchema wechseln von @wanlin31 in https://github.com/google-gemini/gemini-cli/pull/4176 * Kleine UX-Updates für IDE-Modus von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4311 * Addiere /ide status
Features
30. Juli 2025
## Was sich geändert hat * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwellenwert reduzieren, ab dem wir den Verlauf komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * hilfe: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Verbesserung der PR-Triage von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt fest kodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Strg+s-Verknüpfung anzeigen, um Debug-Konsole zu erweitern #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config in flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google-Benutzer-ID sicher Clearcut übergeben korrigiert von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeug-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer umgestalten, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliche Builds korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerbeseitigung von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierte Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Befehl-Verwendungsfehler in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um Verwendung des API-Schlüssels für Vertex anzuzeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor:_allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI zulassen, die Auth des Nutzers in Cloud Shell erneut zu verwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Werkzeuge einmalig beim Start initialisieren statt jedes Mal bei Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Problem im Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release- und Packaging: Bereinigung von von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Fork-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlosschleife in start.js unter Windows behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzte Verlauf beibehalten beim Komprimieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nächtliches Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Argumenten-Validierung und Typisierung von Funktionsaufrufen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Führe führenden Slash wegen Windows-Unrecht nicht durch, da dort nicht wahr von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Auth-Umgebungsvariablen-Validierung und Messaging, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge Befehlszeilenoption hinzu, um Extensions zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Berücksichtige DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: konsolidiere alle Flags zu Bindestrichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlerhafte Anfrage im Modell-Check behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Key-Authentifizierung standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell
Features
29. Juli 2025
## Änderungen * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle für History-Kompression senken von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Rechtschreibfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt fest codiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s Shortcut zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id wird an Clearcut übergeben – behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge erweitert und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Buffer neu strukturiert, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von Github Actions und Tagging für Releases. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly releasen format angepasst von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierte Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Fehler bei der Befehlsverwendung in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli angepasst, Nutzung des API-Schlüssels für Vertex erklärt von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future refaktoriert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Enable Gemini CLI, um die Auth des Nutzers im Cloud Shell wiederzuverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Werkzeuge einmalig beim Start initialisieren statt jedes Mal bei der Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte Escape-Taste Bug im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: zeitgesteuerte Jobs im Fork-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fixe unendliche Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte kürzlich historie beim Komprimieren bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbessere Validierung und Typisierung von Funktionsargumenten von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Führt Leading Slash auf Windows nicht durch, da dort nicht zutreffend von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Validierung von Auth-Umgebungsvariablen und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge Befehlszeilenoption hinzu, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Berücksichtige DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veralten) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfig hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von 6.7
Features
28. Juli 2025
## Was sich geändert hat * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduzieren, ab der wir Historie komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Update Benachrichtigungsvorlage von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Rechtschreibung in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiertem #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S-Verknüpfung zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Korrigierte Google-User-ID-Übermittlung an Clearcut von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Refactor Text-Puffer zur Nutzung eines Reducers von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging fürs Nightly-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigiert von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * fix: Befehlsnutzung in deployment.md korrigieren von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Key-Nutzung für Vertex anzuzeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindern, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names zu allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future refakturiert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Ermögliche Gemini CLI, die Auth des Nutzers in Cloud Shell wiederzuverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Bug im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release- und Packaging: Bereinigen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: Allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: Geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix endlose Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte aktuellen Verlauf beim Komprimieren bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbessere Validierung und Typisierung von Funktionsaufrufen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Erzwinge keinen führenden Slash mehr, da das unter Windows nicht stimmt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Validierung von Auth-Umgebungsvariablen und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren können von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge eine Befehlszeilenoption hinzu, um Extensions zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Honors DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: konsolidiere alle Flags zu Bindestrichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Schlechter Request im Model-Check korrigieren von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Nicht blind standardmäßig auf API-Key-Auth setzen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557
Features
27. Juli 2025
## Änderungen * Tag für /chat erforderlich gemacht von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduziert, ab der wir Verlauf komprimieren, von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab-Tipp hinzugefügt von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Update Benachrichtigungs-Template von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): Automatisiertes und geplantes PR-Triage hinzugefügt von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Verbesserung der PR-Triage von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md behoben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Whitespace entfernt von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt fest codiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s Shortcut zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisiert von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id zum Clearcut übertragen behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Buffer in Reducer umstrukturiert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von Github Actions und Tagging für Releases. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Release formatiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler behoben von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisiert, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signieren von Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Fehler bei der Befehlsverwendung in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisiert, um Nutzung des API-Schlüssels für Vertex anzuzeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entfernt unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab vom automatischen Ausführen unvollständiger Slash-Kommandos verhindern von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future umstrukturiert von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI kann Benutzerauth in Cloud Shell wiederverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren statt jedes Mal bei Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigiert und Tests für Auth-Validierung hinzugefügt von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehler im Auth-Dialog behoben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzugefügt von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktiviert von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlosschleife in start.js unter Windows behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzliches Verlauf beim Komprimieren beibehalten von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nachträgliche Veröffentlichung unter Nachtmodus korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserte Argument-Validierung und Typisierung von Funktionsaufrufen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading-Slash nicht erzwingen, da unter Windows nicht zutreffend von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserte Validierung der Auth-Umgebungsvariablen und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Befehlzeile zum Aktivieren und Auflisten von Extensions hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: DEBUG- und CLI_TITLE-Umgebungsvariablen beachten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Falsche Anfrage im Model-Check behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Standardmäßige API-Key-Authentifizierung nicht blind verwenden von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(de
Features
26. Juli 2025
## Geändert * Tag für /chat erforderlich gemacht von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle zum História-Compressing reduzieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungs-Template aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: überflüssigen Whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * AccentBlue verwenden: „blue“ im ANSI-Theme statt fest kodiertem #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S-Tastenkürzel zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google-Nutzer-ID an Clearcut übergeben korrigiert von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer in Reducer umwandeln von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichen: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliche Builds korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Signierte Tags für nächtliche Releases von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nächtliche Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Befehlverwendung-Problem in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von Gemini-CLI aktualisieren, um Nutzung von API-Schlüsseln für Vertex anzuzeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Unnötigen Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future refaktorieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI ermöglicht Wiederverwendung der Benutzer-Auth in Cloud Shell von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren statt bei jeder Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehlerbehebung im Auth-Dialog von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlose Schleife in start.js unter Windows behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * Stil: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Aktuelle Historie beim Komprimieren beibehalten von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nächtliche Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserung der Fehlerausgabe bei Funktionsaufrufen und Typisierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading-Slash auf Windows ignorieren, da dort nicht true von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Validierung von Auth-Umgebungsvariablen und Messaging zur Erkennung von Einstellungen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Befehlzeile hinzufügen, um Extensions zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * Honor DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * Konsolidieren aller Flags zu Bindestrichen (Unterstrich-Flags veralten) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Falsche Anfrage im Model-Check korrigiert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * auth-Fehler-behandlung: Nicht blind standardmäßig auf API-Key-Auth setzen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * Chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Version von shell-quote korrigiert von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von 6.7.1 auf 7.1.1 aktualisieren von @dependabot[bot] in https://github.com/google-gemini/gemini-cli/pull/3592 * chore(deps): yargs von 17.7.2 auf 18.0.0 aktualisieren von @dependabot[bot] in https://github.com/google-gemini/gemini-cli/pull/3590 * chore(deps-dev): esbuild von 0.25.5 auf 0.25.6 aktualisieren von @dependabot[bot] in https://github.com/google-gemini/g
Features
25. Juli 2025
## Geändertes * feat(cli): hideBanner-Einstellung hinzufügen, um das Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Fix dubbele Hilfetext für Build-Ziele im Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige stderr-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Markdown-Überschriften-Ebenen-Problem von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Dokumentation zum /extensions-Befehl hinzufügen von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung der VSCode-Kompagnon-Erweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Feature-Flag für IDE-Integration hinzufügen von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): globale Installation im Readme klären von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * aktualisiert '/auth', um neue Slash-Command-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte unkomprimierte Verlauf nicht mit einer Funktionsantwort von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Verhindert stille Fehler und aktiviert für Nicht-Git-Projekte von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * Refactor MCP-Code für Wiederverwendung und Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * Behebe zirkuläre Referenz-JSON-Serialisierung im Telemetrie-Logging von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * Make @-Befehl sortiert Dateien ohne Erweiterungsnamen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Einführung eines Loop-Erkennungsdienstes, der einfache Schleifen bricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten der Schleifen-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migriere /privacy zur neue Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Reine Refaktorisierung: Konsolidierung der isWithinRoot()-Funktions-Aufrufe von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migriere /about in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Veröffentlichung von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: Warnung, die angezeigt wird, falls der Benutzer node -v <20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Behebe: Groß-/Kleinschreibung standardisieren für "Troubleshooting Guide" im README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Fügt der IDE die aktive Datei des Benutzers in die Fußzeile hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Streame Benachrichtigungen, wenn sich die aktive Datei ändert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Aktiviere Tool-Zusammenfassung nur, wenn sie explizit in settings.json gesetzt ist von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * API-Key im Header statt in der URL, von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Rückgängig: Node <20 Warnung von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload der VSIX der Companion-VS Code-Erweiterung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängig: "Update to yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für zulässige/ausgeschlossene MCP-Servernamen in Settings hinzufügen von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * aktualisiere `/extensions` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Port dynamisch in VSCode-Erweiterung setzen und daraus in gemini-cli lesen und erste Benachrichtigung senden von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Verknüpfe aktives File mit System-Prompt durch den IDE-Server von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * verbessere AltName-Vervollständigung Verhalten in Slash-Befehlen von @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellung, dass Gemini Code Assist, wenn angeboten über Google De… von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Optimiere Anzeige-Informationen von "/chat list" und "/chat resume" von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migrate compress-Befehl von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Move MCP-Slash-Command zum neuen System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): leere Eingabe-Puffer bei CTRL+C, wenn keine Befehle ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Führe Hintergrund-Modell-Verfügbarkeits-Check im Hintergrund aus, um Startzeit zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * update `/docs` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Rückgängig: "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Einschluss der Companion-VS Code-Erweiterung VSIX als Teil von Build/Release von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * update `/tools` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: google/genai auf v1.9.0 aktualisieren und zu parametersJsonSchema für MCP-bezogene Tools wechseln von @wanlin31 in https://github.com/google-gem
Features
19. Juli 2025
## Was sich geändert hat * feat(cli): füge hideBanner-Einstellung hinzu, um Startbanner zu deaktivieren von @krikera in https://github.com/google-gemini/gemini-cli/pull/2803 * Fixiere duplizierten Hilfetext für Build-Targets in Makefile von @nick-popovic in https://github.com/google-gemini/gemini-cli/pull/4092 * Zeige stderr-Ausgabe von MCP-Servern im Debug-Modus von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4049 * Behebe Problem mit Markdown-Überschriftenebene von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/3381 * Füge Dokumentation für den /extensions-Befehl hinzu von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/4051 * Einführung der VSCode-Partnererweiterung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/3917 * Füge Feature-Flag für IDE-Integration hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/3927 * fix(docs): Klarstellung der globalen Installation in README von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3781 * Aktualisierte '/auth', um neue Slash-Command-Arch zu verwenden von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/3797 * Starte historischen Verlauf nicht unkomprimiert mit einer Funktionsantwort von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4141 * fix(checkpoint): Verhindere stilles Scheitern und aktiviere für Nicht-Git-Projekte von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4144 * Refactor MCP-Code für Wiederverwendung und Tests von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3880 * Behebe JSON-Serialisierung zirkulärer Referenzen im Telemetrie-Logging von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/4150 * Sortiere @-Befehl-Datei ohne Erweiterungsname von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4158 * Führe Loop-Erkennungsdienst ein, der einfache Schleifen unterbricht von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3919 * Protokolliere die 2 Arten der Loop-Erkennung von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4193 * Migriere /privacy zur neue Architektur von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4202 * Reiner Refactor: Konsolidiere Aufrufe von isWithinRoot() von @scidomino in https://github.com/google-gemini/gemini-cli/pull/4163 * Update auf yargs v18 von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3759 * migriere /about von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4207 * Roadmap-Release von @srithreepo in https://github.com/google-gemini/gemini-cli/pull/4178 * feat: füge Warnung hinzu, die erscheint, wenn Benutzer node -v < 20 verwendet #2930 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3371 * Behebe: Standardisiere Groß-/Kleinschreibung für "Troubleshooting Guide" in README von @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2763 * Fügt den aktiven Dateinamen des Benutzers im IDE-Footer hinzu von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4154 * [ide-mode] Streame Benachrichtigungen, wenn sich die aktive Datei ändert von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4147 * Aktiviere Tool-Zusammenfassung nur, wenn sie explizit in settings.json gesetzt ist von @anj-s in https://github.com/google-gemini/gemini-cli/pull/4140 * feat(tool): sortiere Tool-Liste alphabetisch für deterministische Ausgabe von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/3095 * Inkludiere API-Schlüssel im Header statt in der URL von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4240 * Rückgängig machen der Node <20-Warnung von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/4244 * Upload der VSIX der Companion-VS Code-Erweiterung von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4241 * Rückgängig machen von "Update to yargs v18 (#3759)" von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/4252 * aktualisiert `/stats` zur Verwendung der neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4146 * Unterstützung für erlaubte/ausgeschlossene MCP-Servernamen in Settings von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4135 * aktualisiere `/extensions` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4229 * Setze Port dynamisch in der VSCode-Erweiterung und lese ihn in gemini-cli und sende erste Benachrichtigung von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4255 * [ide-mode] Leite aktiven Datei durch zum Systemprompt von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4264 * Update MaxSizedBox.tsx von @elvinagam in https://github.com/google-gemini/gemini-cli/pull/2233 * Verbessere AltName-Vervollständigung-Verhalten in Slashes-Befehlen von @Lee-WonJun in https://github.com/google-gemini/gemini-cli/pull/4227 * Klarstellt, dass Gemini Code Assist durch Google De… angeboten wird von @cdemeke in https://github.com/google-gemini/gemini-cli/pull/3086 * refactor: Optimiere Anzeigeinformationen von "/chat list" und "/chat resume" von @HunDun0Ben in https://github.com/google-gemini/gemini-cli/pull/2857 * migriere compress-Befehl von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/4271 * Bewege MCP-Slash-Command in neues System von @emeryray2002 in https://github.com/google-gemini/gemini-cli/pull/3678 * feat(cli): Leere Eingabe-Buffer bei CTRL+C, wenn keine Befehle ausgeführt werden von @matias-casal in https://github.com/google-gemini/gemini-cli/pull/1729 * Führe Hintergrundmodell-Verfügbarkeit im Hintergrund aus, um Startzeit zu beschleunigen von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/4256 * chore: Nummerierung in release-docker.yaml aktualisieren von @ramonfigueiredo in https://github.com/google-gemini/gemini-cli/pull/4249 * aktualisiere `/docs` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4133 * Rückgängigmachen von "[ide-mode] Thread active file through to system prompt" von @chrstnb in https://github.com/google-gemini/gemini-cli/pull/4308 * Inklusive Companion-VS Code-Erweiterung VSIX als Teil von Build/Release von @skeshive in https://github.com/google-gemini/gemini-cli/pull/4254 * aktualisiere `/tools` zur neuen Slash-Command-Arch von @haroldmciver-go in https://github.com/google-gemini/gemini-cli/pull/4236 * fix: aktualisiere google/genai auf v1.9.0 und
Features
14. Juli 2025
**Vollständiges Change-Log**: https://github.com/google-gemini/gemini-cli/compare/v0.1.12...v0.1.12-nightly.250714.b018e2d3
Features
13. Juli 2025
## Änderungen * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle für History-Komprimierung reduzieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab-Hinweis hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README beheben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * AccentBlue verwenden: 'blue' im ANSI-Theme statt fest kodierten #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google Benutzer-ID wird an Clearcut übergeben – behoben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge hinzugefügt und verbessert von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer neu strukturieren, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichung: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliche Releases korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nächtliches Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigiert von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues auf GitHub-Benachrichtigung umstellen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nächtliches Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signierung von Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Fehler bei Befehlsnutzung in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md aktualisieren, um API-Schlüssel-Verwendung für Vertex anzuzeigen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Unnötigen Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision Für die Zukunft neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Nutzers in Cloud Shell wiederverwenden kann von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal beim Start initialisieren, statt jedes Mal zu authen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Bug im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsanzeige zu --help-Hinweis hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Endlosschleife in start.js unter Windows behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzliches History beibehalten beim Komprimieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Nächtliches Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Funktion-Call-Argumentvalidierung und Typisierung verbessern von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading Slash nicht erzwingen, da Windows anders ist von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Auth-Umgebungsvariablen-Validierung verbessern, um Settings, die GenAI SDK verwirren, zu erkennen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * BefehlzeileOption hinzufügen, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: DEBUG- und CLI_TITLE-Umgebungsvariablen respektieren von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche konsolidieren (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlerhafte Anfrage im Model-Check korrigiert von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): Standardisierung auf API-Key-Auth vermeiden von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Version von shell-quote korrigieren von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios
Features
11. Juli 2025
## Was sich geändert hat * fix: Verwende Email für Clearcut Logging und refaktorisiere das Abrufen von Benutzerinformationen von @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/3620 * Rücknahme von "fix: Verwende Email für Clearcut Logging und refaktorisiere das Abrufen von Benutzerinformationen" von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3744 * Patch-Fix für grep.test.ts von @aryanjsawant in https://github.com/google-gemini/gemini-cli/pull/3747 * Behebe ungültigen docker-Befehl und ungültiges JSON im mcpServers-Beispiel. von @neoalienson in https://github.com/google-gemini/gemini-cli/pull/3672 * Cleanup: Entfernte doppelte Guidelines-Eingabe von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3741 * Unterbefehle in der Help-Ausgabe einrücken von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3703 * chore(release): v0.1.10 von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3749 * Umgehung der bracketing paste-Unterstützung für Node < 20 von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/2476 * Füge NO_BROWSER-Umgebungsvariable hinzu, um den Offline-OAuth-Flow auszulösen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/3713 * chore: Entferne ungenutzte Abhängigkeit ink-text-input von @smasato in https://github.com/google-gemini/gemini-cli/pull/2388 * chore(deps): Pin @google/genai auf 1.8.0 von @trapezoid in https://github.com/google-gemini/gemini-cli/pull/3834 ## Neue Contributors * @gsquared94 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3620 * @aryanjsawant hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3747 * @neoalienson hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3672 * @trapezoid hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3834 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.1.10...v0.1.11
Features
11. Juli 2025
## Änderungen * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle für History-Komprimierung reduzieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab Hinweis hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Update Benachrichtigungs-Vorlage von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README behoben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): Pr-Triage verbessert von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Rechtschreibfehler in CONTRIBUTING.md behoben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernt von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: ‚blue‘ im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Ctrl+S Shortcut zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler holen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id wird an Clearcut weitergereicht – Fix von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeugmethoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer umgestalten, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für Nightly-Release korrigiert von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehlerbehebungen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Issue-Templates aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Befehlsnutzungsfehler in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um API-Key Nutzung für Vertex zu zeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060 * Unnötigen Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feat(commands) - Slash Command + Vision für die Zukunft umgestalten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Nutzers in Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools beim Start einmal initialisieren statt jedes Mal neu zu authen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Bug im Auth-Dialog fixen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release- und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsnachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked-Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Fix Unendliche Schleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten und Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürzliche History bewahren, wenn komprimiert wird von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbesserte Validierung von Funktionsaufrufen und Typisierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Leading Slash nicht erzwingen, da auf Windows anders ist von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbesserung der Validierung von Auth-Umgebungsvariablen und Messaging zur Erkennung von Einstellungen, die GenAI SDK verwirren, von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Hinzufügen einer Kommandozeilenoption zum Aktivieren und Auflisten von Extensions von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Berücksichtige DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veralten) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlerhafte Anfrage in Modellprüfung behoben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): nicht blindly auf API-Key-Auth standardisieren von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3557 * chore(deps): gaxios von 6.7.1 auf 7.1.1
Features
10. Juli 2025
## Was sich geändert hat * tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle verringern, ab der wir Verlauf komprimieren. von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab-Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README beheben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * AccentBlue-Farbton: 'blue' im ANSI-Theme statt hartkodiert #0000FF verwenden von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Verkürzten Shortcut ctrl+s anzeigen, um Debug-Konsole zu erweitern #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id korrekt an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer neu gestalten, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly Release korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly releasetag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues auf GitHub Alerts aktualisieren von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly releasetag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signiert Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * behebe Befehlsnutzungsproblem in deployment.md by @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um API-Schlüssel-Nutzung für Vertex zu zeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060 * Entferne unnötigen Code. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Verhindere, dass Tab unvollständige Slash-Befehle automatisch ausführt von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision for the Future neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Benutzer-Auth in Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmal beim Start initialisieren statt jedes Mal bei der Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler beheben und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehlerbehebung im Auth-Dialog von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Nutzungsmeldung zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Fork-Repository deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Beende Endlosschleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Kürze Verlauf, wenn komprimiert wird. von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nächtliches Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 * Verbessere Validierung von Funktionsaufrufen und Typisierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/2881 * Erzwinge keinen Leading Slash, da dies unter Windows nicht zutrifft von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3545 * Verbessere Validierung der Auth-Umgebungsvariablen und Meldungen, um Einstellungen zu erkennen, die GenAI SDK verwirren könnten von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/1381 * Füge eine Befehlszeilenoption hinzu, um Erweiterungen zu aktivieren und aufzulisten von @bbiggs in https://github.com/google-gemini/gemini-cli/pull/3191 * fix: Ehre DEBUG- und CLI_TITLE-Umgebungsvariablen von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3560 * refactor: alle Flags auf Bindestriche vereinheitlichen (Unterstrich-Flags veraltet) von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3541 * Fehlerhafte Anfrage bei Modell-Check beheben von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3568 * fix(auth): standardisiere Authentifizierung nicht blind auf API-Key-Bezug von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/3235 * chore(deps): Dependabot-Konfiguration hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2972 * chore: CodeQL-Analyse hinzufügen von @swissspidy in https://github.com/google-gemini/gemini-cli/pull/2992 * Fix Version von shell-quote von @scidomino in https://github.com/google-gemini/gem
Features
9. Juli 2025
## Was sich geändert hat * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Senke die Schwelle, ab der wir Verlauf komprimieren, von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * hilfe: füge Tipps zu shift+tab hinzu von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Aktualisiere Benachrichtigungsvorlage von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung anzeigen, um Debug-Konsole zu erweitern #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id bei Clearcut übergeben korrigiert von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Buffer refakturiert, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release verwenden von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * fix Tagging für nightly von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly Release-Tag-Formatierung von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly Release-Commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Behebungsbefehl-Verwendung in deployment.md korrigiert von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doku: README.md von gemini-cli aktualisieren, um Node.js Version 20+ zu erfordern von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * feat: Minimale Node.js-Version auf 20 erhöhen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3277 * Tippfehler in diversen Dateien korrigieren von @didier-durand in https://github.com/google-gemini/gemini-cli/pull/3284 * Mk nohup von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3285 * fix: kleine Rechtschreibfehler von @0ldh in https://github.com/google-gemini/gemini-cli/pull/3183 * fix(cli): Gruppiere abgebrochene Tool-Aufrufe, um API-Fehler zu verhindern von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3333 * Relase: Aufräumen und Verdichten von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3321 * prompts für Release aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3335 * fix(core): Tool-Parameter bereinigen, um 400 API-Fehler zu beheben von @BigUncle in https://github.com/google-gemini/gemini-cli/pull/3300 * Fix #2922: Verhinderung der @-Verkettung zu gültigen Pfaden im Shell-Modus von @siba2893 in https://github.com/google-gemini/gemini-cli/pull/2932 * feat: Inline-Inhaltsänderung im Tool-Scheduler behandeln von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/2883 * Update @google/genai -> 1.8.0 von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3339 * feat: Warnungen beim Start des Benutzers hinzufügen, Verzeichnisprüfung hinzufügen von @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/3056 * feat: YOLO-Modus-Verschluss im /help anzeigen lassen von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/3367 * Release-Misc von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3418 * feat(core): Fehlermeldungen bei isCommandAllowed verbessern von @y-okt in https://github.com/google-gemini/gemini-cli/pull/3349 * fix: Umgebungsvariablen in .env für settings.json-Variablenersetzung berücksichtigen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3416 * Fix verschachtelte Markdown-Rendering für Tabellenüberschriften und -zeilen #3331 von @zfflxx in https://github.com/google-gemini/gemini-cli/pull/3362 * @file respektiert keine config respectGitIgnore=false (#3382) von @zfflxx in https://github.com/google-gemini/gemini-cli/pull/3387 * feat: .svg-Unterstützung hinzufügen von @PugazhendhiDev in https://github.com/google-gemini/gemini-cli/pull/3229 * Migriere Gemini CLI Action-Workflows zu Direct WIF-Authentifizierung von @jerop in https://github.com/google-gemini/gemini-cli/pull/3456 * Backticks im Shell-Tool-Verwendung wieder aktivieren. von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3360 * Füge excludeTools und includeTools zur mcpServers-Konfiguration hinzu von @jdemeulenaere in https://github.com/google-gemini/gemini-cli/pull/2976 * Neuer Test, um zu prüfen, dass bei Bereitstellung eines Authorization-Headers dies genutzt wird von @gennadiycivil in https://github.com/google-gemini/gemini-cli/pull/3023 * --allowed_mcp_server_names-Flag hinzufügen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3464 * fix: EditTool kann menschliche Bearbeitungen derselben Datei überschreiben von @mainroach in https://github.com/google-gemini/gemini-cli/pull/3043 * README.md aktualisieren, um API-Key-Nutzung für Vertex zu zeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060
Features
8. Juli 2025
## Was sich geändert hat * Tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwellenwert für die Komprimierung des Verlaufs reduzieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Shift+Tab Hinweis hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungsvorlage aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README beheben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hartkodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: Tastenkombination ctrl+s zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id sicher an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer neu organisieren, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Releases. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für Nightly-Release korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly relase tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigieren von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Issue-Vorlagen aktualisieren, um GitHub Alert zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly relase tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Signieren von Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Behebung eines Befehlsnutzungsfehlers in deployment.md von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um API-Schlüssel-Nutzung für Vertex zu verlangen von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * Entfernen unnötiger Codeschnipsel von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision For the Future neu strukturieren von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Gemini CLI so konfigurieren, dass es die Auth des Nutzers im Cloud Shell wiederverwendet von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren, statt jedes Mal bei der Authentisierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler beheben und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppelte "esc"-Fehlerbehebung im Auth-Dialog von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 ## Neue Mitwirkende * @mpcarolin hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3061 * @acktsap hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/2722 * @joshmoon827 hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/2781 * @fnune hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3100 * @rmedranollamas hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3117 * @SunskyXH hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/2118 * @kumar-mithlesh hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3203 * @jackwotherspoon hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3167 * @nedn hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3247 * @didier-durand hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3284 * @0ldh hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3183 * @BigUncle hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3300 * @siba2893 hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/2932 * @adamfweidman hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/2883 * @y-okt hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3349 * @zfflxx hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3362 * @PugazhendhiDev hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3229 * @gennadiycivil hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3023 * @mainroach hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3043 * @chrisheecho hat seine erste Mitwirkung beigetragen in https://github.com/google-gemini/gemini-cli/pull/3060 * @sambhavKhanna hat seine erste Mitwirkung beigetragen in
Features
8. Juli 2025
## Änderungen Seit Dem Letzten Mal * Tag für /chat verpflichtend machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle reduzieren, ab der wir Verlauf komprimieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * help: Shift+Tab Tipp hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungs-Template aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Rechtschreibfehler in README korrigieren von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Rechtschreibfehler in CONTRIBUTING.md korrigieren von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' in ANSI-Thema statt hartkodiertes #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Verknüpfung zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Konfiguration im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id erfolgreich an Clearcut übertragen von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge aktualisieren und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer refaktorieren, um Reducer zu verwenden von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Releases von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Release korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly relase tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibfehler korrigieren von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues aktualisieren, um GitHub-Alerts zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly relase tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von Tags von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Behebungsbefehl in deployment.md fehlerhaft verwendet korrigiert von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli aktualisieren, um Nutzung des API-Schlüssels für Vertex zu zeigen von @chrisheecho in https://github.com/google-gemini/gemini-cli/pull/3060 * Unnötigen Code entfernen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3467 * fix(cli): Tab daran hindern, unvollständige Slash-Befehle automatisch auszuführen von @sambhavKhanna in https://github.com/google-gemini/gemini-cli/pull/2919 * refactor: allowed_mcp_server_names in allowed-mcp-server-names umbenennen von @teeler in https://github.com/google-gemini/gemini-cli/pull/3469 * feature(commands) - Slash Command + Vision für die Zukunft neu gestalten von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/3175 * Enable Gemini CLI, um die Auth des Benutzers in Cloud Shell wiederzuverwenden von @mboshernitsan in https://github.com/google-gemini/gemini-cli/pull/3070 * MCP-Tools einmalig beim Start initialisieren statt jedes Mal bei der Authentifizierung von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3483 * Tippfehler korrigieren und Tests für Auth-Validierung hinzufügen von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3491 * Doppeltes "esc"-Bug im Auth-Dialog beheben von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3493 * Release und Packaging: Aufräumen von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3489 * chore: allgemeine Usage-Nachricht zu --help hinzufügen von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3500 * ci: geplante Jobs im Forked Repo deaktivieren von @warjiang in https://github.com/google-gemini/gemini-cli/pull/3093 * Beende Endlosschleife in start.js unter Windows von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/3506 * style: Ausführungszeit als Minuten, Sekunden formatieren von @Aisha630 in https://github.com/google-gemini/gemini-cli/pull/2707 * Behalte jüngste Historie beim Komprimieren bei von @scidomino in https://github.com/google-gemini/gemini-cli/pull/3049 * Fix nightly Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3511 ## Neue Mitwirkende * @mpcarolin hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3061 * @acktsap hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2722 * @joshmoon827 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2781 * @fnune hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3100 * @rmedranollamas hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3117 * @SunskyXH hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2118 * @kumar-mithlesh hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3203 * @jackwotherspoon hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3167 * @nedn hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3247 * @didier-durand hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3284 * @0ldh hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3183 * @BigUncle hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3300 * @siba2893 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2932 * @adamfweidman hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2883 * @y
Features
7. Juli 2025
## Änderungen seit dem letzten Release * Tagpflicht für /chat erzwingen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwellenwert reduzieren, ab dem wir Verlauf komprimieren von @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Tipp zu Shift+Tab hinzufügen von @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungs-Template aktualisieren von @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README beheben von @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisierte und geplante PR-Triage hinzufügen von @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern von @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md beheben von @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Whitespace entfernen von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hart kodiert #0000FF von @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s Tastenkürzel zum Erweitern der Debug-Konsole anzeigen #2002 von @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Kunst für kleinere Bildschirme aktualisieren von @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus Config im flashFallbackHandler abrufen von @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id erfolgreich an Clearcut übergeben von @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kern-Tool-Methoden hinzufügen und verbessern von @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Puffer um Refactor zu Reducer ändern von @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Release: Nutzung von Github Actions und Tagging für Release. von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nächtliche Builds korrigieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Tippfehlerkorrekturen von @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Issue-Vorlagen aktualisieren, um GitHub Alert zu verwenden von @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release tag formatting von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 * Tags signieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3254 * Mk sign nightly release commits von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3264 * Fehler bei Befehlsnutzung in deployment.md behoben von @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2862 * Doc: README.md von gemini-cli auf Node.js Version 20+ aktualisiert von @nedn in https://github.com/google-gemini/gemini-cli/pull/3247 * feat: Mindestens Node.js Version auf 20 aktualisieren von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3277 * Tippfehler in diversen Dateien behoben von @didier-durand in https://github.com/google-gemini/gemini-cli/pull/3284 * Mk nohup von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3285 * fix: kleiner Tippfehler von @0ldh in https://github.com/google-gemini/gemini-cli/pull/3183 * fix(cli): Gruppiere Abbruch-Reaktionen von Tool-Aufrufen, um API-Fehler zu verhindern von @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/3333 * Release: Bereinigen und Verdichten von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3321 * Bereinigung von Prompts für Release von @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3335 * fix(core): Tool-Parameter säubern, um 400 API-Fehler zu beheben von @BigUncle in https://github.com/google-gemini/gemini-cli/pull/3300 * Fix #2922: Verhinderung von @-Konkatenation zu gültigen Pfaden im Shell-Modus von @siba2893 in https://github.com/google-gemini/gemini-cli/pull/2932 * feat: Inline-Inhalt-Modifikation im Tool-Scheduler behandeln von @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/2883 ## Neue Contributors * @mpcarolin hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3061 * @acktsap hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2722 * @joshmoon827 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2781 * @fnune hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3100 * @rmedranollamas hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3117 * @SunskyXH hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2118 * @kumar-mithlesh hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3203 * @jackwotherspoon hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3167 * @nedn hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3247 * @didier-durand hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3284 * @0ldh hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3183 * @BigUncle hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/3300 * @siba2893 hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2932 * @adamfweidman hat seinen ersten Beitrag geleistet in https://github.com/google-gemini/gemini-cli/pull/2883 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.1.9...v0.1.9-nightly.250707.d1c0a211
Features
4. Juli 2025
## Was sich geändert hat * tag für /chat erforderlich machen von @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2904 * Schwelle verringern, ab der wir Verlauf komprimieren by @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2898 * Hilfe: Tipp zu Shift+Tab hinzufügen by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2892 * Benachrichtigungs-Template aktualisieren by @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/3035 * Tippfehler in README korrigieren by @mpcarolin in https://github.com/google-gemini/gemini-cli/pull/3061 * feat(workflows): automatisches und geplantes PR-Triage hinzufügen by @jerop in https://github.com/google-gemini/gemini-cli/pull/3062 * refactor(ci): PR-Triage verbessern by @jerop in https://github.com/google-gemini/gemini-cli/pull/3082 * docs: Tippfehler in CONTRIBUTING.md korrigieren by @acktsap in https://github.com/google-gemini/gemini-cli/pull/2722 * fix: unnötigen Leerraum entfernen by @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/2781 * Use AccentBlue: 'blue' im ANSI-Theme statt hart kodiert #0000FF by @fnune in https://github.com/google-gemini/gemini-cli/pull/3100 * fix: ctrl+s-Tastenkürzel zum Erweitern der Debug-Konsole anzeigen #2002 by @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2491 * feat(cli): ASCII-Art für kleinere Bildschirme aktualisieren by @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/3117 * fix(client): Modell aus config im flashFallbackHandler abrufen by @SunskyXH in https://github.com/google-gemini/gemini-cli/pull/2118 * Google User Id wird an Clearcut übergeben korrigiert by @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/3147 * JSDoc-Kommentare für Kernwerkzeuge-methoden hinzufügen und verbessern by @joshmoon827 in https://github.com/google-gemini/gemini-cli/pull/3128 * Text-Buffer refaktorieren, um Reducer zu nutzen by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2652 * Veröffentlichung: Nutzung von Github Actions und Tagging für Release. by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/2852 * Tagging für nightly-Release korrigieren by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3202 * Mk nightly release Tag-Formatierung by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3204 * chore: Rechtschreibkorrekturen by @kumar-mithlesh in https://github.com/google-gemini/gemini-cli/pull/3203 * ci: Vorlagen für Issues auf GitHub Alerts umstellen by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/3167 * Mk nightly release Tag-Formatierung by @mattKorwel in https://github.com/google-gemini/gemini-cli/pull/3206 ## Neue Mitwirkende * @mpcarolin hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/3061 geleistet * @acktsap hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/2722 geleistet * @joshmoon827 hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/2781 geleistet * @fnune hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/3100 geleistet * @rmedranollamas hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/3117 geleistet * @SunskyXH hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/2118 geleistet * @kumar-mithlesh hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/3203 geleistet * @jackwotherspoon hat seinen ersten Beitrag in https://github.com/google-gemini/gemini-cli/pull/3167 geleistet **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.1.9...v0.1.9-nightly.250704.23eea823
Features
2. Juli 2025
Fast follow bug fixes from 0.1.8 ## Packages - https://www.npmjs.com/package/@google/gemini-cli/v/0.1.9 - https://www.npmjs.com/package/@google/gemini-cli-core/v/0.1.9 ## What's Changed * Improve slashCommand autoCompletion logic by @sethtroisi in https://github.com/google-gemini/gemini-cli/pull/2776 * Special case mime type for ts file. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2902 * Fix characters being dropped in text-buffer by @bbiggs in https://github.com/google-gemini/gemini-cli/pull/2504 * feat(core): Add infinite loop protection to client by @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/2793 * Add excludedTools to extensions. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2853 * Added support for session_id in API calls by @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/2886 * chore: bump version to 0.1.9 by @KeijiBranshi in https://github.com/google-gemini/gemini-cli/pull/2906 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.1.8...v0.1.9
Features
1. Juli 2025
## What's Changed * Upgrade to Ink 6 and React 19 by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/2096 * Updates error handling in case of incorrect tool calling. by @vachan-shetty in https://github.com/google-gemini/gemini-cli/pull/2304 * chore: bump to 0.1.8 by @KeijiBranshi in https://github.com/google-gemini/gemini-cli/pull/2308 * add issue triage using gemini cli by @jerop in https://github.com/google-gemini/gemini-cli/pull/2310 * improve triage prompt by @jerop in https://github.com/google-gemini/gemini-cli/pull/2314 * chore: fix typo in mcp-client by @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/1555 * Fix typos by @sadikkuzu in https://github.com/google-gemini/gemini-cli/pull/1629 * quiet dotenv log message by @motdotla in https://github.com/google-gemini/gemini-cli/pull/2239 * Inline the description and schema of the shell tool in the source by @bbiggs in https://github.com/google-gemini/gemini-cli/pull/1709 * chore: add proper pluralization handling for match in grep tool by @kahlstrm in https://github.com/google-gemini/gemini-cli/pull/2344 * fix: typo by @reidliu41 in https://github.com/google-gemini/gemini-cli/pull/2415 * Add troubleshooting note about CI env variables by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/2229 * feat: add VSCodium editor support by @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/2299 * fix edit retrigger by @ngleo in https://github.com/google-gemini/gemini-cli/pull/2306 * fix file extension in "modify flow" temp files by @ngleo in https://github.com/google-gemini/gemini-cli/pull/2478 * Re-enable Gemini Code Assist PR review bot by @umairidris in https://github.com/google-gemini/gemini-cli/pull/2254 * chore(gha): pin issue triage workflow to a specific commit by @jerop in https://github.com/google-gemini/gemini-cli/pull/2496 * docs: remove duplicate tool descriptions in file-system.md by @StarkOne in https://github.com/google-gemini/gemini-cli/pull/1790 * fix: Correct start script reference in create_alias.sh by @jimmyliao in https://github.com/google-gemini/gemini-cli/pull/1487 * docs: fix typos and grammatical errors by @krushna-sharma in https://github.com/google-gemini/gemini-cli/pull/2459 * Remove debug logs that are not actionable but numerous by @anj-s in https://github.com/google-gemini/gemini-cli/pull/2030 * 📦 NEW: Theme Shades of Purple by @ahmadawais in https://github.com/google-gemini/gemini-cli/pull/2114 * Esc to exit privacy screen in error state by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2527 * refactor: use for...of loop instead of traditional for loop by @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/1840 * refactor: remove imported multiple times by @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/1846 * docs: Add uninstallation instructions to README by @Zircoz in https://github.com/google-gemini/gemini-cli/pull/1985 * feat: add Neovim editor support by @yuki-yano in https://github.com/google-gemini/gemini-cli/pull/1448 * Fix a broken link by @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2598 * Fix a heading issue for Authentication Setup doc by @doggy8088 in https://github.com/google-gemini/gemini-cli/pull/2592 * Clarify .gemini/config.yaml is for the PR review bot (not CLI). by @umairidris in https://github.com/google-gemini/gemini-cli/pull/2495 * refactor: remove unnecessary assertion by @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2579 * refactor: remove unnecessary "await" by @noritaka1166 in https://github.com/google-gemini/gemini-cli/pull/2574 * feat: allow command-specific restrictions for ShellTool by @jerop in https://github.com/google-gemini/gemini-cli/pull/2605 * chore: add .editorconfig by @aspiers in https://github.com/google-gemini/gemini-cli/pull/2572 * fix: Correct pluralization of the number of occurrences in `EditTool` tool errors by @timrogers in https://github.com/google-gemini/gemini-cli/pull/2463 * Added obfuscated google account ID to clearcut log messages by @bdmorgan in https://github.com/google-gemini/gemini-cli/pull/2593 * Fix clearcut-logger.ts to event name GEMINI_CLI_API_RESPONSE_TOOL_TOK… by @uttamkanodia14 in https://github.com/google-gemini/gemini-cli/pull/1875 * feat: modular GEMINI.md imports with @file.md syntax (#1585) by @bniladridas in https://github.com/google-gemini/gemini-cli/pull/2230 * fix:Update /help to show correct newline key combo for different OS #… by @devpool007 in https://github.com/google-gemini/gemini-cli/pull/2043 * Highlight previous user input by @AlphaDaze in https://github.com/google-gemini/gemini-cli/pull/2507 * feat(cli): Add hideTips setting by @marcinjahn in https://github.com/google-gemini/gemini-cli/pull/1524 * feat: add support to remote MCP servers for custom HTTP headers by @aspiers in https://github.com/google-gemini/gemini-cli/pull/2477 * feat: Change /stats to include more detailed breakdowns by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2615 * feat(shell): Enable prefix matching for flexible command validation by @jerop in https://github.com/google-gemini/gemini-cli/pull/2653 * Fix oauth credential caching. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2709 * refactor(workflows): separate issue triage into two workflows by @jerop in https://github.com/google-gemini/gemini-cli/pull/2746 * feat(workflows): add issues list command to automated triage workflow by @jerop in https://github.com/google-gemini/gemini-cli/pull/2749 * fix(workflows): use preview release gemini-cli in triage workflows by @jerop in https://github.com/google-gemini/gemini-cli/pull/2759 * Fix CODE_ASSIST_ENDPOINT env var. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2712 * Removed fallback logic for gaia id logging by @owenofbrien in https://github.com/google-gemini/gemini-cli/pull/2761 * Remove unused method by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2721 * Use structured prompt for compression. by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2747 * Rename AuthType LOGIN_WITH_GOOGLE_PERSONAL -> LOGIN_WITH_GOOGLE by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2769 * refactor(ui): revamp exit stats display by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/2771 * Fix: Use HTTPS in docs and correct formatting typo in troubleshooting guide by @Jvr2022 in https://github.com/google-gemini/gemini-cli/pull/2762 * feat(triage): improve automated issue triage workflows by @jerop in https://github.com/google-gemini/gemini-cli/pull/2778 * update check + tests by @eddie-santos in https://github.com/google-gemini/gemini-cli/pull/2772 * docs(auth): clarify env-file discovery & recommend by @jarvisphere in https://github.com/google-gemini/gemini-cli/pull/2402 * feat: Add markdown table rendering support by @heartyguy in https://github.com/google-gemini/gemini-cli/pull/1955 * Make clean script cross-platform by @Mirza-Samad-Ahmed-Baig in https://github.com/google-gemini/gemini-cli/pull/1990 * Fix spurious logs about invalid MaxSizedBox children due to Ink6 + React19 migration by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/2794 * feat: add weekly community report workflow by @jerop in https://github.com/google-gemini/gemini-cli/pull/2855 * Use the constant placeholders for ".gemini/settings.json" in gemini.tsx by @scidomino in https://github.com/google-gemini/gemini-cli/pull/2860 * Update README.md by @logankilpatrick in https://github.com/google-gemini/gemini-cli/pull/2729 * feat: add audio and video support to read_file by @santhoshkumarCodes in https://github.com/google-gemini/gemini-cli/pull/2556 * Docs: Add a page detailing quota and cost information by @ptone in https://github.com/google-gemini/gemini-cli/pull/2894 ## New Contributors * @vachan-shetty made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2304 * @sadikkuzu made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1629 * @motdotla made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2239 * @kahlstrm made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2344 * @reidliu41 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2415 * @chrstnb made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2229 * @psinha40898 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2299 * @umairidris made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2254 * @krushna-sharma made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2459 * @ahmadawais made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2114 * @Zircoz made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1985 * @yuki-yano made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1448 * @doggy8088 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2598 * @aspiers made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2572 * @timrogers made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2463 * @uttamkanodia14 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1875 * @bniladridas made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2230 * @devpool007 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2043 * @AlphaDaze made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2507 * @marcinjahn made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1524 * @Jvr2022 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2762 * @jarvisphere made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2402 * @heartyguy made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1955 * @Mirza-Samad-Ahmed-Baig made their first contribution in https://github.com/google-gemini/gemini-cli/pull/1990 * @santhoshkumarCodes made their first contribution in https://github.com/google-gemini/gemini-cli/pull/2556 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.1.7...v0.1.8
Features