summaryrefslogtreecommitdiff
path: root/packages/cli/src/config/config.test.ts
AgeCommit message (Expand)Author
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
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-14feat: Show untrusted status in the Footer (#6210)shrutip90
2025-08-13Add support for trustedFolders.json config file (#6073)shrutip90
2025-08-12feat: add --approval-mode parameter (#6024)Arya Gummadi
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
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-05Refactor IDE client state management, improve user-facing error messages, and...Shreya Keshive
2025-08-05feat: Multi-Directory Workspace Support (part 3: configuration in settings.js...Yuki Okita
2025-08-04fix(core): Allow model to be set from `settings.json` (#5527)Richie Foreman
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-29feat(commands): add custom commands support for extensions (#4703)Daniel Lee
2025-07-25[ide-mode] Create an IDE manager class to handle connecting to and exposing m...christine betts
2025-07-23feat(memory): make directory search limit on memory discovery configurable wi...Brandon Keiji
2025-07-20feat: full implementation for .geminiignore in settings and respective tool c...Pyush Sinha
2025-07-17feat(cli): add explicit proxy option in cli (#2526)warjiang
2025-07-17Update companionPort not existing to be a warning so the user can still proce...Shreya Keshive
2025-07-16Minor UX updates for IDE mode (#4311)Shreya Keshive
2025-07-15Set port dynamically in VSCode extension and read from it in gemini-cli and s...christine betts
2025-07-15Add support for allowed/excluded MCP server names in settings (#4135)christine betts
2025-07-15Adds the user's active file in the IDE to the footer (#4154)Shreya Keshive
2025-07-14Add feature flag for IDE integration (#3927)Shreya Keshive
2025-07-11feat(cli): add support for --prompt-interactive/-i flag (#1743)Daniel Lee
2025-07-09Use yargs array type for the allowedMcpServerNames flag instead of processing...Tyler
2025-07-08refactor: consolidate all flags to use hyphens (deprecate underscore flags) (...Jack Wotherspoon
2025-07-08Add a command line option to enable and list extensions (#3191)Billy Biggs
2025-07-07refactor: rename allowed_mcp_server_names to allowed-mcp-server-names (#3469)Tyler
2025-07-07Add --allowed_mcp_server_names flag (#3464)Tyler
2025-07-01Add excludedTools to extensions. (#2853)Tommaso Sciortino
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-22Clearcut logging - initial implementation (#1274)owenofbrien
2025-06-19Auth First Run (#1207)matt korwel
2025-06-16Mock out 'open' in tests. Fix test issues. (#1100)Tommaso Sciortino
2025-06-15Add telemetry command and refactor telemetry settings (#1060)Jerop Kipruto
2025-06-13initialize `FileDiscoveryService` once (#1029)Anas H. Sulaiman
2025-06-13Stop extension MCPs from hopping into settings. (#1026)Tommaso Sciortino
2025-06-13Fix default extension context filename and update docs (#1024)Tommaso Sciortino
2025-06-13Don't exclude config.test.ts. (#1021)Tommaso Sciortino
2025-06-11add excludeTools flag to settings.json config (#957)JingboWang1997-1
2025-06-11Extensibility: Gemini.md files (#944)matt korwel
2025-06-10Remove unneeded `mockRestore()`s from tests (#919)Seth Troisi
2025-06-09Use GOOGLE_API_KEY as default if both GEMINI and GOOGLE set (#777)Seth Troisi
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-07Eliminate createServerConfig() (#821)Tommaso Sciortino