summaryrefslogtreecommitdiff
path: root/packages/cli/src/config
AgeCommit message (Expand)Author
2025-08-20Ignore workspace settings for untrusted folders (#6606)shrutip90
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
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
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
2025-08-19feat(settings): enhance settings management with generic setter and display h...Ali Al Jufairi
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
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
2025-08-14feat: Show untrusted status in the Footer (#6210)shrutip90
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
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
2025-08-12feat: add --approval-mode parameter (#6024)Arya Gummadi
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-12chore(usage telemetry): Freshen up Clearcut logging (#6013)Richie Foreman
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
2025-08-09[#5356] Minor fix: Remove duplicate binding and add complete navigation comma...Lee Won Jun
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
2025-08-08feat: Add option to hide line numbers in code blocks (#5857)Gal Zahavi
2025-08-08Add FolderTrustDialog that shows on launch and enables folderTrust setting (#...shrutip90
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, and...Shreya Keshive
2025-08-05chore(settings): clean up comments in settings.ts (#5576)Oleksandr Gotgelf
2025-08-05feat: Multi-Directory Workspace Support (part 3: configuration in settings.js...Yuki Okita
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
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
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
2025-07-30Add toggleable IDE mode setting (#5146)christine betts
2025-07-30Introduce IDE mode installer (#4877)christine betts
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...Yuki Okita
2025-07-29feat(commands): add custom commands support for extensions (#4703)Daniel Lee
2025-07-29 feat: Add auto update functionality (#4686)Gal Zahavi
2025-07-25Vim mode (#3936)Sijie Wang