Sehoon Shon
ad994cfe8b
Update models menu dialog to support manual model selection and group… ( #80 )
...
* Update models menu dialog to support manual model selection and group by model family
* fix tests
* update codebase investigator model setting
* fix test
* fix test
* update generated golden file
* regenerate scheme and doc for settings
* use Preview Auto if previewFeatures is set to true
2025-12-16 14:36:49 -08:00
Christian Gunderman
d2a6b30398
Send the model and CLI version with the user agent ( #14865 )
2025-12-10 00:38:33 +00:00
Adam Weidman
153d01a01e
feat: Add enableAgents experimental flag ( #14371 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-12-03 20:53:06 +00:00
Edilmo Palencia
b8c038f41f
feat(hooks): Hooks Commands Panel, Enable/Disable, and Migrate ( #14225 )
2025-12-03 18:01:57 +00:00
Allen Hutchison
533a3fb312
feat: enable message bus integration by default ( #14329 )
2025-12-03 00:05:54 +00:00
Sandy Tao
752a521423
feat(core): Implement JIT context manager and setting ( #14324 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-12-02 20:09:46 +00:00
Mayur Vaid
4228a75186
fix: Exclude web-fetch tool from executing in default non-interactive mode to avoid CLI hang. ( #14244 )
2025-12-01 17:13:14 +00:00
Gal Zahavi
0d29385e1b
feat(core): Add configurable inactivity timeout for shell commands ( #13531 )
2025-11-26 21:43:33 +00:00
bl-ue
098e5c281c
fix(resume): allow passing a prompt via stdin while resuming using --resume ( #13520 )
2025-11-25 17:53:17 +00:00
Adam Weidman
c8540b5744
feat(config): add isModelAvailabilityServiceEnabled setting ( #13777 )
2025-11-25 01:26:47 +00:00
christine betts
bdf80ea7c0
fix(cli): Prevent stdout/stderr patching for extension commands ( #13600 )
...
Co-authored-by: jacob314 <jacob314@gmail.com >
2025-11-22 02:08:06 +00:00
Adib234
99c5bf2e97
Remove useModelRouter experimental flag ( #13593 )
2025-11-21 17:54:17 +00:00
Jacob Richman
d1e35f8660
Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering ( #13247 )
...
Bypassing rules as link checker failure is spurious.
2025-11-20 10:44:02 -08:00
Ben Brandt
6c126b9e58
fix(zed-integration): Ensure that the zed integration is classified as interactive ( #13394 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2025-11-20 15:28:37 +00:00
bl-ue
0d89ac7406
Followup from #10719 ( #13243 )
2025-11-19 16:22:17 +00:00
Shreya Keshive
86828bb561
feat: launch Gemini 3 in Gemini CLI 🚀 🚀 🚀 (in main) ( #13287 )
...
Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com >
Co-authored-by: Sehoon Shon <sshon@google.com >
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com >
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
Co-authored-by: Aishanee Shah <aishaneeshah@gmail.com >
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: joshualitt <joshualitt@google.com >
Co-authored-by: Jenna Inouye <jinouye@google.com >
2025-11-18 09:01:16 -08:00
shrutip90
9786c4dcff
Check folder trust before allowing add directory ( #12652 )
2025-11-15 03:06:30 +00:00
bl-ue
6893d27441
feat(sessions): add resuming to geminiChat and add CLI flags for session management ( #10719 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-11 01:31:00 +00:00
Jacob MacDonald
47603ef8e1
Reload gemini memory on extension load/unload + memory refresh refactor ( #12651 )
2025-11-07 17:07:25 +00:00
joshualitt
956ab94452
feat(core): Add ModelConfigService. ( #12556 )
2025-11-06 01:18:42 +00:00
Jacob MacDonald
da4fa5ad75
Extensions MCP refactor ( #12413 )
2025-11-04 15:51:18 +00:00
Allen Hutchison
ffc5e4d048
Refactor PolicyEngine to Core Package ( #12325 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-03 23:41:00 +00:00
Edilmo Palencia
c0495ce2f9
feat(hooks): Hook Configuration Schema and Types ( #9074 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-11-02 19:49:16 +00:00
Tommaso Sciortino
3332703fca
Make compression threshold editable in the UI. ( #12317 )
2025-10-30 23:03:58 +00:00
Jacob MacDonald
cc081337b7
Initial support for reloading extensions in the CLI - mcp servers only ( #12239 )
2025-10-30 18:05:49 +00:00
Jacob MacDonald
44bdd3ad11
Record model responses with --record-responses (for use in testing) ( #11894 )
2025-10-28 19:13:45 +00:00
christine betts
7e987113a2
Add support for sensitive keychain-stored per-extension settings ( #11953 )
2025-10-28 18:48:50 +00:00
Allen Hutchison
064edc52f5
feat(policy): Introduce config-based policy engine with TOML configuration ( #11992 )
2025-10-28 16:20:57 +00:00
Jacob MacDonald
1b302deeff
Add ExtensionLoader interface, use that on Config object ( #12116 )
2025-10-28 16:04:30 +00:00
Gal Zahavi
810d940e57
fix(update): replace update-notifier with latest-version ( #11989 )
2025-10-24 21:23:39 +00:00
Eric Rahm
40057b55f0
fix(cli): Use correct defaults for file filtering ( #11426 )
2025-10-24 20:20:17 +00:00
Jacob MacDonald
b16fe7b646
First take at mocking out gemini cli responses in integration tests ( #11156 )
2025-10-23 23:10:43 +00:00
Adib234
6d75005afc
Add setting to disable YOLO mode ( #11609 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2025-10-22 18:57:10 +00:00
Abhi
a74a04d12d
Revert "Disable Routing by default ( #11549 )" ( #11594 )
2025-10-21 18:36:28 +00:00
Abhi
8aace3aff2
Disable Routing by default ( #11549 )
2025-10-21 02:22:54 +00:00
Zack Birkenbuel
cc7e1472f9
Pass whole extensions rather than just context files ( #10910 )
...
Co-authored-by: Jake Macdonald <jakemac@google.com >
2025-10-20 23:15:23 +00:00
Abhi
995ae717cc
refactor(logging): Centralize all console messaging to a shared logger (part 1) ( #11537 )
2025-10-20 22:16:47 +00:00
Abhi
c8518d6a63
refactor(tools): Move all tool names into tool-names.ts ( #11493 )
2025-10-20 00:53:53 +00:00
Abhi
2ef38065c7
refactor(tools): Migrate shell tool name to a centralized constant ( #11418 )
2025-10-18 01:07:26 +00:00
Gal Zahavi
0ded546a09
fix(prompt): Make interactive command avoidance conditional ( #11225 )
2025-10-17 16:07:18 +00:00
Allen Hutchison
be25e2cb96
feat: Remove deprecated flags ( #11338 )
2025-10-17 15:58:00 +00:00
Allen Hutchison
9049f8f8ae
feat: remove deprecated telemetry flags ( #11318 )
2025-10-16 23:54:59 +00:00
Allen Hutchison
937c15c66e
refactor: Remove deprecated --all-files flag ( #11228 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-16 19:09:21 +00:00
Allen Hutchison
cfaa95a2b9
feat(cli): Add nargs to yargs options ( #11132 )
2025-10-15 22:00:23 +00:00
anj-s
47f693173a
Add support for output-format stream-jsonflag for headless mode ( #10883 )
2025-10-15 20:55:37 +00:00
Victor May
a2f3339a0e
Enable Model Routing ( #11154 )
2025-10-15 00:47:48 +00:00
Sandy Tao
7c1a90244a
fix(core): add retry logic for specific fetch errors ( #11066 )
2025-10-14 16:17:31 +00:00
Silvio Junior
9185f68e52
Expose Codebase Investigator settings to the user ( #10844 )
2025-10-14 02:30:32 +00:00
sgnagnarella
971eb64e98
fix(cli) : fixed bug #8310 where /memory refresh will create discrepancies with initial memory load ignoring settings/config for trusted folder and file filters ( #10611 )
...
Co-authored-by: Bryan Morgan <bryanmorgan@google.com >
2025-10-10 16:04:15 +00:00
Abhi
3d24575239
refactor(core): Centralize 'write_file' tool name ( #10694 )
2025-10-09 04:33:31 +00:00