Arya Gummadi
|
678e947f21
|
fix(tests): improve test reliability and performance (#8395)
|
2025-09-17 17:12:33 +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 |
|
Abhi
|
f5dca8b7f7
|
refactor(core): Remove generateJson from GeminiClient (#8529)
|
2025-09-17 00:59:13 +00:00 |
|
Srinath Padmanabhan
|
1407327a14
|
Simplify error messages when user runs into daily quotas. (#8556)
Co-authored-by: Srinath Padmanabhan <srithreepo@google.com>
|
2025-09-16 22:39:18 +00:00 |
|
Shreya Keshive
|
cf9b6ec1f6
|
fix(ide): increase IDE open / close tool timeouts (#8587)
|
2025-09-16 22:38:17 +00:00 |
|
Abhi
|
a0079785af
|
feat(telemetry): Add telemetry and metrics for model routing (#8518)
|
2025-09-16 20:53:58 +00:00 |
|
Jerop Kipruto
|
88272cba8b
|
feat: add direct Google Cloud telemetry exporters (#8541)
|
2025-09-16 19:13:57 +00:00 |
|
Tommaso Sciortino
|
4e5c1fce8d
|
Remove unused code. (#8497)
|
2025-09-16 19:12:45 +00:00 |
|
Gal Zahavi
|
986b9fe7e9
|
refactor: Replace exec with spawn (#8510)
|
2025-09-16 19:03:17 +00:00 |
|
shishu314
|
c999b7e354
|
feat(security) - Encrypted oauth flag (#8101)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-16 14:05:29 +00:00 |
|
Abhi
|
1634d5fcca
|
refactor(core): Use BaseLlmClient for utility LLM calls in edit corrector (#8443)
|
2025-09-16 00:46:41 +00:00 |
|
Abhi
|
bee5b638dd
|
feat(routing): Introduce Classifier-based Model Routing Strategy (#8455)
|
2025-09-15 23:51:25 +00:00 |
|
Shreya Keshive
|
2cc0c1a808
|
feat(ide): add auth token support to IdeClient (#8490)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2025-09-15 23:22:31 +00:00 |
|
Sandy Tao
|
f7ff26ba65
|
feat(logging): Add clearcut logging for disabling loop detection (#8503)
|
2025-09-15 21:12:39 +00:00 |
|
Hadi Minooei
|
2e12a67198
|
update shell info (#8489)
|
2025-09-15 20:27:19 +00:00 |
|
Tommaso Sciortino
|
7353bda8ff
|
Remove unused method. (#8486)
|
2025-09-15 18:17:07 +00:00 |
|
shishu314
|
e28a043f3d
|
feat(security) - Use hybrid token storage when flag is enabled (#8010)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-15 18:05:17 +00:00 |
|
Sandy Tao
|
97475071e1
|
fix(tests): Cleans up setup test and fix behavior test (#8391)
|
2025-09-15 16:36:35 +00:00 |
|
Abhi
|
b5af662477
|
refactor(core): Move generateEmbedding to BaseLlmClient (#8442)
|
2025-09-15 15:33:30 +00:00 |
|
Abhi
|
c1de070a5e
|
refactor(core): Migrate next speaker check to use BaseLlmClient (#8424)
|
2025-09-15 04:15:18 +00:00 |
|
Abhi
|
12720a9fa7
|
refactor(core): Use BaseLlmClient for LLM-based loop detection (#8427)
|
2025-09-14 03:07:33 +00:00 |
|
Abhi
|
f11d79a931
|
fix(stats): Use request model as fallback for stats logging (#8423)
|
2025-09-14 01:03:46 +00:00 |
|
Hadi Minooei
|
35aeb3f420
|
Remove conflicting shell Directory checks (#7845)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2025-09-13 17:33:12 +00:00 |
|
fuyou
|
73466b626d
|
Fix dollar sign replacement bug in file editing (#7871)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-09-13 06:05:43 +00:00 |
|
Sandy Tao
|
5a05fb0dd0
|
fix(core): stop streaming request on loop detection (#8377)
|
2025-09-12 23:44:24 +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 |
|
Sandy Tao
|
4f91037af4
|
fix(core): Include the latest user request in countTokens for compression (#8375)
|
2025-09-12 21:13:16 +00:00 |
|
Abhi
|
c15774ce68
|
# feat(routing): Introduce useModelRouter feature flag (#8366)
|
2025-09-12 19:57:07 +00:00 |
|
Shreya Keshive
|
1f9564223b
|
fix(ide): Correct IDE client temp dir and port matching (#8270)
|
2025-09-12 17:49:37 +00:00 |
|
shishu314
|
8a5e692373
|
Metric(extension) - Add logging for uninstalling extension (#8293)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-12 17:38:54 +00:00 |
|
Jacob MacDonald
|
e89012efa8
|
Make a stateful extensions list component, with update statuses (#8301)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-12 16:20:04 +00:00 |
|
Shreya Keshive
|
8810ef2f40
|
refactor(ide): Improve IDE diff communication protocol (#8338)
|
2025-09-12 15:44:24 +00:00 |
|
joshualitt
|
68035591da
|
feat(core): Enable ripgrep by default. (#7427)
|
2025-09-11 23:46:07 +00:00 |
|
joshualitt
|
2ccb9839d3
|
feat(core): Re-download rg binary if it is deleted. (#8126)
|
2025-09-11 22:18:29 +00:00 |
|
Sandy Tao
|
aba2a9932c
|
fix(core): Default skipNextSpeakerCheck to true when the setting is not manually set (#8295)
|
2025-09-11 21:11:06 +00:00 |
|
Gal Zahavi
|
181898cb5d
|
feat(shell): enable interactive commands with virtual terminal (#6694)
|
2025-09-11 20:27:27 +00:00 |
|
Shreya Keshive
|
8969a232ec
|
feat(ide): Check for IDE diffing capabilities before opening diffs (#8266)
|
2025-09-11 20:17:57 +00:00 |
|
Tommaso Sciortino
|
39af7115d1
|
Move IdeClient.connect() to initializeApp(). (#8282)
|
2025-09-11 20:07:57 +00:00 |
|
Tommaso Sciortino
|
d892cde0b0
|
Refactor IdeContextStore (#8278)
|
2025-09-11 18:22:20 +00:00 |
|
Abhi
|
538e6cd19a
|
feat(routing): Initialize model routing architecture (#8153)
|
2025-09-11 17:38:50 +00:00 |
|
shishu314
|
5504f933e1
|
fix(metrics) - Remove the error field from ApiResponseEvent (#8207)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-11 17:35:17 +00:00 |
|
Allen Hutchison
|
ba85aa49c7
|
feat(core): Tool Confirmation Message Bus foundation (PR 1 of 3) (#7835)
|
2025-09-11 16:39:17 +00:00 |
|
Sandy Tao
|
095351bf39
|
feat(telemetry): Add content length to tool calls and log tool output truncation event (#8014)
|
2025-09-11 15:40:46 +00:00 |
|
Jerop Kipruto
|
8f4321b1ca
|
feat: add telemetry for output format usage (#8223)
|
2025-09-11 13:42:10 +00:00 |
|
Sandy Tao
|
78744cfbca
|
feat(ui): Add confirmation dialog for disabling loop detection for current session (#8231)
|
2025-09-11 05:20:13 +00:00 |
|
Tommaso Sciortino
|
03e3c59bf0
|
Fix compression issues (#8225)
|
2025-09-10 23:04:20 +00:00 |
|
Jerop Kipruto
|
514767c88b
|
Structured JSON Output (#8119)
|
2025-09-10 20:19:47 +00:00 |
|
Gaurav
|
db99fc70b6
|
fix: gitignore handling (#8177)
|
2025-09-10 19:48:07 +00:00 |
|
Gaurav
|
de2903b101
|
fix: make bfsFileSearch more efficient (#8173)
|
2025-09-10 18:39:02 +00:00 |
|
HugoMurillo
|
30b13c6357
|
fix(#7039): broken IDE integration for multi-edit/multi-write flows (#8159)
|
2025-09-10 18:21:46 +00:00 |
|
Tommaso Sciortino
|
0e3a0d7dc5
|
Add .geminiignore support to the glob tool. (#8086)
|
2025-09-10 16:54:50 +00:00 |
|
matt korwel
|
0d03f4ea9d
|
Release Process vNext (#8152)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
|
2025-09-10 08:28:58 +00:00 |
|
matt korwel
|
5032b27011
|
0.4.0 (#8136)
|
2025-09-10 00:23:44 +00:00 |
|
Richie Foreman
|
76182dbfbf
|
fix(ide companion extension): Don't show the installation confirmation message in Firebase Studio (#8097)
Co-authored-by: Roman Nurik <roman@nurik.net>
|
2025-09-10 00:20:14 +00:00 |
|
Shelakh
|
7d77f0287d
|
[Part 1/6] feat(telemetry): add rate limiter and high-water mark tracker with tests (#8110)
|
2025-09-09 22:49:10 +00:00 |
|
Shreya Keshive
|
ae20aee837
|
feat(ide): Update context filtering to be done CLI-side + update port discovery logic (#8107)
|
2025-09-09 22:47:14 +00:00 |
|
Billy Biggs
|
de5a31c3b6
|
Limit recursion when looking for .gitignore files (#8103)
Co-authored-by: cornmander <shikhman@google.com>
|
2025-09-09 21:45:37 +00:00 |
|
Sandy Tao
|
54744958fa
|
feat(core): Only summarize long tool output for shell command (#8039)
|
2025-09-09 20:01:25 +00:00 |
|
Shreya Keshive
|
94187114e9
|
refactor(ide): extract IDE context types into a separate file (#8037)
|
2025-09-09 16:16:00 +00:00 |
|
christine betts
|
02f67d3c57
|
Add clearcut logging for extensions install command (#8057)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-09-09 16:12:56 +00:00 |
|
Abhi
|
1eaf21f6a2
|
refactor(core): Introduce LlmUtilityService and promptIdContext (#7952)
|
2025-09-09 05:14:15 +00:00 |
|
Tommaso Sciortino
|
2b05cf3bb4
|
Allow users to type while waiting for MCP servers (#8021)
|
2025-09-08 23:37:36 +00:00 |
|
joshualitt
|
f0bbfe5f0a
|
feat(core): Download ripgrep at runtime, if enabled. (#7818)
|
2025-09-08 21:44:56 +00:00 |
|
Tommaso Sciortino
|
c8dfab9ec6
|
Fix maxOutputTokens compression bug. (#8026)
|
2025-09-08 21:15:28 +00:00 |
|
Abhi
|
f6f2fff724
|
refactor: Centralize and improve model fallback handling (#7634)
|
2025-09-08 20:19:52 +00:00 |
|
Shreya Keshive
|
1788f04f5c
|
fix(ide): fix crash on windows when null command is returned (#8007)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-09-08 14:53:28 +00:00 |
|
Tommaso Sciortino
|
6e26c88c2c
|
Pull contentGenerator out of GeminiClient and into Config. (#7825)
|
2025-09-07 20:00:03 +00:00 |
|
Shardul Natu
|
6a9c2859b7
|
add(logging): Add OTel logging for counting chars (#7903)
Co-authored-by: Shnatu <snatu@google.com>
|
2025-09-07 17:41:15 +00:00 |
|
Sandy Tao
|
c031f538df
|
chore(release): v0.3.4 (#7902)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
|
2025-09-06 20:53:00 +00:00 |
|
Sandy Tao
|
13d39ef746
|
Fix(core): Do not retry if last chunk is empty with finishReason previous chunks are good (#7859)
|
2025-09-06 07:01:21 +00:00 |
|
Keith Lyons
|
885af07ddb
|
feat(ui): Introduce useUI Hook and UIContext (#5488)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-09-06 05:39:02 +00:00 |
|
Sandy Tao
|
fe15b04f33
|
chore(release): v0.3.3 (#7854)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
|
2025-09-06 04:30:24 +00:00 |
|
Gaurav
|
a027010097
|
fix: handle vpc-sc violations in LoadCodeAssist method (#7824)
|
2025-09-06 02:55:33 +00:00 |
|
Sandy Tao
|
968e938949
|
Fix(core): Fix stream validation logic (#7832)
|
2025-09-05 23:22:54 +00:00 |
|
John Thomas
|
77f795192e
|
refactor: Extract path resolution logic into helper function (#6910)
|
2025-09-05 22:52:10 +00:00 |
|
Sandy Tao
|
dd23c77469
|
feat(core): Save large tool outputs to a file and return truncated lines (#6240)
|
2025-09-05 22:37:29 +00:00 |
|
DeWitt Clinton
|
c1b8708ef5
|
Add hidden property to slash commands (#7797)
|
2025-09-05 20:38:36 +00:00 |
|
Gal Zahavi
|
0e284457be
|
Revert "Fix dollar sign replacement bug in file editing (#7703)" (#7823)
|
2025-09-05 20:34:02 +00:00 |
|
christine betts
|
69da43eb70
|
Make 'source' a positional argument in extensions install and set flag to true (#7807)
|
2025-09-05 18:44:41 +00:00 |
|
Nick Salerni
|
a7bfab4d96
|
fix(token-usage): fix token usage recording for failed API calls (#7667)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-09-05 18:22:51 +00:00 |
|
shishu314
|
918ab3c2ec
|
feat(security) - Make oauth token storage implement the shared interface (#7802)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-05 16:08:50 +00:00 |
|
shishu314
|
af52b04e6f
|
Feat(security) - Create a class for Oauth credential (#7745)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-05 14:30:41 +00:00 |
|
fuyou
|
0bc0d23cb3
|
Fix dollar sign replacement bug in file editing (#7703)
|
2025-09-05 02:12:57 +00:00 |
|
Shreya Keshive
|
aea6230bcc
|
fix(process-utils): fix bug that prevented start-up when running process walking command fails (#7757)
|
2025-09-04 23:10:33 +00:00 |
|
Pascal Birchler
|
c38247ed5c
|
Reduce bundle size & check it in CI (#7395)
|
2025-09-04 21:00:27 +00:00 |
|
shishu314
|
35a841f71a
|
Feat(security) - Make the OAuthTokenStorage non static (#7716)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-04 20:42:47 +00:00 |
|
matt korwel
|
e088c06a9a
|
chore(release): v0.3.1 (#7742)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
|
2025-09-04 12:57:14 -07:00 |
|
matt korwel
|
deda119bea
|
Takethree (#7740)
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: christine betts <chrstn@uw.edu>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
Co-authored-by: anthony bushong <agmsb@users.noreply.github.com>
|
2025-09-04 19:27:51 +00:00 |
|
Shardul Natu
|
2aa25ba87b
|
add(telemetry): Add OTel logging for FileOperationEvent (#7082)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-04 17:20:46 +00:00 |
|
Shardul Natu
|
cda4280d74
|
fix(diffstats): Always return diff stats from EditTool (#7489)
Co-authored-by: Shnatu <snatu@google.com>
|
2025-09-04 17:20:40 +00:00 |
|
Tommaso Sciortino
|
cb43bb9ca4
|
Use IdeClient directly instead of config.ideClient (#7627)
|
2025-09-04 16:32:09 +00:00 |
|
Jacob MacDonald
|
45d494a8d8
|
improve performance of shell commands with lots of output (#7680)
|
2025-09-04 16:20:24 +00:00 |
|
anthony bushong
|
c31e37b30e
|
fix(core): tend to history with dangling function calls/responses (#7692)
|
2025-09-04 07:24:42 +00:00 |
|
Shardul Natu
|
cae4cacd6e
|
rename(telemetry): Update ai_(added|removed)_lines to model_(added|removed)_lines (#7577)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: Billy Biggs <bbiggs@google.com>
|
2025-09-04 03:54:52 +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 |
|
Victor May
|
e7a4142b2a
|
Handle cleaning up the response text in the UI when a response stream retry occurs (#7416)
|
2025-09-04 02:00:16 +00:00 |
|
Silvio Junior
|
70900799d9
|
Enable smart edit by default on main (#7679)
|
2025-09-03 23:04:50 +00:00 |
|
Shardul Natu
|
af522f21fb
|
feat(telemetry): Add character counts to diff stats (#7619)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: cornmander <shikhman@google.com>
|
2025-09-03 22:51:20 +00:00 |
|
Rahat Ahmed
|
645133d9dd
|
Fix diff approval race between CLI and IDE (#7609)
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
|
2025-09-03 20:53:57 +00:00 |
|
Arya Gummadi
|
876d091602
|
fix(auth): improve Google OAuth error handling and prevent empty error messages (#7539)
|
2025-09-03 20:51:29 +00:00 |
|
Sandy Tao
|
4b2c990368
|
fix(core): Fix more logging issues (#7674)
|
2025-09-03 20:09:38 +00:00 |
|
shrutip90
|
7c667e100e
|
Override Gemini CLI trust with VScode workspace trust when in IDE (#7433)
|
2025-09-03 18:44:26 +00:00 |
|
Sandy Tao
|
5ccf46b5a0
|
Fix(core): Log exact model version from API response (#7666)
|
2025-09-03 17:56:51 +00:00 |
|
Jacob MacDonald
|
d2ae869bb4
|
Simplify MCP server timeout configuration (#7661)
|
2025-09-03 17:34:32 +00:00 |
|
Gaurav
|
abddd2b6ee
|
feat: handle nested gitignore files (#7645)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-03 14:23:27 +00:00 |
|
owenofbrien
|
044c3a0e14
|
Log config.useSmartEdit to Clearcut (#7617)
|
2025-09-03 09:58:47 +00:00 |
|
fuyou
|
5c2bb990d8
|
fix(gitIgnore): prevent crash/error when processing malformed file paths in GitIgnoreParser (#7553)
Co-authored-by: Srinath Padmanabhan <17151014+srithreepo@users.noreply.github.com>
|
2025-09-03 06:19:20 +00:00 |
|
bl-ue
|
b5dd6f9ea6
|
feat(sessions): Integrate chat recording into GeminiChat (#6721)
|
2025-09-03 05:29:07 +00:00 |
|
Silvio Junior
|
edb346d4ed
|
Rename smart_edit to replace to align with the EditTool (#7621)
|
2025-09-03 00:38:59 +00:00 |
|
Jack Wotherspoon
|
39c35e7d61
|
chore: improve inclusive-language (#7558)
|
2025-09-03 00:09:28 +00:00 |
|
shishu314
|
f11322c710
|
feat(oauth) - Create hybrid storage class (#7610)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-02 23:13:07 +00:00 |
|
Tommaso Sciortino
|
997136ae25
|
Enable citations by default for certain users. (#7438)
|
2025-09-02 16:36:24 +00:00 |
|
Abhi
|
5bac855697
|
refactor(core): Require model for utility calls (#7566)
|
2025-09-02 00:28:54 +00:00 |
|
Gaurav
|
ee06dd33df
|
update(deps): genai sdk now handles empty GEMINI_API_KEY correctly (#7377)
|
2025-09-01 00:55:19 +00:00 |
|
Bryan Morgan
|
17044876f6
|
Fix duplicate LOC counting due to diff_stat being passed in multiple places (#7483)
|
2025-08-31 11:41:28 +00:00 |
|
Shardul Natu
|
a167f28ead
|
fix(diffstats): Fix diff stats to correctly capture the edits (#7446)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
|
2025-08-30 20:56:10 +00:00 |
|
Adam Weidman
|
45213103f6
|
chore(dedup): Mock tools refix (#7418)
|
2025-08-29 20:08:26 +00:00 |
|
Silvio Junior
|
d0c781a549
|
Smart Edit Tool (#6823)
|
2025-08-29 19:45:39 +00:00 |
|
Noritaka Kobayashi
|
da22deac17
|
refactor: remove redundant 'undefined' type or '?' (#2691)
|
2025-08-29 19:33:12 +00:00 |
|
Richie Foreman
|
5e5f2dffc0
|
fix(trust): Respect folder trust setting when reading GEMINI.md (#7409)
|
2025-08-29 18:12:36 +00:00 |
|
Manash
|
3529595e6c
|
fix(core): Fix permissions for oauth_creds.json (#6662)
|
2025-08-29 17:35:07 +00:00 |
|
chen
|
ea21f0fa03
|
refactor(core): reuse computeNewContent in performAddMemoryEntry (#6689)
Co-authored-by: chen893 <chenshuanglong@fuzhi.ai>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2025-08-29 17:35:00 +00:00 |
|
Pyush Sinha
|
f2bddfe054
|
fix: add flash lite with respect to api defaults (#4652)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
|
2025-08-29 16:20:50 +00:00 |
|
shrutip90
|
2a0e69d833
|
fix(trust): Update config.isTrustedFolder (#7373)
|
2025-08-29 02:41:33 +00:00 |
|
Tayyab3245
|
9037f25df7
|
fix(core): treat UTF16/32 BOM files as text and decode correctly (#6081)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-08-29 01:13:46 +00:00 |
|
Tommaso Sciortino
|
71ad272a1b
|
Show citations at the end of each turn (#7350)
|
2025-08-28 23:42:54 +00:00 |
|
shrutip90
|
a0fbe000ee
|
Skip MCP server connections in untrusted folders (#7358)
|
2025-08-28 22:46:27 +00:00 |
|
Pascal Birchler
|
03bcbcc10d
|
Add MCP loading indicator when initializing Gemini CLI (#6923)
|
2025-08-28 19:53:56 +00:00 |
|
Richie Foreman
|
a2faf34df8
|
fix(logging): Log NodeJS Version && Make Config.SessionID readonly (#7219)
|
2025-08-28 18:22:39 +00:00 |
|
Victor May
|
c35aebe109
|
Refine stream validation to prevent unnecessary retries (#7278)
|
2025-08-28 17:21:27 +00:00 |
|
N. Taylor Mullen
|
4b60cba66b
|
chore(release): v0.2.2 (#7319)
|
2025-08-28 09:08:03 -07: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 |
|
shishu314
|
58f6828833
|
feat(cli) - Create base class for handling tokens stored in files (#7240)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-28 13:54:12 +00:00 |
|
Gal Zahavi
|
5f16541c38
|
Revert "chore(cleanup): Consolidate MockTool definitions (#7228)" (#7283)
|
2025-08-28 04:06:50 +00:00 |
|
Abhi
|
bfdddcbd99
|
feat(commands): Enable @file processing in TOML commands (#6716)
|
2025-08-28 03:22:21 +00:00 |
|
Gal Zahavi
|
529c2649b8
|
Revert "Move mockTool into test-utils (#7245)" (#7277)
|
2025-08-28 03:05:47 +00:00 |
|
Shardul Natu
|
539a49bd24
|
add(telemetry): Add missing telemetry for UserPromptEvent (#6885)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-28 02:17:32 +00:00 |
|
Gal Zahavi
|
f22263c9e8
|
refactor: refactor settings to a nested structure (#7244)
|
2025-08-28 01:39:45 +00:00 |
|
anthony bushong
|
5e84006293
|
fix(e2e): add missing deps to fix sandbox module not found errors in cli/core (#7256)
|
2025-08-27 22:23:38 +00:00 |
|
Richie Foreman
|
cd2e237c73
|
fix(compression): Discard compression result if it results in more token usage (#7047)
|
2025-08-27 21:00:45 +00:00 |
|
Adam Weidman
|
da7901acaf
|
Move mockTool into test-utils (#7245)
|
2025-08-27 20:18:15 +00:00 |
|
Tommaso Sciortino
|
19f2a07efa
|
Fix shell argument parsing in windows (#7160)
|
2025-08-27 19:14:22 +00:00 |
|
Adam Weidman
|
f0146c8b85
|
chore(cleanup): Consolidate MockTool definitions (#7228)
|
2025-08-27 18:18:26 +00:00 |
|
shishu314
|
5cf1c7bf79
|
feat(cli) - Define base class for token storage (#7221)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-27 17:49:20 +00:00 |
|
David East
|
023053ed92
|
fix(tests): Fix Firebase Studio to IDE detection tests (#7163)
|
2025-08-27 17:31:59 +00:00 |
|
Bryant Chandler
|
99a28e6b6a
|
fix: Enable disableFuzzySearch config option propagation (#7002)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-27 15:27:41 +00:00 |
|
uttamkanodia14
|
c7fc489005
|
Log Gemini CLI OS / Process platform in the clearcut (#7086)
|
2025-08-27 07:29:43 +00:00 |
|
N. Taylor Mullen
|
59cdf5933f
|
chore(release): v0.2.1 (#7200)
|
2025-08-27 00:04:08 -07:00 |
|
Lee James
|
3e74ff71b7
|
feat(errors): Make errors more informative (#7133)
|
2025-08-26 23:22:05 +00:00 |
|
shishu314
|
366483853e
|
feat(cli) - Define shared interface for storage (#7049)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-26 21:03:11 +00:00 |
|
Adam Weidman
|
bfef867ba7
|
Add a2a-server package to gemini-cli (#6597)
|
2025-08-26 20:49:25 +00:00 |
|
Victor May
|
08bdd08412
|
Clearcut Logging of Content Error Metrics (#7099)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-26 19:37:18 +00:00 |
|
shishu314
|
142192ae59
|
fix(cli) - Add logging for shell errors (#7007)
Co-authored-by: Shi Shu <shii@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-26 19:26:16 +00:00 |
|
Allen Hutchison
|
231576426c
|
feat(subagent): Enable incremental output streaming (#5819)
|
2025-08-26 18:53:00 +00:00 |
|
Victor May
|
d340ddae62
|
Ensure a Strictly Alternating Message History (#6995)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-26 18:00:20 +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 |
|
Amy He
|
c33a0da1df
|
feat(mcp): Add ODIC fallback to OAuth metadata look up (#6863)
Co-authored-by: cornmander <shikhman@google.com>
|
2025-08-26 16:06:26 +00:00 |
|
Tommaso Sciortino
|
7e31577813
|
Standardize exit codes (#7055)
|
2025-08-26 04:44:45 +00:00 |
|
Silvio Junior
|
415a36a195
|
Do not call nextSpeakerCheck if there was an error processing the stream. (#7048)
Co-authored-by: christine betts <chrstn@uw.edu>
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
Co-authored-by: shishu314 <shishu_1998@yahoo.com>
Co-authored-by: Shi Shu <shii@google.com>
Co-authored-by: Steven <steventohme59@gmail.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-26 04:10:53 +00:00 |
|
shrutip90
|
97ce197f38
|
Treat undefined same as true for isTrustedFolder (#7073)
|
2025-08-26 02:57:57 +00:00 |
|
Shreya Keshive
|
75b1e01bb0
|
fix(ide): remove noisy error log (#7066)
|
2025-08-26 01:29:31 +00:00 |
|
shrutip90
|
ae1f67df04
|
feat: Disable YOLO and AUTO_EDIT modes for untrusted folders (#7041)
|
2025-08-26 00:30:04 +00:00 |
|
Tommaso Sciortino
|
925d747b9d
|
Revert "feat: add explicit license selection and status visibility (#6751)" (#7057)
|
2025-08-25 23:16:30 +00:00 |
|
Andrew Grigorev
|
d820c2335b
|
fix(core): enable thinking explicitly in flash-lite models (#3033)
Co-authored-by: Lee James <40045512+leehagoodjames@users.noreply.github.com>
|
2025-08-25 22:30:40 +00:00 |
|
yoshi-taka
|
28912589d0
|
unused deps (#4732)
|
2025-08-25 22:17:48 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Arya Gummadi
|
0a8e941097
|
fix(telemetry): Update logger tests to handle user email field (#7050)
|
2025-08-25 21:20:17 +00:00 |
|
Richie Foreman
|
1b2249fb8f
|
feat(ide): Enable Firebase Studio install now that FS has updated VsCode (#7027)
|
2025-08-25 21:10:36 +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 |
|
Steven
|
415d3413c4
|
feat(telemetry): Add email to telemetry prompt (#6339)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-25 20:06:53 +00:00 |
|
shishu314
|
cd75d94262
|
Log yolo mode + number of turns (#6055)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-25 20:06:47 +00:00 |
|
Shreya Keshive
|
776627c855
|
refactor(ide): Improve IDE detection discovery (#6765)
|
2025-08-25 18:39:57 +00:00 |
|
christine betts
|
0bd496bd51
|
[extensions] Add extension management install command (#6703)
|
2025-08-25 17:02:10 +00:00 |
|
Pascal Birchler
|
49cce8a15d
|
chore(test): install and configure vitest eslint plugin (#3228)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-25 14:21:47 +00:00 |
|
Shardul Natu
|
1918f4466b
|
add(OTel): Add OTel logging for MalformedJsonEvent (#6912)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: cornmander <shikhman@google.com>
|
2025-08-25 02:11:41 +00:00 |
|
Billy Biggs
|
a8cac96cc9
|
Support JSON schema formats using ajv-formats (#6949)
|
2025-08-24 16:37:09 +00:00 |
|
sangwook
|
494a996ff8
|
feat(core): share file list patterns between glob and grep tools (#6359)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-23 04:35:00 +00:00 |
|
Sandy Tao
|
da73f13d02
|
fix(core): Skip loop check for dividers (#6893)
|
2025-08-23 00:08:16 +00:00 |
|
Bryan Morgan
|
fef89f5429
|
Filter thought parts before passing them to CountToken (#6859)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-22 23:15:37 +00:00 |
|
Victor May
|
5b5290146a
|
Metrics for Retries on Content Errors (#6870)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-22 23:06:29 +00:00 |
|
Tommaso Sciortino
|
75822d3506
|
Change the type of ToolResult.responseParts (#6875)
|
2025-08-22 21:12:05 +00:00 |
|
gbbosak
|
9a0722625b
|
Fix crash when encountering an included directory which doesn't exist (#6497)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
|
2025-08-22 20:49:35 +00:00 |
|
Silvio Junior
|
4c1c6d2b0d
|
Log all parts of a streaming response (#6855)
|
2025-08-22 20:01:45 +00:00 |
|
jason
|
5030ced9e1
|
feat: add explicit license selection and status visibility (#6751)
|
2025-08-22 20:01:01 +00:00 |
|
Victor May
|
bb8a23ae80
|
Retry Message Stream on Empty Chunks (#6777)
|
2025-08-22 19:43:53 +00:00 |
|
Lee James
|
240830afac
|
feat(mcp): log include MCP request with error (#6778)
|
2025-08-22 18:10:30 +00:00 |
|
Ahmed Mughal
|
d35abdab99
|
fix(editors): fix neovim closing when using modify with editor (#5337)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-22 17:57:11 +00:00 |
|
joshualitt
|
76bbbac7ff
|
bug(core): Fix for "no changes" edits. (#6836)
|
2025-08-22 17:43:19 +00:00 |
|
Swapnaneel Patra
|
f61acf60f6
|
fix(core): correctly consolidate multi-part text content (#6235)
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-08-22 17:12:10 +00:00 |
|
pokutuna
|
56ad22b39b
|
fix(core): citation markers misplaced in search results containing multibyte characters (#5956)
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-08-22 16:09:16 +00:00 |
|
Arya Gummadi
|
e1d5dc545d
|
fix(checkpointing): improve error handling and messaging for Git issues (#6801)
|
2025-08-22 15:29:52 +00:00 |
|
Victor Miura
|
31cd35b8c4
|
fix(tools): Add an end of file list marker to ReadManyFilesTool (#5967)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-08-22 15:10:14 +00:00 |
|
Nanda Kishore
|
528227a0f8
|
feat: Add programming language to CLI events (#6071)
Co-authored-by: christine betts <chrstn@uw.edu>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com>
Co-authored-by: JaeHo Jang <diehreo@gmail.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Victor May <mayvic@google.com>
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
Co-authored-by: joshualitt <joshualitt@google.com>
Co-authored-by: Billy Biggs <bbiggs@google.com>
Co-authored-by: Ricardo Fabbri <rfabbri@gmail.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
Co-authored-by: Ben Guo <36952867+HunDun0Ben@users.noreply.github.com>
Co-authored-by: Ben Guo <hundunben@gmail.com>
Co-authored-by: mkusaka <hinoshita1992@gmail.com>
|
2025-08-22 12:17:32 +00:00 |
|
Bryant Chandler
|
4ced997d63
|
feat(search): Add option to disable fuzzy search (#6510)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-22 06:31:39 +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 |
|
Tommaso Sciortino
|
15c62bade3
|
Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714)
|
2025-08-21 23:49:12 +00:00 |
|
christine betts
|
10286934e6
|
Introduce initial screen reader mode handling and flag (#6653)
|
2025-08-21 22:29:15 +00:00 |
|
Billy Biggs
|
2dd15572ea
|
Support IDE connections via stdio MCP (#6417)
|
2025-08-21 22:00:05 +00:00 |
|
joshualitt
|
ec41b8db8e
|
feat(core): Annotate remaining error paths in tools with type. (#6699)
|
2025-08-21 21:40:18 +00:00 |
|
JaeHo Jang
|
1e5ead6960
|
perf(core): parallelize memory discovery file operations performance gain (#5751)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-21 18:21:04 +00:00 |
|
官余棚
|
589f5e6823
|
feat(cli): prompt completion (#4691)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-21 08:04:04 +00:00 |
|
Shardul Natu
|
0242ecd83a
|
fix(metrics): Do not convert numerical metrics to strings (#6701)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-21 07:25:42 +00:00 |
|
pwrwpw
|
f8f79bf2f7
|
fix(core): avoid error handling on cancelled requests to prevent crash (#6039)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-21 07:18:30 +00:00 |
|
Yoichiro Tanaka
|
63f9e86bc3
|
feat(mcp-client): Handle 401 error for httpUrl (#6640)
|
2025-08-21 07:05:45 +00:00 |
|
Tommaso Sciortino
|
653267a64f
|
Remove unused attribute (#6661)
|
2025-08-20 23:13:50 +00:00 |
|
Tommaso Sciortino
|
0193ce77dd
|
Remove unnecessary FileErrorType. (#6697)
|
2025-08-20 23:13:29 +00:00 |
|
Shreya Keshive
|
0e9b06d5c2
|
feat(ide): improve IDE installation UX and feedback (#6677)
|
2025-08-20 21:11:31 +00:00 |
|
Sandy Tao
|
6aff66f501
|
feat(core): Handle special characters in file search paths (#6680)
|
2025-08-20 20:51:49 +00:00 |
|
Jacob MacDonald
|
1738d40745
|
return the JSON stringified parameters from getDescription for MCP tools and Discovered tools (#6655)
|
2025-08-20 20:10:02 +00:00 |
|
Lee James
|
99f03bf364
|
test(logging): Add tests for default log fields (#6583)
|
2025-08-20 14:33:25 +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 |
|
Yuki Okita
|
21c6480b65
|
Refac: Centralize storage file management (#4078)
Co-authored-by: Taylor Mullen <ntaylormullen@google.com>
|
2025-08-20 01:55:47 +00:00 |
|
Arya Gummadi
|
2a71c10b8a
|
feat: auto-approve compatible pending tools when allow always is selected (#6519)
|
2025-08-20 01:22:41 +00:00 |
|
Blackoutta
|
d587c6f104
|
Fix IDE Companion Connection in Proxy Environments (#6308)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-20 00:32:08 +00:00 |
|
Shreya Keshive
|
6732665a08
|
fix(ide): Correctly identify IDE process when run from terminal (#6566)
|
2025-08-20 00:23:37 +00:00 |
|
Arya Gummadi
|
6505b0c8e1
|
fix: allow re-auth with another google account (#6544)
|
2025-08-20 00:06:25 +00:00 |
|
Sandy Tao
|
389102ec0e
|
feat(core): Add --skip-next-speaker-check flag (#6589)
|
2025-08-19 23:45:13 +00:00 |
|
Shardul Natu
|
faff1c2ec7
|
update(opentelemetry): Upgrade OTel dependencies (#6540)
Co-authored-by: Shnatu <snatu@google.com>
|
2025-08-19 23:39:59 +00:00 |
|
Tommaso Sciortino
|
a01d411c5a
|
Get ToolRegistry from config instead of passing it (#6592)
|
2025-08-19 23:27:15 +00:00 |
|
Gal Zahavi
|
f1575f6d8d
|
feat(core): refactor shell execution to use node-pty (#6491)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 23:03:51 +00:00 |
|
Tommaso Sciortino
|
0cc2a1e7ef
|
Remove unnecessary promiuse usage. (#6585)
|
2025-08-19 22:31:02 +00:00 |
|
joshualitt
|
b9cece767d
|
feat(core): Cleanup after migrating tools. (#6199)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 20:55:06 +00:00 |
|
Shreya Keshive
|
ed1fc4ddb3
|
fix(ide): Fix bug where companion extension was not being installed on Windows correctly (#6576)
|
2025-08-19 20:25:11 +00:00 |
|
fuyou
|
24858b319a
|
Fix locale-specific date formatting issue in environmentContext.ts (#5889)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 20:24:28 +00:00 |
|
anj-s
|
1b9107a8bb
|
Remove checking for a condition just for logging (#6503)
|
2025-08-19 20:17:42 +00:00 |
|
Marat Boshernitsan
|
d543c8339a
|
fix(core): harden user account caching (#6501)
|
2025-08-19 20:16:06 +00:00 |
|
owenofbrien
|
b561d3bbed
|
Log all session metadata (#6423)
|
2025-08-19 20:06:00 +00:00 |
|
Ramón Medrano Llamas
|
b24c5887c4
|
feat: restart MCP servers on /mcp refresh (#5479)
Co-authored-by: Brian Ray <62354532+emeryray2002@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-19 19:03:19 +00:00 |
|
Shreya Keshive
|
9588aa6ef9
|
feat: Show /ide subcommands based on connection status instead of ideMode boolean (#6496)
|
2025-08-19 17:24:58 +00:00 |
|
Arya Gummadi
|
ec0d9f4ff7
|
fix: add privacy settings hook and tests (#6360)
|
2025-08-19 06:57:10 +00:00 |
|
Arya Gummadi
|
8f8082fe3d
|
feat: add file change tracking to session metrics (#6094)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 05:57:53 +00:00 |
|
Arya Gummadi
|
da396bd566
|
fix: ensure consistent theme behavior between local and CI test runs (#6358)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 05:56:46 +00:00 |
|
agarwalravikant
|
58c2925624
|
Changes to add tool_type as dimension (#6538)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
|
2025-08-19 05:25:47 +00:00 |
|
bl-ue
|
36ea986cfe
|
feat(sessions): Introduce core ChatRecordingService for automatic conversation saving (#5221)
|
2025-08-19 00:39:57 +00:00 |
|
Gal Zahavi
|
6fc68ff8d4
|
fix(tools): Handle special characters in file paths for glob and read_many_files (#6507)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-18 23:39:05 +00:00 |
|
Conrad Irwin
|
fb3ceb0da4
|
Read and write files through Zed (#6169)
Co-authored-by: Agus Zubiaga <agus@zed.dev>
|
2025-08-18 22:29:45 +00:00 |
|
Gaurav
|
5fe4e02310
|
fix: GCA creds loading order (#6498)
|
2025-08-18 21:11:19 +00:00 |
|
Jacob MacDonald
|
3960ccf781
|
Add MCP Root change notifications (#6502)
|
2025-08-18 21:09:02 +00:00 |
|
Bryant Chandler
|
465ac9f547
|
feat(filesearch): Introduce non-recursive file search strategy (#6087)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Bryant Chandler <bryantchandler@chromium.org>
|
2025-08-18 20:43:24 +00:00 |
|
joshualitt
|
d66ddcd82e
|
bug(core): Do not throw validation errors when building tools in nonInteractiveToolExecutor. (#6363)
|
2025-08-18 20:28:15 +00:00 |
|
Billy Biggs
|
91cd0db2b3
|
Log start session event through telemetry/loggers (#6431)
|
2025-08-18 20:03:03 +00:00 |
|
Richie Foreman
|
71f706cf29
|
feat(client/compression): Log telemetry when compressing chat context. (#6195)
|
2025-08-18 19:59:13 +00:00 |
|
uttamkanodia14
|
88fc6e5861
|
Sends Gemini CLI Client install id to Vertex and Gemini. (#6217)
|
2025-08-18 07:06:57 +00:00 |
|
Richie Foreman
|
2998f27f70
|
chore(compiler): Enable strict property access TS compiler flag. (#6255)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-17 16:43:21 +00:00 |
|
cornmander
|
ec1fa954d1
|
Fix several IDE mode integration tests (#6408)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-17 07:55:39 +00:00 |
|
Abhi
|
33b9bdb11e
|
feat(cli): Introduce arguments for shell execution in custom commands (#5966)
|
2025-08-17 04:02:54 +00:00 |
|
Marat Boshernitsan
|
bc60257e22
|
feat(oauth): Make oauth client a singleton to survive cache failures (#6348)
|
2025-08-16 05:05:59 +00:00 |
|
Billy Biggs
|
d57cc0b930
|
Add support for HTTP OpenTelemetry exporters (#6357)
|
2025-08-16 01:10:21 +00:00 |
|
Sunny Sachanandani
|
4896c7739f
|
[ide-mode] Fix path delimiter for multi-root workspaces on Windows (#6273)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-15 22:58:31 +00:00 |
|
Evan Otero
|
5246aa11f4
|
Check for pending tool calls before appending IDE Context (#6317)
|
2025-08-15 22:04:47 +00:00 |
|
Wanlin Du
|
de6c759c28
|
fix: allow user to use responseSchema as well. (#6336)
|
2025-08-15 20:59:01 +00:00 |
|
Tommaso Sciortino
|
b55f19fdfc
|
use toMatchSnapshot in test (#6344)
|
2025-08-15 20:31:00 +00:00 |
|
Brian Ray
|
2c07dc0757
|
fixes for oauth spec - adds github oauth support. Resource paramater. (#6281)
|
2025-08-15 19:14:48 +00:00 |
|
Tommaso Sciortino
|
01b8a7565c
|
Fix shell tool description to be os-specific (#6335)
|
2025-08-15 19:08:29 +00:00 |
|
Gal Zahavi
|
1a2906a8ad
|
Revert #6088 (#6328)
|
2025-08-15 17:27:33 +00:00 |
|
joshualitt
|
8f2fa5a537
|
feat(core): Migrate MockTools to declarative pattern. (#6197)
|
2025-08-15 15:44:26 +00:00 |
|
LongYinan
|
d2f4e2664e
|
chore: remove duplicated lockfile (#6291)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-15 15:39:58 +00:00 |
|
owenofbrien
|
ddbe65e8c3
|
Add session id to session summary and /bug template (#6313)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-15 15:15:54 +00:00 |
|
cornmander
|
41c5195ed3
|
feat(shell): Include disallowed commands in block reason (#6278)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-15 14:37:49 +00:00 |
|
Shreya Keshive
|
db347eeee8
|
IDE integration Gemini command multi-folder support + bump version (#6265)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-15 00:07:06 +00:00 |
|
HugoMurillo
|
8c0c8d7770
|
fix(#5340): unable to load chats with weird characters (#5969)
|
2025-08-14 23:24:57 +00:00 |
|
Tommaso Sciortino
|
1a41ba7daf
|
Prevent writing outside of the workspace roots (#6178)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-14 22:59:37 +00:00 |
|
Lee James
|
f47af1607a
|
bug(mcp): catch errors reported by GitHub MCP (#6194)
|
2025-08-14 22:30:05 +00:00 |
|
Gal Zahavi
|
980091cbc2
|
feat(core): refactor shell execution to use node-pty (#6088)
|
2025-08-14 20:40:12 +00:00 |
|
joshualitt
|
48af0456c1
|
feat(core): Migrate web-search, write-file, and discovered-tool. (#6188)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-14 20:28:33 +00:00 |
|
christine betts
|
5c5fc89eb1
|
[ide-mode] Support multi-folder workspaces (#6177)
|
2025-08-14 20:12:57 +00:00 |
|
christine betts
|
af93a10a92
|
[ide-mode] Write port to file in ide-server (#5811)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-14 18:09:19 +00:00 |
|
christine betts
|
d6403c67ee
|
[ide-mode] Suggest the extension name in the installation messages (#6182)
|
2025-08-14 14:57:36 +00:00 |
|
owenofbrien
|
dd55a82a28
|
Log CLI version and git commit hash (v2) (#6176)
|
2025-08-14 10:12:26 +00:00 |
|
matt korwel
|
3e004048cf
|
chore(release): v0.1.21 (#6207)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
|
2025-08-14 06:14:25 +00:00 |
|
Sandy Tao
|
c63185dae7
|
feat(deps): Update @google/genai to 1.13.0 (#6184)
|
2025-08-14 02:12:11 +00:00 |
|
Allen Hutchison
|
6d01ba65a2
|
refactor: remove modelCheck feature (#6185)
|
2025-08-14 00:25:45 +00:00 |
|
Richie Foreman
|
d6f74ea2f0
|
chore(telemetry): Add various surface detection to determineSurface for logging. (#6074)
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-13 21:45:53 +00:00 |
|
Gaurav
|
f9a1e8eb6f
|
fix: use server-returned project for gca free tier auth (#6113)
|
2025-08-13 21:04:58 +00:00 |
|
Richie Foreman
|
2dbd5ecdc8
|
chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166)
|
2025-08-13 20:37:08 +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
|
a90aeb3d8f
|
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
|
2025-08-13 20:17:38 +00:00 |
|
Harold Mciver
|
8fae227e8d
|
fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)
|
2025-08-13 19:31:24 +00:00 |
|
joshualitt
|
c0c0e9b7a0
|
feat(core): Migrate read_many_files, shell, and web_fetch. (#6167)
|
2025-08-13 19:27:09 +00:00 |
|
joshualitt
|
904f4623b6
|
feat(core): Continue declarative tool migration. (#6114)
|
2025-08-13 18:57:37 +00:00 |
|
Jacob Richman
|
e4473a9007
|
Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry" (#6161)
|
2025-08-13 18:13:18 +00:00 |
|
shrutip90
|
38876b738f
|
Add support for trustedFolders.json config file (#6073)
|
2025-08-13 18:06:31 +00:00 |
|
Adam Weidman
|
b61a63aef4
|
move errorParsing.ts to core (#6159)
|
2025-08-13 17:57:11 +00:00 |
|
Deepankar Sharma
|
9c7fb870c1
|
Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-08-13 17:32:54 +00:00 |
|
Agus Zubiaga
|
d3fda9dafb
|
Zed integration schema upgrade (#5536)
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Co-authored-by: Ben Brandt <benjamin@zed.dev>
|
2025-08-13 15:58:26 +00:00 |
|
Richie Foreman
|
150103e5dd
|
chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6023)
|
2025-08-13 15:42:38 +00:00 |
|
Jerop Kipruto
|
431a312d4d
|
Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)
|
2025-08-13 01:38:45 +00:00 |
|
Shreya Keshive
|
3a87712c1a
|
Launch VS Code IDE Integration (#6063)
|
2025-08-12 21:08:07 +00:00 |
|
christine betts
|
74fd0841d0
|
[ide-mode] Update installation logic and nudge (#6068)
|
2025-08-12 20:08:47 +00:00 |
|
Shreya Keshive
|
4ecfb478b0
|
chore(release): v0.1.19 (#6069)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
|
2025-08-12 18:37:49 +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 |
|
owenofbrien
|
5d1d40fa2e
|
Fix: log api response error status codes (#6015)
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
|
2025-08-12 16:51:21 +00:00 |
|
Sandy Tao
|
26fe587b44
|
skip loop check if it is currently inside a loop (#6022)
|
2025-08-11 23:45:31 +00:00 |
|
Wanlin Du
|
d9fb08c9da
|
feat: migrate tools to use parametersJsonSchema. (#5330)
|
2025-08-11 23:12:41 +00:00 |
|
Wanlin Du
|
f52d073dfb
|
chore: migrate from responseSchema to use responseJsonSchema. (#4814)
|
2025-08-11 23:04:58 +00:00 |
|
Shreya Keshive
|
c7fd4c4a96
|
Start IDE connection after config initialization (#6018)
|
2025-08-11 22:09:47 +00:00 |
|
christine betts
|
94b6199943
|
[ide-mode] Update sandbox detection logic to support macos seatbelt (#6005)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-11 21:09:57 +00:00 |
|
christine betts
|
c0f5f6a5f6
|
[ide-mode] Update handling of workspace paths (#6014)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-11 21:06:01 +00:00 |
|
christine betts
|
0e98641b51
|
Add support for VSCode-like editors (#5699)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-11 21:01:37 +00:00 |
|
Shreya Keshive
|
4656f17524
|
Reduce noisy IDE integration error message in standalone terminal (#6006)
|
2025-08-11 19:57:56 +00:00 |
|
Tommaso Sciortino
|
239ba63d28
|
Make ProjectIdRequiredError error more lenient (#5693)
|
2025-08-11 18:04:44 +00:00 |
|
Jacob Richman
|
2269f8a1a8
|
Modify content generated describing the ide context to only include deltas after the initial update (#5880)
|
2025-08-11 17:15:44 +00:00 |
|
cornmander
|
aa5c80dec4
|
feat(core): add host validation to GoogleCredentialProvider (#5962)
Co-authored-by: Brian Ray <62354532+emeryray2002@users.noreply.github.com>
|
2025-08-11 16:40:30 +00:00 |
|
Shreya Keshive
|
b0b12af2ce
|
Additional IDE integration polishes (#5985)
|
2025-08-11 16:27:45 +00:00 |
|
Lee James
|
2548facc79
|
feat: add "surface" to all logs (#5862)
|
2025-08-11 15:11:20 +00:00 |
|
Hiroaki Mitsuyoshi
|
6487cc1689
|
feat(chat): Add overwrite confirmation dialog to /chat save (#5686)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-09 06:59:22 +00:00 |
|
Brian de Alwis
|
191cc01bf5
|
fix(core): restrict oauth_creds.json file permissions (#5245)
Co-authored-by: cornmander <shikhman@google.com>
|
2025-08-09 03:05:30 +00:00 |
|
N. Taylor Mullen
|
c184ec3224
|
chore(release): v0.1.18 (#5864)
|
2025-08-08 17:26:43 -07:00 |
|
Jacob MacDonald
|
f35921a771
|
Add MCP Roots support (#5856)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-08 23:29:06 +00:00 |
|
Jacob MacDonald
|
69322e12e4
|
Add a request queue to the tool scheduler (#5845)
|
2025-08-08 21:50:35 +00:00 |
|
Shreya Keshive
|
9ac62565a0
|
Fix excessive console logging + remove unnecessary try catch (#5860)
|
2025-08-08 21:48:02 +00:00 |
|
shishu314
|
60bde58f29
|
fix(cli) - Adding logging for response and error in LoggingContentGenerator (#5842)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-08 19:58:33 +00:00 |
|
christine betts
|
3af4913ef3
|
[ide-mode] Close all open diffs when the CLI gets closed (#5792)
|
2025-08-08 15:38:30 +00:00 |
|
christine betts
|
5ec4ea9b4d
|
[ide-mode] Wire up env variables to sandbox (#5804)
|
2025-08-08 15:35:47 +00:00 |
|
Gal Zahavi
|
51d09e720b
|
fix(core): Add missing mnemonist dependency (#5841)
|
2025-08-08 15:10:04 +00:00 |
|
Akhil Appana
|
f5e0f16157
|
fix: properly report tool errors in telemetry (#5688)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-08 11:33:42 +00:00 |
|
agarwalravikant
|
5ab184fcaf
|
Fix for git issue 5657 to add lines of code added/removed telemetry (#5823)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
|
2025-08-08 04:38:07 +00:00 |
|
Gal Zahavi
|
86eaa03f8a
|
feat(telemetry): Prevent memory leak in ClearcutLogger (#5734)
|
2025-08-08 01:53:39 +00:00 |
|
Sandy Tao
|
e8815ba43c
|
feat(quality): Reset when seeing a new type of Markdown element (#5820)
|
2025-08-08 00:21:42 +00:00 |
|
shishu314
|
bae922a632
|
fix(cli) - Move logging into CodeAssistServer (#5781)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-07 23:58:18 +00:00 |
|
Richie Foreman
|
9bc0a4aff3
|
chore(telemetry): Log FIREBASE_STUDIO when using Gemini CLI within Firebase Studio (#5790)
|
2025-08-07 22:50:48 +00:00 |
|
Allen Hutchison
|
0c32a4061d
|
fix(core): Replace flaky performance tests with robust correctness tests (#5795)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-07 22:38:21 +00:00 |
|
Bryant Chandler
|
9fc7115b86
|
perf(filesearch): Use async fzf for non-blocking file search (#5771)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-07 22:24:55 +00:00 |
|
Shreya Keshive
|
4d4eacfc40
|
Few IDE integration polishes (#5727)
|
2025-08-07 21:19:31 +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 |
|
shrutip90
|
53f8617b24
|
Add new folderTrust setting that the users can enable or disable (#5798)
|
2025-08-07 21:06:17 +00:00 |
|
Adam Weidman
|
3a3b138195
|
Include Schema Error Handling for Vertex and Google Auth methods (#5780)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-07 20:21:39 +00:00 |
|
joshualitt
|
8bac9e7d04
|
Migrate EditTool, GrepTool, and GlobTool to DeclarativeTool (#5744)
|
2025-08-07 17:05:37 +00:00 |
|
Sandy Tao
|
0d65baf928
|
Fix(core): Use Flash for next speaker check (#5786)
|
2025-08-07 16:18:53 +00:00 |
|
Jacob MacDonald
|
6ae75c9f32
|
Add a context percentage threshold setting for auto compression (#5721)
|
2025-08-07 14:34:40 +00:00 |
|
Abhi
|
36750ca49b
|
feat(agent): Introduce Foundational Subagent Architecture (#1805)
Co-authored-by: Colt McAnlis <colton@google.com>
|
2025-08-07 00:34:38 +00:00 |
|
DevMassive
|
9ac3e8b79e
|
feat: Improve @-command file path completion with fzf integration (#5650)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-06 23:41:04 +00:00 |
|
Richie Foreman
|
4782113ceb
|
fix(core): Improve errors in situations where the command spawn does … (#5723)
|
2025-08-06 23:31:42 +00:00 |
|
shrutip90
|
626844b539
|
experiment: Add feature exp flag for folder trust (#5709)
|
2025-08-06 22:27:21 +00:00 |
|
christine betts
|
b55467c1dd
|
[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-06 20:55:29 +00:00 |
|
joshualitt
|
43510ed212
|
bug(core): Prompt engineering for truncated read_file. (#5161)
|
2025-08-06 20:52:04 +00:00 |
|
Jacob MacDonald
|
e3e7677753
|
Add integration test for maximum schema depth error handling (#5685)
|
2025-08-06 20:45:54 +00:00 |
|
Jacob MacDonald
|
b3cfaeb6d3
|
Add detection of tools with bad schemas and automatically omit them with a warning (#5694)
|
2025-08-06 20:19:15 +00:00 |
|
joshualitt
|
6133bea388
|
feat(core): Introduce DeclarativeTool and ToolInvocation. (#5613)
|
2025-08-06 17:50:02 +00:00 |
|
agarwalravikant
|
882a97aff9
|
Fix to send user tool confirmation decision for yolo or non interacti… (#5677)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
|
2025-08-06 17:46:42 +00:00 |
|
christine betts
|
fde9849d48
|
[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-06 17:36:05 +00:00 |
|
Akhil Appana
|
487818df27
|
fix: improve error handling and path processing in memory discovery (#5175)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-08-06 17:19:43 +00:00 |
|
Bryant Chandler
|
aab850668c
|
feat(file-search): Add support for non-recursive file search (#5648)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-06 06:33:27 +00:00 |
|
Yash Velagapudi
|
8b1d5a2e3c
|
fix(core): Treat .mts files as TypeScript modules instead of video files (#5492)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-06 06:15:53 +00:00 |
|
Jacob MacDonald
|
7e5a5e2da7
|
Detect and warn about cyclic tool refs when schema depth errors are encountered (#5609)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-06 01:48:00 +00:00 |
|
Bryant Chandler
|
12a9bc3ed9
|
feat(core, cli): Introduce high-performance FileSearch engine (#5136)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-05 23:18:03 +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 |
|
Jacob MacDonald
|
6a72cd064b
|
check for the prompt capability before listing prompts from MCP servers (#5616)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2025-08-05 22:50:30 +00:00 |
|
sangwook
|
aebe3ace3c
|
perf(core): implement parallel file processing for 74% performance improvement (#4763)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2025-08-05 22:47:18 +00:00 |
|
Mikhail Aksenov
|
dadf05809c
|
feat: mcp - support audiences for OAuth2 (#5265)
|
2025-08-05 22:02:16 +00:00 |
|