summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-12docs(commands): add /settings command for user-friendly settings editing (#5984)Ali Al Jufairi
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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-11Add --experimental-cli to speed up prettier formatting. (#5999)cornmander
Co-authored-by: Seth Troisi <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-08-11Fix line end bugs in Vim mode (#5328)Sijie Wang
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11update: issue triage workflows tags duplicate issues (#5868)Gaurav
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
2025-08-11Show IDE diff options in both panes (#5986)christine betts
2025-08-11feat: add "surface" to all logs (#5862)Lee James
2025-08-10docs(config): Add showLineNumbers option to documentation (#5947)Gal Zahavi
2025-08-10docs(readme): Overhaul for clarity and user experience (#5732)Dmitry Lyalin
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Srinath Padmanabhan <[email protected]>
2025-08-10fix(settings): enable default usage statistics collection (#5909)Ali Al Jufairi
2025-08-10feat(ui): add /settings command and UI panel (#4738)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09[#5356] Minor fix: Remove duplicate binding and add complete navigation ↵Lee Won Jun
command (#5884) Co-authored-by: Jacob Richman <[email protected]>
2025-08-09feat(cli) - enhance input UX with double ESC clear (#4453)fuyou
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09feat: drop load-memory-from-include-directories option from cli args (#5866)Yuki Okita
2025-08-09feat: add humorous tip for new line shortcut in Gemini CLI (#5666)JAYADITYA
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <[email protected]>
2025-08-09Centralize Key Binding Logic and Refactor (Reopen) (#5356)Lee Won Jun
Co-authored-by: Lee-WonJun <[email protected]>
2025-08-09feat(chat): Add overwrite confirmation dialog to `/chat save` (#5686)Hiroaki Mitsuyoshi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09fix(core): restrict oauth_creds.json file permissions (#5245)Brian de Alwis
Co-authored-by: cornmander <[email protected]>
2025-08-08chore(release): v0.1.18 (#5864)N. Taylor Mullen
2025-08-08Add MCP Roots support (#5856)Jacob MacDonald
Co-authored-by: Jacob Richman <[email protected]>
2025-08-08feat: Add option to hide line numbers in code blocks (#5857)Gal Zahavi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-08Add a request queue to the tool scheduler (#5845)Jacob MacDonald
2025-08-08Fix excessive console logging + remove unnecessary try catch (#5860)Shreya Keshive
2025-08-08Use slash command instead of context drawer to display open files in editor ↵Shreya Keshive
to reduce flickering in the UI (#5858)
2025-08-08fix(cli) - Adding logging for response and error in LoggingContentGenerator ↵shishu314
(#5842) Co-authored-by: Shi Shu <[email protected]>
2025-08-08Add FolderTrustDialog that shows on launch and enables folderTrust setting ↵shrutip90
(#5815)
2025-08-08[ide-mode] Close all open diffs when the CLI gets closed (#5792)christine betts
2025-08-08[ide-mode] Wire up env variables to sandbox (#5804)christine betts
2025-08-08[ide-mode] Hide diff options when active diff is not focused (#5808)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-08fix(core): Add missing mnemonist dependency (#5841)Gal Zahavi
2025-08-08fix: properly report tool errors in telemetry (#5688)Akhil Appana
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-08Fix for git issue 5657 to add lines of code added/removed telemetry (#5823)agarwalravikant
Co-authored-by: Ravikant Agarwal <[email protected]>
2025-08-08feat(telemetry): Prevent memory leak in ClearcutLogger (#5734)Gal Zahavi
2025-08-08docs: Improve local telemetry example (#5818)Jerop Kipruto
2025-08-08feat(quality): Reset when seeing a new type of Markdown element (#5820)Sandy Tao
2025-08-07fix(cli) - Move logging into CodeAssistServer (#5781)shishu314
Co-authored-by: Shi Shu <[email protected]>
2025-08-07fix: MCP servers allowed in settings do not show up in /mcp command (#5324)laurentsimon
2025-08-07Add echo tool to automated triage workflow (#5809)Jerop Kipruto
Co-authored-by: Gaurav <[email protected]>