gemini-cli-robot
f0eb01cc30
chore(release): v0.9.0-preview.3
2025-10-14 00:09:50 +00:00
gemini-cli-robot
6902229faa
fix(patch): cherry-pick dd01af6 to release/v0.9.0-preview.2-pr-11072 to patch version v0.9.0-preview.2 and create version 0.9.0-preview.3 ( #11076 )
...
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com >
2025-10-13 16:58:04 -07:00
gemini-cli-robot
7cb7a2e01d
chore(release): v0.9.0-preview.2
2025-10-11 00:07:48 +00:00
gemini-cli-robot
a07fbbebae
fix(patch): cherry-pick 0b6c020 to release/v0.9.0-preview.1-pr-10828 [CONFLICTS] ( #10920 )
...
Co-authored-by: Victor May <mayvic@google.com >
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-10 16:43:40 -07:00
gemini-cli-robot
0a30c20dad
chore(release): v0.9.0-preview.1
2025-10-09 18:39:21 +00:00
gemini-cli-robot
c5d5603edd
fix(patch): cherry-pick 467a305 to release/v0.9.0-preview.0-pr-10661 to patch version v0.9.0-preview.0 and create version 0.9.0-preview.1 ( #10817 )
...
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com >
2025-10-09 18:22:34 +00:00
gemini-cli-robot
cf1c8b2440
chore(release): v0.9.0-preview.0
2025-10-07 21:48:12 +00:00
Shreya Keshive
c195a9aa3b
fix(core): Use 127.0.0.1 for IDE client connection ( #10658 )
2025-10-07 20:26:35 +00:00
Victor May
ed0d1a0ba3
Get around the initial empty response from gemini-2.5-flash. ( #10508 )
2025-10-07 19:05:33 +00:00
Jacob Richman
34ba8be821
Enhance debug profiler to track tree framerate and dispatch errors ( #10502 )
2025-10-07 17:28:35 +00:00
christine betts
d93e987f24
Remove separate --path argument for extensions install command ( #10628 )
2025-10-07 16:01:45 +00:00
Jacob MacDonald
343be47fa9
use extract-zip and tar libraries to extract archives ( #10414 )
...
Co-authored-by: christine betts <chrstn@uw.edu >
2025-10-07 15:37:41 +00:00
Adam Weidman
c4656fb063
chore: fix folder trust tests ( #10636 )
2025-10-07 14:29:38 +00:00
christine betts
69f93f852e
Update gemini extensions new ( #10629 )
2025-10-07 13:10:21 +00:00
Sandy Tao
e705f45c5f
fix(core): retain user message in history on stream failure ( #10608 )
2025-10-06 23:32:35 +00:00
bl-ue
974ab66b7a
feat(sessions): Add automatic session cleanup and retention policy ( #7662 )
2025-10-06 19:34:00 +00:00
mistergarrison
d9fdff339a
Re-submission: Make --allowed-tools work in non-interactive mode ( #10289 )
...
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-10-06 19:15:21 +00:00
Jacob MacDonald
7f8537a130
Cleanup extension update logic ( #10514 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-04 04:06:26 +00:00
owenofbrien
7db79e145e
Stop logging tool call error message to clearcut ( #10511 )
2025-10-03 21:18:57 +00:00
Gaurav
319f43fa23
fix: handle request retries and model fallback correctly ( #9407 )
2025-10-03 20:24:50 +00:00
Silvio Junior
ee3e4017c3
Add function processOutput to AgentDefinition and typing for an agent's output ( #10447 )
2025-10-03 17:21:08 +00:00
Jacob MacDonald
3f79d7e5bb
Fix oauth support for MCP servers ( #10427 )
2025-10-03 16:23:55 +00:00
Sandy Tao
3b92f127a9
refactor(core): Unify retry logic and remove schema depth check ( #10453 )
2025-10-03 16:08:27 +00:00
Shreya Keshive
d8570e4d64
feat(vscode-ide-companion): enforce auth token validation ( #10481 )
2025-10-03 15:41:27 +00:00
Abhi
93c7378d3b
chore(formatting): Fix formatting on main ( #10464 )
2025-10-03 03:28:49 +00:00
Adam Weidman
16d4701822
Fix /chat list not write terminal escape codes directly ( #10415 )
2025-10-02 22:52:16 +00:00
sgnagnarella
43bac6a038
Adding list sub command to memoryCommand to list the path of GEMINI.md files ( #10108 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-10-02 21:46:54 +00:00
Shehab
69e1239698
fix(auto-update): suppress npx nag for transient installs ( #10276 )
...
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2025-10-02 20:55:32 +00:00
Vasily Tsybenko
0c6f9d2898
fix: prevent tools discovery error for prompt-only MCP servers ( #10367 )
...
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2025-10-02 19:47:58 +00:00
Silvio Junior
63efcb6b66
Modify GCLI system prompt to conditionally use the CodebaseInvestigator ( #10419 )
2025-10-02 19:37:44 +00:00
Abhi
a6af7bbb46
refactor(agents): implement submit_final_output tool for agent completion ( #10377 )
2025-10-02 18:07:58 +00:00
Shreya Keshive
4a70d6f22f
fix(vscode): suppress update and install messages in managed IDEs ( #10431 )
2025-10-02 18:00:51 +00:00
Shreya Keshive
12d4ec2e07
feat(ide extension): introduce debug logging ( #10416 )
2025-10-02 17:10:13 +00:00
Ben Brandt
e7a13aa031
fix: Stream parsing for Windows Zed integration ( #10339 )
2025-10-02 16:54:49 +00:00
Jerop Kipruto
eae8b8b1a1
fix(core): use constant for tool_output_truncated event name ( #10372 )
2025-10-02 16:51:14 +00:00
Jacob MacDonald
ebbfcda762
support giving a github repo URL with a trailing slash ( #10360 )
2025-10-02 14:34:23 +00:00
anthony bushong
aa8b2abe3d
fix(core): add telemetry support for smart edit correction events ( #10378 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-02 01:35:45 +00:00
Jenna Inouye
14dbda9145
Docs IA update and Get Started section. ( #10192 )
2025-10-01 23:24:29 +00:00
Gal Zahavi
33269bdbc9
fix(ui): increase padding of settings dialog ( #10376 )
2025-10-01 22:45:25 +00:00
Jacob Richman
6553e64431
Fix so paste timeout protection is much less invasive. ( #9284 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-01 22:21:57 +00:00
Victor May
8174e1d5b8
Smart Edit Strategy Logging ( #10345 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-01 21:53:53 +00:00
Jacob Richman
a404fb8d2e
Switch to a reducer for tracking update state fixing flicker issues due to continuous renders ( #10280 )
2025-10-01 21:53:15 +00:00
Billy Biggs
ef76a801c4
Revert reducing margin on narrow screens ( #10375 )
2025-10-01 21:50:33 +00:00
Jacob Richman
6eca199c39
Cleanup useSelectionList and fix infinite loop in debug mode issues. ( #10248 )
2025-10-01 21:25:54 +00:00
Abhi
331ae7dbdf
feat: Add enableSubagents configuration and wire up subagent registration ( #9988 )
2025-10-01 20:54:00 +00:00
Jerop Kipruto
5b16771567
feat(telemetry): add OpenTelemetry GenAI semantic convention metrics ( #10343 )
2025-10-01 20:24:55 +00:00
Silvio Junior
7e493f4a9e
Codebase Investigator: Separate initial query from system prompt and apply templateStrings in query and initialMessages ( #10282 )
2025-10-01 20:21:01 +00:00
Shreya Keshive
f3152fa7fb
chore(release): bump version to 0.9.0-nightly.20251001.163dba7e ( #10362 )
2025-10-01 20:19:39 +00:00
Richie Foreman
ed1b5fe5e1
fix(settings): Ensure that InferSettings properly infers the combinations of values from an enum type. ( #10346 )
2025-10-01 15:32:18 +00:00
Christie Warwick (Wilson)
5c6f006634
Refactor metrics definitions to be easily understandable ( #10215 )
2025-10-01 13:33:47 +00:00