Commit Graph

2511 Commits

Author SHA1 Message Date
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
Gaurav
a33293ac60 refactor: improve intermediate result parsing in issue dedup workflow (#7218) 2025-08-27 17:14:38 +00:00
Gaurav
0c1f3acc7d fix: make test more reliable (#7233) 2025-08-27 17:13:38 +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
Arya Gummadi
4c3ec1f0cc refactor: centralize tool status symbols in constants (#7054) 2025-08-27 14:54:32 +00:00
Gaurav
83a40ff9d4 fix: unset GEMINI_API_KEY env var if empty (#7214) 2025-08-27 13:20:14 +00:00
mingholy.lmh
4463107af3 chore: bump version to 0.0.9 2025-08-27 18:44:53 +08:00
tanzhenxin
600c58bbcb 🔧 Miscellaneous Improvements and Refactoring (#466) 2025-08-27 17:32:57 +08:00
anthony bushong
ed68f8f03e feat(actions): create initial eval workflow (#7127) 2025-08-27 07:58:49 +00:00
uttamkanodia14
c7fc489005 Log Gemini CLI OS / Process platform in the clearcut (#7086) 2025-08-27 07:29:43 +00:00
Mingholy
347e606366 fix: ambiguous literals (#461) 2025-08-27 15:23:21 +08:00
N. Taylor Mullen
59cdf5933f chore(release): v0.2.1 (#7200) 2025-08-27 00:04:08 -07:00
Mingholy
009e083b73 fix: sync token among multiple qwen sessions (#443)
* fix: sync token among multiple qwen sessions

* fix: adjust cleanup function
2025-08-27 13:17:28 +08:00
Mingholy
de279b56f3 fix: add explicit is_background param for shell tool (#445)
* fix: add explicit background param for shell tool

* fix: explicit param schema

* docs(shelltool): update `is_background` description
2025-08-27 11:32:48 +08:00
pomelo
f61a2df519 Merge pull request #450 from QwenLM/feature/qwenmd
use sub-command to switch between project and global memory ops
2025-08-27 09:52:23 +08:00
christine betts
c79f145b37 Add prompt to migrate workspace extensions (#7065)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-27 00:43:02 +00:00
David East
be48414518 fix(ci): Fix self assign action permissions (#7130) 2025-08-27 00:25:03 +00:00
David East
2df3480cba fix(cli): make Ctrl+C UI test less flaky (#7166) 2025-08-27 00:06:02 +00:00
cornmander
1baa74ebbf Update build command to set GEMINI_SANDBOX var. (#7159)
Bypassing flaky test.
2025-08-26 20:11:39 -04:00
Lee James
3e74ff71b7 feat(errors): Make errors more informative (#7133) 2025-08-26 23:22:05 +00:00
Miguel Solorio
6fb01ddcc4 Update colors tokens for inputer/footer (#6523) 2025-08-26 22:08:47 +00:00
cornmander
327c5f889d Print error when failing to build sandbox (#7149) 2025-08-26 21:58:33 +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
Jacob Richman
df79433bec Downgrade version of ripgrep to the version from 7 months ago without a node 22 dependency (#7132) 2025-08-26 18:58:19 +00:00
cornmander
47417ec05e Fix cloudbuild step. (#7131)
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
2025-08-26 18:55:06 +00:00
Allen Hutchison
231576426c feat(subagent): Enable incremental output streaming (#5819) 2025-08-26 18:53:00 +00:00
Pavel Simakov
bdd63ce3e8 Added usage details to /tools command. (#6849)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
2025-08-26 18:07:12 +00:00
HugoMurillo
cf9de689c3 fix(#6392): latest prompt being reloaded when ending a persistent process (#6857)
Co-authored-by: jacob314 <jacob314@gmail.com>
2025-08-26 18:01:31 +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
shrutip90
4e49ee4c73 Make config non optional in ToolConfirmationMessage (#7083) 2025-08-26 17:02:22 +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
christine betts
51bb624d45 Add extensions enable command (#7042)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-26 15:49:00 +00:00
yoshi-taka
0324dc2eb2 chore: unused deps (#7109)
Co-authored-by: cornmander <shikhman@google.com>
2025-08-26 15:20:56 +00:00
Adam Weidman
1fd6a2f0b6 chore: format & imports (#7030) 2025-08-26 14:46:05 +00:00
christine betts
dff175c4f4 [extensions] Add disable command (#7001)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-26 14:36:55 +00:00
tanzhenxin
1b38f96eaa fix: early stop on invalid tool call (#458) 2025-08-26 20:22:44 +08:00
koalazf.99
5cd3349773 rename GEMINI_DIR to QWEN_DIR 2025-08-26 20:14:10 +08:00
koalazf.99
f73d662260 update: remove context.services.config?.getUserMemory() logic from project level memory show 2025-08-26 19:44:02 +08:00
Mark McDonald
d77391b3cd Downgrade branch_protection to log (#2934)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-26 11:24:24 +00:00
Fan
472df045d3 Fix parallel tool use (#400) 2025-08-26 17:01:09 +08:00
tanzhenxin
1baf5d795f Fix GitHub Workflows Configuration Issues (#451) 2025-08-26 16:54:52 +08:00
pomelo
98fd0f6a89 feat: update /docs link (#438) 2025-08-26 15:49:29 +08:00
koalazf.99
65b3db8cb2 merge main and fix conflict 2025-08-26 13:50:29 +08:00
koalazf.99
380afc53cb update: use sub-command to switch between project and global memory ops 2025-08-26 13:18:11 +08:00