summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2025-08-14feat: Allow combining -p and stdin for prompt input (#4406)Wietse Venema
Co-authored-by: Allen Hutchison <[email protected]>
2025-08-14Update IDE integration context toggle shortcut to ctrl+G (#6245)Shreya Keshive
2025-08-14[ide-mode] Add docs on running the vscode companion extension locally (#6145)christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Shreya <[email protected]> Co-authored-by: Shreya Keshive <[email protected]>
2025-08-14bug(cli): Exclude only specific tests. (#6244)joshualitt
2025-08-14/chat save command saves empty conversations with only system context (#6121)Kamal Raj Sekar
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14[ide-mode] Suggest the extension name in the installation messages (#6182)christine betts
2025-08-14Log CLI version and git commit hash (v2) (#6176)owenofbrien
2025-08-14chore(release): v0.1.21 (#6207)matt korwel
Co-authored-by: gemini-cli-robot <[email protected]>
2025-08-14feat(deps): Update @google/genai to 1.13.0 (#6184)Sandy Tao
2025-08-14Fix/emoji support (#6187)Jacob Richman
Co-authored-by: elasticdotventures <[email protected]>
2025-08-14refactor: remove modelCheck feature (#6185)Allen Hutchison
2025-08-13chore(telemetry): Add various surface detection to `determineSurface` for ↵Richie Foreman
logging. (#6074) Co-authored-by: christine betts <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-08-13Update Ink version (#6175)Jacob Richman
2025-08-13fix: use server-returned project for gca free tier auth (#6113)Gaurav
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166)Richie Foreman
2025-08-13fix(core): Discard thought signature when switching from Gemini API Key to ↵Sandy Tao
OAuth (#6090) Co-authored-by: Jacob Richman <[email protected]>
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-13fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)Harold Mciver
2025-08-13feat(core): Migrate read_many_files, shell, and web_fetch. (#6167)joshualitt
2025-08-13feat(core): Continue declarative tool migration. (#6114)joshualitt
2025-08-13Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent ↵Jacob Richman
telemetry" (#6161)
2025-08-13Add support for trustedFolders.json config file (#6073)shrutip90
2025-08-13move errorParsing.ts to core (#6159)Adam Weidman
2025-08-13Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)Deepankar Sharma
Co-authored-by: jacob314 <[email protected]>
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
Co-authored-by: Conrad Irwin <[email protected]> Co-authored-by: Ben Brandt <[email protected]>
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6023)Richie Foreman
2025-08-13Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)Jerop Kipruto
2025-08-12feat: add --approval-mode parameter (#6024)Arya Gummadi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-12Switch from useInput to useKeypress. (#6056)Jacob Richman
2025-08-12[ide-mode] Update installation logic and nudge (#6068)christine betts
2025-08-12chore(release): v0.1.19 (#6069)Shreya Keshive
Co-authored-by: gemini-cli-robot <[email protected]>
2025-08-12chore(usage telemetry): Freshen up Clearcut logging (#6013)Richie Foreman
Co-authored-by: christine betts <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-08-12Bump version number of companion extension to match next Gemini CLI version ↵Shreya Keshive
number (#6065)
2025-08-12Fix: log api response error status codes (#6015)owenofbrien
Co-authored-by: Gaurav <[email protected]>
2025-08-12feat(cli): support single Ctrl+C to cancel streaming, preserving double ↵JAYADITYA
Ctrl+C to exit (#5838)
2025-08-12feat(/setup-github): Use node to download the files (#5863)Seth Vargo
2025-08-11skip loop check if it is currently inside a loop (#6022)Sandy Tao
2025-08-11feat: migrate tools to use parametersJsonSchema. (#5330)Wanlin Du
2025-08-11chore: migrate from responseSchema to use responseJsonSchema. (#4814)Wanlin Du
2025-08-11Start IDE connection after config initialization (#6018)Shreya Keshive
2025-08-11[ide-mode] Update sandbox detection logic to support macos seatbelt (#6005)christine betts
Co-authored-by: matt korwel <[email protected]>
2025-08-11[ide-mode] Update handling of workspace paths (#6014)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Add support for VSCode-like editors (#5699)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Reduce noisy IDE integration error message in standalone terminal (#6006)Shreya Keshive
2025-08-11Fix line end bugs in Vim mode (#5328)Sijie Wang
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Make ProjectIdRequiredError error more lenient (#5693)Tommaso Sciortino
2025-08-11Modify content generated describing the ide context to only include deltas ↵Jacob Richman
after the initial update (#5880)
2025-08-11feat(core): add host validation to GoogleCredentialProvider (#5962)cornmander
Co-authored-by: Brian Ray <[email protected]>
2025-08-11Additional IDE integration polishes (#5985)Shreya Keshive