Sehoon Shon
56c3daf2f5
Use Preview Flash model if the main model is a preview model for code… ( #83 )
...
* Use Preview Flash model if the main model is a preview model for codebase investigator
* fix test
* Generate settings doc
2025-12-16 13:32:15 -08:00
Adam Weidman
af94beea11
FEAT: Add availabilityService ( #81 )
...
* auto and fallback work
* test fixes
* fixes
* Show model dialog even if there's no more fallback option
* fix tests
* fix failing test
* disable showInDialog for model in settings
* revert package-lock.json
* remove dup line
---------
Co-authored-by: Sehoon Shon <sshon@google.com >
2025-12-16 13:26:58 -08:00
Adam Weidman
4b3d858f31
feat: reset availabilityService on /auth
2025-12-16 13:25:49 -08:00
Abhi
faf69f2c99
Address feedback
2025-12-16 13:06:29 -08:00
Abhi
6d13e0b3a2
feat: ensure codebase investigator uses preview model when main agent does
2025-12-16 13:06:26 -08:00
Adam Weidman
8f4f8baa81
feat(modelAvailabilityService): integrate model availability service into backend logic ( #14470 )
2025-12-08 14:44:34 +00:00
Gal Zahavi
0d29385e1b
feat(core): Add configurable inactivity timeout for shell commands ( #13531 )
2025-11-26 21:43:33 +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
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
Abhi
5d27a62bec
refactor: remove read-many-files tool from agent ( #12796 )
2025-11-13 02:56:37 +00:00
Sehoon Shon
a810ca80bc
Allow users to reset to auto when it's in fallback mode ( #12623 )
2025-11-13 00:30:43 +00:00
Abhi
c1076512d1
Deprecate read_many_files tool ( #12861 )
2025-11-11 20:35:20 +00:00
cornmander
4fbeac8b32
Add experiment logging and add caching experiment ( #12862 )
2025-11-11 04:15:38 +00:00
Jacob MacDonald
c883403147
[feat] Extension Reloading - respect updates to exclude tools ( #12728 )
2025-11-07 20:18:35 +00:00
Tommaso Sciortino
475e92da5d
Fix test in windows ( #12681 )
2025-11-07 04:01:30 +00:00
joshualitt
956ab94452
feat(core): Add ModelConfigService. ( #12556 )
2025-11-06 01:18:42 +00:00
Tommaso Sciortino
9787108532
List tools in a consistent order. ( #12615 )
2025-11-05 23:38:44 +00:00
Adam Weidman
21dd9bbf7d
fix: allow user to set pro model even in fallback ( #12566 )
2025-11-05 14:38:45 +00:00
Shreya Keshive
da3da19844
feat(core): Integrate remote experiments configuration ( #12539 )
2025-11-04 23:09:53 +00:00
Edilmo Palencia
b259153403
feat(hooks): Hook Input/Output Contracts ( #9080 )
2025-11-04 02:47:23 +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
Abhi
265f24e5d7
fix(ui): ensure model changes update the UI immediately ( #12412 )
2025-11-03 19:59:51 +00:00
Allen Hutchison
9d642f3bb1
refactor(core): improve error handling for setGlobalProxy ( #12437 )
2025-11-03 18:13:52 +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
Abhi
fd2cbacae9
fix(core): prevent model router from overriding explicit model choice ( #12399 )
2025-10-31 21:02:22 +00:00
Victor May
643f2c0958
Enable model routing for all users ( #12300 )
2025-10-30 22:29:24 +00:00
Gal Zahavi
06035d5d43
feat(auth): improve API key authentication flow ( #11760 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-30 01:58:08 +00:00
Victor May
601a639f95
Disable model routing for oauth users ( #11889 )
...
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-10-28 15:25:53 -07:00
Sandy Tao
6db64aab2b
fix(telemetry): Prevent duplicate StartSessionEvent logging ( #12090 )
2025-10-27 20:40:03 +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
2c93542e5c
Revert "Per-Auth Method Feature Flag for Model Routing ( #11333 )" ( #11597 )
2025-10-21 18:36:02 +00:00
Victor May
0e7b3951c2
Per-Auth Method Feature Flag for Model Routing ( #11333 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-10-21 13:25:51 +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
Silvio Junior
9185f68e52
Expose Codebase Investigator settings to the user ( #10844 )
2025-10-14 02:30:32 +00:00
Dongin Kim(Terry)
518caae62e
chore: Extract '.gemini' to GEMINI_DIR constant ( #10540 )
...
Co-authored-by: Richie Foreman <richie.foreman@gmail.com >
2025-10-13 17:31:39 +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
Victor May
0b6c02000f
feat(core): Failed Response Retry via Extra Prompt ( #10828 )
...
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
2025-10-09 22:04:08 +00:00
Abhi
331ae7dbdf
feat: Add enableSubagents configuration and wire up subagent registration ( #9988 )
2025-10-01 20:54:00 +00:00
MRK
4df8dbaa0d
Fix to issue #736 resulting in GEMINI_CLI_AUTH_TYPE not getting populated most of the time in the start_session events ( #8508 )
...
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com >
Co-authored-by: Arya Gummadi <aryagummadi@google.com >
2025-09-17 06:08:23 +00:00
Jerop Kipruto
88272cba8b
feat: add direct Google Cloud telemetry exporters ( #8541 )
2025-09-16 19:13:57 +00:00
Sandy Tao
b416508ef1
feat(core): Cap shell output truncation threshold to the remaining context window size ( #8379 )
2025-09-12 22:11:41 +00:00
Abhi
c15774ce68
# feat(routing): Introduce useModelRouter feature flag ( #8366 )
2025-09-12 19:57:07 +00:00
joshualitt
68035591da
feat(core): Enable ripgrep by default. ( #7427 )
2025-09-11 23:46:07 +00:00
Abhi
538e6cd19a
feat(routing): Initialize model routing architecture ( #8153 )
2025-09-11 17:38:50 +00:00
Abhi
1eaf21f6a2
refactor(core): Introduce LlmUtilityService and promptIdContext ( #7952 )
2025-09-09 05:14:15 +00:00
joshualitt
f0bbfe5f0a
feat(core): Download ripgrep at runtime, if enabled. ( #7818 )
2025-09-08 21:44:56 +00:00
Tommaso Sciortino
6e26c88c2c
Pull contentGenerator out of GeminiClient and into Config. ( #7825 )
2025-09-07 20:00:03 +00:00
Gal Zahavi
3885f7b6ae
refactor(setting): Improve settings migration and tool loading ( #7445 )
...
Co-authored-by: psinha40898 <pyushsinha20@gmail.com >
2025-09-04 02:23:25 +00:00