summaryrefslogtreecommitdiff
path: root/packages/cli/src
AgeCommit message (Collapse)Author
2025-07-25Regression test for paste when the terminal lacks focus. (#4898)Jacob Richman
2025-07-25Vim mode (#3936)Sijie Wang
2025-07-25Load and use MCP server prompts as slash commands in the CLI (#4828)christine betts
Co-authored-by: harold <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-25Fix bugs breaking drag and drop of files. (#4887)Jacob Richman
Co-authored-by: matt korwel <[email protected]>
2025-07-25Make restoreCommand test windows compatible. (#4873)Tommaso Sciortino
2025-07-25Safer Shell command Execution (#4795)matt korwel
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-25Fix userStartupWarnings to be windows compatible. (#4868)Tommaso Sciortino
2025-07-25[ide-mode] Create an IDE manager class to handle connecting to and exposing ↵christine betts
methods from the IDE server (#4797)
2025-07-25Make useCompletion.test.ts windows compatible (#4766)Tommaso Sciortino
2025-07-25feat(auth): Enhance non-interactive gcp auth (#4811)Gal Zahavi
2025-07-25adh/bugfix/1563 (#4822)Allen Hutchison
2025-07-25Add drawer for active files in IDE mode (#4682)christine betts
Co-authored-by: Shreya <[email protected]>
2025-07-25[Refactor] Centralizes autocompletion logic within useCompletion (#4740)Sandy Tao
2025-07-25feat: add /mcp refresh command (#4566)Ramón Medrano Llamas
2025-07-24feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)Daniel Lee
2025-07-24feat(cli): display timestamp in /chat list (#4733)Thomas Burnham
Co-authored-by: Jacob Richman <[email protected]>
2025-07-23Fix InputPrompt.test.tsx to be windows compatible (#4736)Tommaso Sciortino
2025-07-23Update diff colors (#4747)Miguel Solorio
Co-authored-by: Jacob Richman <[email protected]>
2025-07-23feat(memory): make directory search limit on memory discovery configurable ↵Brandon Keiji
with settings.json (#4460)
2025-07-23add `--telemetry-outfile` flag (#4689)smhendrickson
2025-07-23Make ideCommand test windows compatible. (#4746)Tommaso Sciortino
2025-07-23feat(commands): Implement argument handling for custom commands via a prompt ↵Abhi
pipeline (#4702)
2025-07-23Fix windows bugs in atCommandProcessor.ts (#4684)Tommaso Sciortino
2025-07-22feat(auth): support gemini api key and vertex auth in non-interactive mode ↵Jerop Kipruto
(#4631)
2025-07-22MCP OAuth Part 3 - CLI/UI/Documentation (#4319)Brian Ray
Co-authored-by: Greg Shikhman <[email protected]>
2025-07-22(feat): Initial Version of Custom Commands (#4572)Abhi
2025-07-21Refactor the logic for deciding whether to launch a browser into config (#4622)Marat Boshernitsan
2025-07-21fix: character encoding issues in shell command processor (#1949)BOYI
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-07-21fix: Add warning message for token limit truncation (#2260)darkcocoa
Co-authored-by: Sandy Tao <[email protected]>
2025-07-21Various spelling improvements (#3497)Josh Soref
Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-07-21feat(cli):suggestion-navigation-shortcut (#3641)Seydulla Narkulyyev
Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-21[ide-mode] Use active files and selected text in user prompt (#4614)christine betts
2025-07-21Simplify streaming code for code assist server (#4619)Tommaso Sciortino
2025-07-21Add env var to configure system settings path (#4339)christine betts
2025-07-20fix typos in diverse files (#3550)Didier Durand
Co-authored-by: Pascal Birchler <[email protected]> Co-authored-by: Pascal Birchler <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-20feat(cli): add warnings when gemini-cli is called in the root directory (#4542)Yuki Okita
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-20prefactor(commands): Command Service Prefactor for Extensible Commands (#4511)Abhi
2025-07-20feat: Added /copy command for copying output to clipboard with new Command ↵Devansh Sharma
Service approach (#3706) Co-authored-by: Abhi <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-20feat: full implementation for .geminiignore in settings and respective tool ↵Pyush Sinha
calls (#3727)
2025-07-20Feature custom themes logic (#2639)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-07-19Make shell output consistent. (#4469)Jacob Richman
2025-07-19Revert background agent commits (#4479)Tommaso Sciortino
2025-07-19Automatically detect non-interactive environments and fall back to a manual, ↵Marat Boshernitsan
code-based authentication flow (#4475)
2025-07-18Add /background commands (when background agent is configured) (#4407)Tommaso Sciortino
Co-authored-by: Bryan Morgan <[email protected]>
2025-07-18Display open IDE file in context section above input box rather than in the ↵Shreya Keshive
footer (#4470)
2025-07-18improve command completion trigger logic based on cursor position (#4462)Sandy Tao
Co-authored-by: Jacob Richman <[email protected]>
2025-07-18Summarize extensions and MCP servers on startup (#3977)Billy Biggs
2025-07-18feat(cli): allow executing commands on perfect match (#4397)Harold Mciver
Co-authored-by: Jenna Inouye <[email protected]>
2025-07-18Light theme color improvements (#4396)Miguel Solorio
2025-07-18feat(ui): hide cursor when terminal is unfocused (#4012)Keith Lyons