mingholy.lmh
|
14ea33063f
|
Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0
|
2025-09-11 16:26:56 +08:00 |
|
tanzhenxin
|
6b09aee32b
|
feat: subagent feature wip
|
2025-09-10 13:41:28 +08:00 |
|
Zagorulko Oleg
|
60c136ad67
|
fix: resolve EditTool naming inconsistency causing agent confusion loops (#513)
* fix: resolve EditTool naming inconsistency causing agent confusion loops
* docs: restore original format for edit tool
* fix: apply prettier formatting to docs and tests
* test: update snapshots for edit tool
|
2025-09-09 11:33:07 +08:00 |
|
Victor May
|
a2a3c66e28
|
Handle cleaning up the response text in the UI when a response stream retry occurs (#7416)
|
2025-09-05 18:00:12 -07:00 |
|
tanzhenxin
|
e44e28a640
|
feat: subagent list dialog - working
|
2025-09-04 16:34:51 +08:00 |
|
tanzhenxin
|
5d8874205d
|
feat: subagent phase 2 implementation
|
2025-09-03 19:17:29 +08:00 |
|
tanzhenxin
|
2572faf726
|
# 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483)
|
2025-09-01 14:48:55 +08: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 |
|
Gal Zahavi
|
f22263c9e8
|
refactor: refactor settings to a nested structure (#7244)
|
2025-08-28 01:39:45 +00:00 |
|
Adam Weidman
|
da7901acaf
|
Move mockTool into test-utils (#7245)
|
2025-08-27 20:18:15 +00:00 |
|
Adam Weidman
|
f0146c8b85
|
chore(cleanup): Consolidate MockTool definitions (#7228)
|
2025-08-27 18:18:26 +00: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 |
|
Lee James
|
3e74ff71b7
|
feat(errors): Make errors more informative (#7133)
|
2025-08-26 23:22:05 +00:00 |
|
Adam Weidman
|
bfef867ba7
|
Add a2a-server package to gemini-cli (#6597)
|
2025-08-26 20:49:25 +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 |
|
Adam Weidman
|
1fd6a2f0b6
|
chore: format & imports (#7030)
|
2025-08-26 14:46:05 +00:00 |
|
tanzhenxin
|
1b38f96eaa
|
fix: early stop on invalid tool call (#458)
|
2025-08-26 20:22:44 +08:00 |
|
fuyou
|
45fff8f9f7
|
Fix(command): line/block Comments Incorrectly Parsed as Slash Commands (#6957)
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
|
2025-08-26 03:51:27 +00:00 |
|
shrutip90
|
ae1f67df04
|
feat: Disable YOLO and AUTO_EDIT modes for untrusted folders (#7041)
|
2025-08-26 00:30:04 +00:00 |
|
Arya Gummadi
|
2c6794feed
|
fix: resolve three flaky tests (#7058)
|
2025-08-26 00:27:36 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Pascal Birchler
|
ee4feea006
|
chore: consistently import node modules with prefix (#3013)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-25 20:11:27 +00:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Victor May
|
bb8a23ae80
|
Retry Message Stream on Empty Chunks (#6777)
|
2025-08-22 19:43:53 +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 |
|
tanzhenxin
|
0ba0d27941
|
Merge branch 'main' into chore/sync-gemini-cli-v0.1.21
|
2025-08-22 10:20:01 +08:00 |
|
Tommaso Sciortino
|
15c62bade3
|
Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714)
|
2025-08-21 23:49:12 +00:00 |
|
官余棚
|
589f5e6823
|
feat(cli): prompt completion (#4691)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-21 08:04:04 +00:00 |
|
shrutip90
|
ba5309c405
|
Force restart on trust level change to reload settings (#6713)
|
2025-08-21 07:38:12 +00:00 |
|
Tommaso Sciortino
|
653267a64f
|
Remove unused attribute (#6661)
|
2025-08-20 23:13:50 +00:00 |
|
Victor May
|
4642de2a5c
|
Fixing at command race condition (#6663)
|
2025-08-20 19:51:31 +00:00 |
|
Jacob Richman
|
52e340a11b
|
Revert "Ignore workspace settings for untrusted folders" (#6672)
|
2025-08-20 19:49:15 +00:00 |
|
mingholy.lmh
|
1e2bbd1be3
|
fix: add patch for sync upstream
|
2025-08-20 22:24:53 +08:00 |
|
mingholy.lmh
|
c546d86d44
|
Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21
|
2025-08-20 22:24:50 +08:00 |
|
Mingholy
|
a7c8c4c2fa
|
fix: allow query submission abort (#392)
|
2025-08-20 17:21:44 +08:00 |
|
shrutip90
|
d250293c2e
|
Ignore workspace settings for untrusted folders (#6606)
|
2025-08-20 04:20:41 +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 |
|
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 |
|
owenofbrien
|
b561d3bbed
|
Log all session metadata (#6423)
|
2025-08-19 20:06:00 +00:00 |
|