index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
config
Age
Commit message (
Expand
)
Author
2025-08-07
avoid loading and initializing CLI config twice in non-interactive mode (#5793)
Jacob MacDonald
2025-08-07
Add new folderTrust setting that the users can enable or disable (#5798)
shrutip90
2025-08-07
Add a context percentage threshold setting for auto compression (#5721)
Jacob MacDonald
2025-08-06
experiment: Add feature exp flag for folder trust (#5709)
shrutip90
2025-08-06
Add hint to enable IDE integration for users running in VS Code (#5610)
Shreya Keshive
2025-08-06
feat(mcp): add `gemini mcp` commands for `add`, `remove` and `list` (#5481)
Jack Wotherspoon
2025-08-05
Refactor IDE client state management, improve user-facing error messages, and...
Shreya Keshive
2025-08-05
chore(settings): clean up comments in settings.ts (#5576)
Oleksandr Gotgelf
2025-08-05
feat: Multi-Directory Workspace Support (part 3: configuration in settings.js...
Yuki Okita
2025-08-04
ide-mode flag cleanup (#5531)
Shreya Keshive
2025-08-04
fix(core): Allow model to be set from `settings.json` (#5527)
Richie Foreman
2025-08-03
fix: exclude DEBUG and DEBUG_MODE from project .env files by default (#5289)
Oleksandr Gotgelf
2025-08-03
Add a setting to disable the version update nag message (#5449)
Billy Biggs
2025-08-01
fix(config): Resolve duplicate config loading from home directory (#5090)
TIRUMALASETTI PRANITH
2025-08-01
bug(cli): Prefer IPv4 dns resolution by default. (#5338)
joshualitt
2025-08-01
Add a setting to disable auth mode validation on startup (#5358)
Billy Biggs
2025-07-31
fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior (#2978)
Niladri Das
2025-07-30
Add toggleable IDE mode setting (#5146)
christine betts
2025-07-30
Introduce IDE mode installer (#4877)
christine betts
2025-07-30
feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...
Yuki Okita
2025-07-29
feat(commands): add custom commands support for extensions (#4703)
Daniel Lee
2025-07-29
feat: Add auto update functionality (#4686)
Gal Zahavi
2025-07-25
Vim mode (#3936)
Sijie Wang
2025-07-25
[ide-mode] Create an IDE manager class to handle connecting to and exposing m...
christine betts
2025-07-23
feat(memory): make directory search limit on memory discovery configurable wi...
Brandon Keiji
2025-07-23
add `--telemetry-outfile` flag (#4689)
smhendrickson
2025-07-21
Add env var to configure system settings path (#4339)
christine betts
2025-07-20
feat: full implementation for .geminiignore in settings and respective tool c...
Pyush Sinha
2025-07-20
Feature custom themes logic (#2639)
Ali Al Jufairi
2025-07-19
Revert background agent commits (#4479)
Tommaso Sciortino
2025-07-18
Add /background commands (when background agent is configured) (#4407)
Tommaso Sciortino
2025-07-18
Summarize extensions and MCP servers on startup (#3977)
Billy Biggs
2025-07-17
Zed integration (#4266)
Conrad Irwin
2025-07-17
feat(cli): add explicit proxy option in cli (#2526)
warjiang
2025-07-17
Update companionPort not existing to be a warning so the user can still proce...
Shreya Keshive
2025-07-16
Minor UX updates for IDE mode (#4311)
Shreya Keshive
2025-07-15
Set port dynamically in VSCode extension and read from it in gemini-cli and s...
christine betts
2025-07-15
Add support for allowed/excluded MCP server names in settings (#4135)
christine betts
2025-07-15
Enable tool summarization only when explicitly set in settings.json (#4140)
anj-s
2025-07-15
Adds the user's active file in the IDE to the footer (#4154)
Shreya Keshive
2025-07-14
Add feature flag for IDE integration (#3927)
Shreya Keshive
2025-07-14
feat(cli): add hideBanner setting to disable startup banner (#2803)
K
2025-07-11
feat(cli): add support for --prompt-interactive/-i flag (#1743)
Daniel Lee
2025-07-11
Add support for specifying maxSessionTurns via the settings configuration (#3...
anj-s
2025-07-11
Add NO_BROWSER environment variable to trigger offline oauth flow (#3713)
Seth Troisi
2025-07-09
Add system-wide settings config for administrators (#3498)
christine betts
2025-07-09
Use yargs array type for the allowedMcpServerNames flag instead of processing...
Tyler
2025-07-09
Use full terminal width for `--help` (#3515)
Pascal Birchler
2025-07-08
refactor: consolidate all flags to use hyphens (deprecate underscore flags) (...
Jack Wotherspoon
2025-07-08
fix: Honor DEBUG and CLI_TITLE environment variables (#3560)
Marat Boshernitsan
[next]