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 |
|
shrutip90
|
2a0e69d833
|
fix(trust): Update config.isTrustedFolder (#7373)
|
2025-08-29 02:41:33 +00:00 |
|
Davor Racic
|
92bb34fada
|
fix(process-utils): replace wmic with powershell for windows process (#7087)
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-28 14:09:01 +00:00 |
|
Andrew Garrett
|
52dae2c583
|
feat(cli): Add --allowed-tools flag to bypass tool confirmation (#2417) (#6453)
|
2025-08-26 16:17:43 +00:00 |
|
shrutip90
|
97ce197f38
|
Treat undefined same as true for isTrustedFolder (#7073)
|
2025-08-26 02:57:57 +00:00 |
|
shrutip90
|
ae1f67df04
|
feat: Disable YOLO and AUTO_EDIT modes for untrusted folders (#7041)
|
2025-08-26 00:30:04 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Pascal Birchler
|
ee4feea006
|
chore: consistently import node modules with prefix (#3013)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-25 20:11:27 +00:00 |
|
fuyou
|
ef46d64ae5
|
Fix(grep): memory overflow in grep search and enhance test coverage (#5911)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-22 06:10:45 +00:00 |
|
agarwalravikant
|
6b843ca3a8
|
Changes to add MCP tool count, and MCP tool name as dimension (#6631)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-20 14:22:22 +00:00 |
|
Billy Biggs
|
d57cc0b930
|
Add support for HTTP OpenTelemetry exporters (#6357)
|
2025-08-16 01:10:21 +00:00 |
|
Sandy Tao
|
61047173a8
|
fix(core): Discard thought signature when switching from Gemini API Key to OAuth (#6090)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-13 20:33:04 +00:00 |
|
Richie Foreman
|
7cc6b8c270
|
chore(usage telemetry): Freshen up Clearcut logging (#6013)
Co-authored-by: christine betts <chrstn@uw.edu>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-12 18:31:59 +00:00 |
|
Jacob MacDonald
|
19491b7b94
|
avoid loading and initializing CLI config twice in non-interactive mode (#5793)
|
2025-08-07 21:19:06 +00:00 |
|
Shreya Keshive
|
268627469b
|
Refactor IDE client state management, improve user-facing error messages, and add logging of connection events (#5591)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-05 22:52:58 +00:00 |
|
Kumbham Ajay Goud
|
a8984a9b30
|
Fix: Preserve conversation history when changing auth methods via /auth (#5216)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-03 22:03:01 +00:00 |
|
christine betts
|
7bc8766542
|
Introduce IDE mode installer (#4877)
|
2025-07-30 21:26:31 +00:00 |
|
Yuki Okita
|
c1fe688956
|
feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605)
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-07-30 20:38:20 +00:00 |
|
Abhi
|
b08679c906
|
Add new fallback state as prefactor for routing (#5065)
|
2025-07-28 19:55:50 +00:00 |
|
Ramón Medrano Llamas
|
273e74c09d
|
feat: add /mcp refresh command (#4566)
|
2025-07-25 01:14:45 +00:00 |
|
Brandon Keiji
|
d7a304bcff
|
feat(memory): make directory search limit on memory discovery configurable with settings.json (#4460)
|
2025-07-23 21:48:35 +00:00 |
|
Pyush Sinha
|
a01b1219a3
|
feat: full implementation for .geminiignore in settings and respective tool calls (#3727)
|
2025-07-20 07:55:33 +00:00 |
|
Sandy Tao
|
cba272082d
|
Run model availability check in the background to speed up startup (#4256)
|
2025-07-16 04:13:30 +00:00 |
|
Abhi
|
9dc812dd4b
|
fix(checkpoint): Prevent silent failure and enable for non-Git projects (#4144)
|
2025-07-14 17:23:51 +00:00 |
|