summaryrefslogtreecommitdiff
path: root/packages/cli/src/config
AgeCommit message (Collapse)Author
2025-08-21Introduce initial screen reader mode handling and flag (#6653)christine betts
2025-08-21feat(cli): prompt completion (#4691)官余棚
Co-authored-by: Jacob Richman <[email protected]>
2025-08-21Force restart on trust level change to reload settings (#6713)shrutip90
2025-08-20Revert "Ignore workspace settings for untrusted folders" (#6672)Jacob Richman
2025-08-20Ignore workspace settings for untrusted folders (#6606)shrutip90
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-19feat(core): Add --skip-next-speaker-check flag (#6589)Sandy Tao
2025-08-19feat(core): refactor shell execution to use node-pty (#6491)Gal Zahavi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19feat(ui): add `hideFooter` setting to hide footer from UI (#6505)Jack Wotherspoon
2025-08-19fix(#5605): .env file loaded after settings are parsed (#6494)HugoMurillo
2025-08-19fix(settings) : Disable showing statics in the dialog (#5998)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-08-19feat(settings): enhance settings management with generic setter and display ↵Ali Al Jufairi
hel… (#6202) Co-authored-by: Jacob Richman <[email protected]>
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-16Add support for HTTP OpenTelemetry exporters (#6357)Billy Biggs
2025-08-15fix(input) ctrl-j support was lost switching to keyBindings.ts (#6305)Jacob Richman
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-14feat: Show untrusted status in the Footer (#6210)shrutip90
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14Update IDE integration context toggle shortcut to ctrl+G (#6245)Shreya Keshive
2025-08-13Add support for trustedFolders.json config file (#6073)shrutip90
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-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-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-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: drop load-memory-from-include-directories option from cli args (#5866)Yuki Okita
2025-08-09Centralize Key Binding Logic and Refactor (Reopen) (#5356)Lee Won Jun
Co-authored-by: Lee-WonJun <[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 FolderTrustDialog that shows on launch and enables folderTrust setting ↵shrutip90
(#5815)
2025-08-07fix: MCP servers allowed in settings do not show up in /mcp command (#5324)laurentsimon
2025-08-07avoid loading and initializing CLI config twice in non-interactive mode (#5793)Jacob MacDonald
2025-08-07Add new folderTrust setting that the users can enable or disable (#5798)shrutip90
2025-08-07Add a context percentage threshold setting for auto compression (#5721)Jacob MacDonald
2025-08-06experiment: Add feature exp flag for folder trust (#5709)shrutip90
2025-08-06Add hint to enable IDE integration for users running in VS Code (#5610)Shreya Keshive
2025-08-06feat(mcp): add `gemini mcp` commands for `add`, `remove` and `list` (#5481)Jack Wotherspoon
2025-08-05Refactor IDE client state management, improve user-facing error messages, ↵Shreya Keshive
and add logging of connection events (#5591) Co-authored-by: matt korwel <[email protected]>
2025-08-05chore(settings): clean up comments in settings.ts (#5576)Oleksandr Gotgelf
2025-08-05feat: Multi-Directory Workspace Support (part 3: configuration in ↵Yuki Okita
settings.json) (#5354) Co-authored-by: Allen Hutchison <[email protected]>
2025-08-04ide-mode flag cleanup (#5531)Shreya Keshive
2025-08-04fix(core): Allow model to be set from `settings.json` (#5527)Richie Foreman
2025-08-03fix: exclude DEBUG and DEBUG_MODE from project .env files by default (#5289)Oleksandr Gotgelf
Co-authored-by: Jacob Richman <[email protected]>
2025-08-03Add a setting to disable the version update nag message (#5449)Billy Biggs
2025-08-01fix(config): Resolve duplicate config loading from home directory (#5090)TIRUMALASETTI PRANITH
Co-authored-by: Allen Hutchison <[email protected]> Co-authored-by: Allen Hutchison <[email protected]>
2025-08-01bug(cli): Prefer IPv4 dns resolution by default. (#5338)joshualitt
2025-08-01Add a setting to disable auth mode validation on startup (#5358)Billy Biggs
2025-07-31fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior (#2978)Niladri Das
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Allen Hutchison <[email protected]>
2025-07-30Add toggleable IDE mode setting (#5146)christine betts
2025-07-30Introduce IDE mode installer (#4877)christine betts