Jacob Richman
f883f74ad5
feat(ui): Put "Allow for all future sessions" behind a setting off by default. ( #15322 )
2025-12-22 13:40:04 -05:00
Sehoon Shon
16e06adb46
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 14:43:50 -08:00
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
joshualitt
c8b688655c
feat(core): Plumbing for late resolution of model configs. ( #14597 )
2025-12-10 17:36:27 +00:00
Abhi
aced401071
feat: ensure codebase investigator uses preview model when main agent does ( #14412 )
2025-12-09 21:07:50 +00:00
Marat Boshernitsan
4322137cee
refactor(telemetry): Improve previous PR that allows telemetry to use the CLI auth and add testing ( #14589 )
2025-12-08 11:20:13 -08: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
christine betts
844d3a4dfa
Always use MCP server instructions ( #14297 )
2025-12-01 17:17:54 +00:00
Gal Zahavi
0d29385e1b
feat(core): Add configurable inactivity timeout for shell commands ( #13531 )
2025-11-26 21:43:33 +00:00
christine betts
bc365f1eaa
Add support for MCP server instructions behind config option ( #13432 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-26 18:08:47 +00:00
Adam Weidman
c8540b5744
feat(config): add isModelAvailabilityServiceEnabled setting ( #13777 )
2025-11-25 01:26:47 +00:00
Jacob Richman
5e218a5630
Turn off alternate buffer mode by default. ( #13623 )
2025-11-22 01:30:38 +00:00
joshualitt
42c2e1b217
feat(core): Add support for custom aliases for model configs. ( #13546 )
2025-11-22 00:13:10 +00:00
Adib234
99c5bf2e97
Remove useModelRouter experimental flag ( #13593 )
2025-11-21 17:54:17 +00:00
Tommaso Sciortino
c7b5dcd28f
Change default compress threshold to 0.5 for api key users ( #13517 )
2025-11-20 11:43:35 -08:00
Adib234
ade9dfeebb
Enable switching preview features on/off without restart ( #13515 )
2025-11-20 19:00:16 +00:00
Jacob Richman
e8d0e0d342
bug(ui) showLineNumbers had the wrong default value. ( #13356 )
2025-11-19 03:33:40 +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
Tommaso Sciortino
6d83d3440c
Change default compress threshold to 0.7 for api key users ( #13079 )
2025-11-14 17:13:59 +00:00
Tommaso Sciortino
ab11b2c27f
Show model in history ( #13034 )
2025-11-14 03:11:06 +00:00
Jacob Richman
eb9ff72b5a
Support incremental update experiment flag. ( #12926 )
2025-11-13 17:45:03 +00:00
Jacob Richman
0f9ec2735c
feat(ui) Make useAlternateBuffer the default ( #12976 )
2025-11-13 05:17:46 +00:00
anj-s
7ec78452ec
Enable write_todo tool and fix output function schema ( #12905 )
2025-11-12 18:18:15 +00:00
Tommaso Sciortino
d3cf28eb4b
Use PascalCase for all tool display names ( #12918 )
2025-11-12 04:28:13 +00:00
Jacob Richman
2abc288c52
Make useFullWidth the default. ( #12911 )
2025-11-12 00:14:08 +00:00
kevinjwang1
b248ec6dfb
Add implementation for setting to disable Github extensions ( #12838 )
2025-11-11 18:37:01 +00:00
Sandy Tao
36feb73bfd
Revert "Enable WriteTodos tool by default ( #12500 )" ( #12658 )
2025-11-06 20:21:53 +00:00
joshualitt
956ab94452
feat(core): Add ModelConfigService. ( #12556 )
2025-11-06 01:18:42 +00:00
Silvio Junior
53c7646ed7
enable codebase investigator by default for preview ( #12555 )
2025-11-04 22:30:01 +00:00
anj-s
60d2c2cc90
Enable WriteTodos tool by default ( #12500 )
2025-11-03 23:40:20 +00:00
Jacob Richman
4fc9b1cde2
alternate buffer support ( #12471 )
2025-11-03 21:41:58 +00:00
Abhi
59e0b10e6c
Cap Thinking Budget to prevent runaway thought loops ( #12416 )
2025-11-03 18:39:06 +00:00
cornmander
5062fadf87
chore: autogenerate settings documentation ( #12451 )
2025-11-03 01:42:49 +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
d13482e802
Mark model.compressionThreshold as requiring a restart ( #12378 )
2025-10-31 16:06:28 +00:00
Abhi
59e00eeda6
Remove context percentage in footer by default ( #12326 )
2025-10-30 23:18:25 +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
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
Silvio Junior
5b750f519b
fix(config): Disable CI for stable release ( #11615 )
2025-10-21 23:36:41 +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
Victor May
a2f3339a0e
Enable Model Routing ( #11154 )
2025-10-15 00:47:48 +00:00
Silvio Junior
ef3186d441
Enable codease investigator by default before the next preview release ( #11136 )
2025-10-14 19:45:15 +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
Tommaso Sciortino
c4bd759467
document all settings with showInDialog: true ( #11049 )
2025-10-13 19:57:23 +00:00