Commit graph

1104 commits

Author SHA1 Message Date
Abhi
3a1d3769ae
Refactor EditTool.Name to use centralized EDIT_TOOL_NAME (#11343) 2025-10-17 05:35:35 +00:00
cornmander
dcf362bcf9
Inline tree-sitter wasm and add runtime fallback (#11157) 2025-10-17 00:25:30 +00:00
Tommaso Sciortino
9a4211b610
Improve rendering of ToDo lists. (#11315) 2025-10-16 23:06:43 +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
Abhi
05930d5e25
fix(web-fetch): respect Content-Type header in fallback mechanism (#11284) 2025-10-16 18:16:24 +00:00
anj-s
5aaa0e66f5
(fix): Enable Codebase Investigator for all modes (#11259) 2025-10-16 14:21:09 +00:00
Abhi
c9c633be62
refactor: move web_fetch tool name to tool-names.ts (#11174) 2025-10-16 02:48:12 +00:00
Abhi
130f0a0253
chore(subagents): Remove legacy subagent code (#11175) 2025-10-16 02:32:57 +00:00
anj-s
47f693173a
Add support for output-format stream-jsonflag for headless mode (#10883) 2025-10-15 20:55:37 +00:00
mistergarrison
2e6d69c9c8
Fix --allowed-tools in non-interactive mode to do substring matching for parity with interactive mode. (#10944)
Co-authored-by: Allen Hutchison <adh@google.com>
2025-10-15 19:44:07 +00:00
Allen Hutchison
b8df8b2ab8
feat(core): wire up UI for ASK_USER policy decisions in message bus (#10630) 2025-10-15 16:39:41 +00:00
Shreya Keshive
8a937ebf8b
chore(release): bump version to 0.11.0-nightly.20251015.203bad7c (#11212) 2025-10-15 16:25:05 +00:00
Gaurav
996c9f5955
Revert "fix: handle request retries and model fallback correctly" (#11164) 2025-10-14 23:30:59 +00:00
cornmander
bd5c158a62
Revert "Shell approval rework" (#11143) 2025-10-14 22:55:28 +00:00
Abhi
6f0107e7b7
fix(core): implement robust URL validation in web_fetch tool (#10834) 2025-10-14 20:53:22 +00:00
Silvio Junior
a6720d6007
Make codebase investigator less prone to be triggered for simple searches (#10655) 2025-10-14 17:19:17 +00:00
cornmander
92dbdbb93b
Shell approval rework (#11073) 2025-10-14 16:51:32 +00:00
Sandy Tao
7c1a90244a
fix(core): add retry logic for specific fetch errors (#11066) 2025-10-14 16:17:31 +00:00
bl-ue
9e8c767694
fix(cli): record tool calls in non-interactive mode (#10951) 2025-10-14 15:51:00 +00:00
Silvio Junior
3ba4ba79fa
Remove workflow examples from system instruction (#10811) 2025-10-14 15:29:03 +00:00
Hadi Minooei
249a193c00
Update system instructions for optimizing shell tool commands (#10651) 2025-10-14 04:31:45 +00:00
Abhi
a3fe9279d8
fix(compression): prevent unnecessary summarization when history is too short (#11082) 2025-10-14 04:02:03 +00:00
Abhi
6787d42de4
perf(core): optimize Windows IDE process detection from O(N) to O(1) (#11048) 2025-10-14 02:42:09 +00:00
Silvio Junior
9185f68e52
Expose Codebase Investigator settings to the user (#10844) 2025-10-14 02:30:32 +00:00
Gaurav
dd01af609e
refactor: set max retry attempts to 3 (#11072) 2025-10-13 23:26:51 +00:00
joshualitt
ada179f572
bug(core): Process returned function calls sequentially. (#10659) 2025-10-13 22:52:16 +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
Alexander
7beaa368a9
refactor(core): use assertConnected in McpClient discover method (#10989) 2025-10-13 16:57:10 +00:00
Gal Zahavi
265d39f337
feat(core): improve shell execution service reliability (#10607) 2025-10-10 22:14:37 +00:00
Jacob MacDonald
a6e00d9183
Fix rough edges around extension updates (#10926) 2025-10-10 21:28:13 +00:00
Shreya Keshive
ae48e964f0
feat(ui): add flicker detection and metrics (#10821) 2025-10-10 20:18:38 +00:00
Abhi
ab3804d823
refactor(core): migrate web search tool to tool-names (#10782) 2025-10-10 19:51:24 +00:00
shrutip90
c6af4eaa00
fix: Usage of folder trust config flags in FileCommandLoader (#10837) 2025-10-10 18:07:40 +00:00
Sandy Tao
8dc397c0a5
fix(core): set temperature to 1 on retry in sendMessageStream (#10866) 2025-10-10 16:14:12 +00:00
Jerop Kipruto
38bc856212
feat(telemetry): ensure all telemetry includes user email and installation id (#10897) 2025-10-10 16:06:08 +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
Christie Warwick (Wilson)
83075b2800
refactor: make log/event structure clear (#10467) 2025-10-09 23:02:58 +00:00
owenofbrien
cce245738e
Fix for race condition in extension install / uninstall logging (#10856) 2025-10-09 22:40:27 +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
Jerop Kipruto
1f6716f98a
feat(telemetry): add diff stats to tool call metrics (#10819) 2025-10-09 22:01:35 +00:00
Jerop Kipruto
5f96eba54a
fix(cli): prevent exit on non-fatal tool errors (#10671) 2025-10-09 21:20:20 +00:00
anthony bushong
ae02236c63
feat(core): generalize path correction for use across tools (#10612) 2025-10-09 20:51:16 +00:00
Abhi
70610c740e
feat(telemetry): Add telemetry for web_fetch fallback attempts (#10749) 2025-10-09 17:01:17 +00:00
Sumit Chauhan
0cd490a9b8
feat: support GOOGLE_CLOUD_PROJECT_ID fallback (fixes #2262) (#2725) 2025-10-09 10:42:54 +00:00
Abhi
3d24575239
refactor(core): Centralize 'write_file' tool name (#10694) 2025-10-09 04:33:31 +00:00
gemini-cli-robot
95268b266d
chore(release): bump version to 0.10.0-nightly.20251007.c195a9aa (#10669)
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-10-08 16:52:11 -07:00
Sandy Tao
06920402f8
feat(core): Stop context window overflow when sending chat (#10459) 2025-10-08 22:20:44 +00:00
Jacob MacDonald
56ca62cf3c
Pre releases (#10752)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-08 21:26:12 +00:00
Gal Zahavi
741b57ed06
fix(core): Use shell for spawn on Windows (#9995) 2025-10-08 21:21:23 +00:00
anthony bushong
76b1deec25
fix(core): refresh file contents in smart edit given newer edits from user/external process (#10084) 2025-10-08 20:58:52 +00:00
김세은
1962b51d8d
fix: ensure positional prompt arguments work with extensions flag (#10077)
Co-authored-by: Allen Hutchison <adh@google.com>
2025-10-08 20:32:05 +00:00
Gal Zahavi
467a305f26
chore(shell): Enable interactive shell by default (#10661) 2025-10-08 20:28:19 +00:00
Abhi
c0552ceb22
feat(core): add telemetry for subagent execution (#10456) 2025-10-08 12:42:33 -07:00
Abhi
8aa730082e
refactor(core): Centralize 'write_todos_list' tool name (#10690) 2025-10-08 16:34:56 +00:00
Zack Birkenbuel
8980276b20
Rationalize different Extension typings (#10435) 2025-10-08 14:31:41 +00:00
Adrian Arribas
8cd2ec7c9b
[Part 4/6] feat(telemetry): add memory monitor with activity-aware recording and tests (#8122)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-10-07 23:23:17 +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
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
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
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
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
Jerop Kipruto
eae8b8b1a1
fix(core): use constant for tool_output_truncated event name (#10372) 2025-10-02 16:51:14 +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
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
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
Christie Warwick (Wilson)
5c6f006634
Refactor metrics definitions to be easily understandable (#10215) 2025-10-01 13:33:47 +00:00
Allen Hutchison
f207ea94d6
fix(memory): ignore @ inside code blocks (#10201) 2025-10-01 01:24:33 +00:00
Abhi
794d92a79d
refactor(agents): Introduce Declarative Agent Framework (#9778) 2025-09-30 21:00:54 +00:00
Gal Zahavi
6695c32aa2
fix(shell): improve shell output presentation and usability (#8837) 2025-09-30 20:44:58 +00:00
Vikram Pasupathy
953935d67c
Fix a cache collision bug in the llm edit fixer (#9542)
Co-authored-by: anthony bushong <agmsb@users.noreply.github.com>
2025-09-30 16:58:32 +00:00
Victor May
ec08129fba
Regex Search/Replace for Smart Edit Tool (#10178) 2025-09-30 16:06:03 +00:00
Dmytro Salnyk
1d24f95a3f
fix(telemetry): Improve Cloud Shell surface type detection for telemetry purposes (#10162) 2025-09-30 10:35:34 +00:00
Adam Weidman
0c3fcb7030
chore(mocktools): final step in unify mock tool definitions (#9166) 2025-09-29 20:43:06 +00:00
Sandy Tao
ac4a79223a
feat(core): Add content-based retries for JSON generation (#9264) 2025-09-29 19:27:15 +00:00
Sandy Tao
8a2c2dc73f
feat(core): Enable tool output truncation by default (#9983) 2025-09-29 16:30:37 +00:00
anthony bushong
1bd75f060d
fix(core): auto-correct file paths in smart edit where possible (x-platform) (#10018) 2025-09-27 23:16:51 +00:00
Sandy Tao
ffcd996366
feat(core): Use lastPromptTokenCount to determine if we need to compress (#10000) 2025-09-27 18:56:10 +00:00
Tommaso Sciortino
93694c6a65
Make compression algo slightly more aggressive (#10024) 2025-09-27 12:15:53 +00:00
Adam Weidman
db51e3f4cd
feat(iap support): Add service account impersonation provider to MCPServers to support IAP on Cloud Run (#8505)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
2025-09-27 08:12:24 +00:00
Gal Zahavi
eb1a6a6091
Revert "fix(core): auto-correct file paths in smart edit where possible" (#10009) 2025-09-27 01:05:48 +00:00
Gal Zahavi
24c15b9d43
Revert "Make --allowed-tools work in non-interactive mode" (#10006) 2025-09-26 16:22:02 -07:00
anthony bushong
0d22b22c82
fix(core): auto-correct file paths in smart edit where possible (#9526) 2025-09-26 20:05:15 +00:00
owenofbrien
e909993dd1
Added warning to avoid command substitution in run_shell_command tool… (#9934)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-26 18:16:05 +00:00
Abhi
3d7cb3fb8a
refactor(core): Extract file filtering constants from Config to break circular dependency (#9974) 2025-09-26 17:37:00 +00:00
mistergarrison
e8a065cb9f
Make --allowed-tools work in non-interactive mode (#9114)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-09-26 17:03:35 +00:00
matt korwel
8a16165a9b
fix(deps): resolve ansi-regex dependency conflict (#9964) 2025-09-26 10:00:54 -07:00
geoffdowns
11c995e9fa
Stop checking MCP tool schemas for type definitions (#9574)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: anthony bushong <agmsb@users.noreply.github.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
Co-authored-by: Jacob MacDonald <jakemac@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: christine betts <chrstn@uw.edu>
Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
Co-authored-by: HugoMurillo <mhugorodrigo@google.com>
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
Co-authored-by: Miguel Solorio <miguelsolorio@google.com>
Co-authored-by: Christie Warwick (Wilson) <bobcatfish@gmail.com>
Co-authored-by: shrutip90 <shruti.p90@gmail.com>
2025-09-26 04:42:21 +00:00
Gal Zahavi
6535b71c35
fix(prompt): Prevent model from reverting successful changes (#9253) 2025-09-25 20:54:44 +00:00
Sandy Tao
e209724789
fix(core): Improve API error retry logic (#9763) 2025-09-25 17:57:00 +00:00
anthony bushong
4caaa2a8e8
fix(core): ensure retry sets defaults for nullish values passed into options (#9540)
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
2025-09-25 17:33:00 +00:00
Adrian Arribas
f80eb71068
[Part 3/6] feat(telemetry): enhance metrics with performance monitoring APIs (#8113) 2025-09-25 16:12:46 +00:00
Shardul Natu
135d3401cd
add(telemetry): Add character-level edit metrics to Concord (#9145)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
2025-09-25 16:09:56 +00:00
matt korwel
fab279f0fd
chore(release): bump version to 0.8.0-nightly.20250925.b1da8c21 (#9753)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-25 14:23:19 +00:00
anthony bushong
275a12fd45
fix(core): set default maxAttempts in baseLLMClient (#9533) 2025-09-25 01:18:26 +00:00
anthony bushong
8abe7e151c
fix(core): plumb max attempts for retry to generate options in baseLLMClient (#9518) 2025-09-24 22:25:15 +00:00
anthony bushong
05c962af1f
fix(core): update edit tool error type during llm judgements (#9510) 2025-09-24 22:19:19 +00:00
jleong-stripe
e0ba7e4ffb
For dynamic client registration - use registration endpoint in config if available instead of performing OAuth discovery again (#9231) 2025-09-24 20:53:42 +00:00
Abhi
22740ddceb
refactor(core): Extract thought parsing logic into a dedicated utility (#9503) 2025-09-24 19:38:36 +00:00
Sandy Tao
ad59be0c81
fix(core): Fix unable to cancel edit tool (#9299) 2025-09-24 19:16:00 +00:00
fuyou
66c2184fe5
feat: Add AbortSignal support for retry logic and tool execution (#9196)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
2025-09-24 19:10:55 +00:00
geoffdowns
4f49341ce9
relax JSON schema validation (#9332)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2025-09-24 16:55:32 +00:00
Jacob Richman
c6f8ecc227
Fix missing exports that were causing the build to fail locally. (#9277) 2025-09-23 23:52:34 +00:00
Victor May
4bd4cd697b
Log Model Slash Commands (#9250) 2025-09-23 22:06:03 +00:00
Sandy Tao
28c3901513
feat(logging): Add model name to content retry events (#9266) 2025-09-23 21:34:17 +00:00
Abhi
c12b87ed03
fix(routing): Round latency to integer for telemetry (#9242) 2025-09-23 21:29:12 +00:00
shishu314
98461ff667
metrics(extension) - Add logging for disable extension (#9238)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-23 18:37:35 +00:00
Abhi
c93eed6384
fix(core): Compression was broken when routing enabled (#9183) 2025-09-23 04:44:07 +00:00
Sandy Tao
712dc245ac
fix(quality): Retry invalid stream only 1 time (#9169) 2025-09-23 00:15:55 +00:00
Sandy Tao
4cdf9207f3
feat(core): Log invalid stream type (#9168) 2025-09-22 23:39:44 +00:00
Allen Hutchison
6328ca512f
Fix: Only log message bus debug info when feature is enabled (#9156) 2025-09-22 23:08:48 +00:00
Sandy Tao
9c4d1594ac
Fix(quality): Refine Stream Validation Logic (#9150) 2025-09-22 21:40:09 +00:00
Allen Hutchison
bcc4d81d19
feat: add message bus integration for tool confirmation (#8938) 2025-09-22 19:03:20 +00:00
Jerop Kipruto
c0c7ad10ca
feat(config): Support telemetry configuration via environment variables (#9113) 2025-09-22 18:23:06 +00:00
shishu314
10392ad344
Telemtry(extensions) - Add logging for extension events (#8339)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-22 16:55:43 +00:00
Jacob MacDonald
34c14b7dd2
Store installed release version as a part of install metadata (#9122) 2025-09-22 16:42:35 +00:00
Jerop Kipruto
57272f84b1
fix(telemetry): disable OTLP when telemetry-outfile is set (#9117) 2025-09-22 16:40:30 +00:00
shishu314
edd988be60
Fix(metrics) - Add exit hook for cleanup in Optl sdk (#8930)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-22 14:01:52 +00:00
Shreya Keshive
8fdb61aabf
feat(ide): Read IDE info from discovery file (#8760) 2025-09-22 00:54:18 +00:00
Tommaso Sciortino
62b49ab14a
Fix incompatibilities with package.json (#8949) 2025-09-20 18:38:03 +00:00
anj-s
44691a4ce6
(feat): Add a ToDo tool to track ongoing task lists (#8761)
Co-authored-by: joshualitt <joshualitt@google.com>
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
Co-authored-by: Jacob MacDonald <jakemac@google.com>
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
2025-09-20 13:01:02 +00:00
joshualitt
7681c595b5
Revert "feat(third_party) Port get-ripgrep." (#8923) 2025-09-19 18:08:41 +00:00
joshualitt
6e4236bf76
feat(third_party) Port get-ripgrep. (#8514) 2025-09-19 15:13:28 +00:00
matt korwel
509444d059
Improve CI Times by 70% (#8530) 2025-09-18 16:29:40 -07:00
Shardul Natu
bbcc906133
add(mcp): Add MCP Server name to ToolCallEvent OTel logging (#7829)
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
2025-09-18 22:00:11 +00:00
Jacob MacDonald
22b7d86574
Add support for auto-updating git extensions (#8511) 2025-09-18 21:49:47 +00:00
Allen Hutchison
afba59a953
feat(cli): configure policy engine from existing settings (#8348) 2025-09-18 20:44:23 +00:00
Gal Zahavi
a34e375193
refactor(shell): Send AnsiOutput when ShowColor is false (#8647) 2025-09-18 20:04:46 +00:00
Shreya Keshive
db5b49b2ca
refactor(ide): replace DetectedIde enum with IDE_DEFINITIONS object (#8698) 2025-09-18 19:23:24 +00:00
Sandy Tao
2c754d71e3
fix(ui): Track last prompt token count in processStream (#8650) 2025-09-18 18:46:56 +00:00
shishu314
bcfd50b45b
metrics(extensions) - Add logging methods for extensions operations (#8702)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-18 18:01:36 +00:00
Tommaso Sciortino
853ae56e7e
Improve compression splitpoint logic. (#8691) 2025-09-18 17:59:13 +00:00
gemini-cli[bot]
f8678f9e9d
chore(release): bump version to 0.7.0-nightly.20250918.2722473a (#8667)
Co-authored-by: mkorwel <matt.korwel@gmail.com>
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-18 00:42:21 +00:00
Adrian Arribas
407373dcd6
[Part 2/6] feat(telemetry): add activity detector with user interaction tracking (#8111) 2025-09-17 23:56:00 +00:00
Sarah Price
d54cdd8802
fix(mcp): Display OAuth authentication messages in CLI UI instead of debug console (#6919)
Co-authored-by: Yoichiro Tanaka <yoichiro6642@gmail.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-09-17 22:25:33 +00:00
christine betts
eddd13d70e
Add simple extensions release flow support (#8498) 2025-09-17 22:14:01 +00:00
matt korwel
0cae7caaab
chore(release): bump version to 0.7.0-nightly.20250917.0b10ba2c (#8645)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-17 20:53:53 +00:00
Tommaso Sciortino
0559040c0f
Fix automatic compression bug (#8599) 2025-09-17 20:12:06 +00:00
Tommaso Sciortino
e76dda37ad
Serialize function calls that mutate state (#8513) 2025-09-17 18:45:04 +00:00
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