tanzhenxin
c3d427730e
🎯 Feature: Customizable Model Training and Tool Output Management ( #981 )
2025-11-07 17:28:16 +08:00
pomelo-nwu
82170e96c6
refactor(cli): centralize system information collection
2025-11-06 10:42:52 +08:00
tanzhenxin
f8be8a61c8
🐛 Bug Fixes Release v0.1.1 ( #898 )
2025-10-29 12:25:50 +08:00
tanzhenxin
eb95c131be
Sync upstream Gemini-CLI v0.8.2 ( #838 )
2025-10-23 09:27:04 +08:00
Mingholy
a779d44b38
fix: unable to quit when auth dialog is opened ( #804 )
2025-10-14 15:55:38 +08:00
Mingholy
40810945e0
fix: add missing trace info and cancellation events ( #791 )
...
* fix: add missing trace info and cancellation events
* fix: re-organize tool/request cancellation logging
2025-10-14 15:41:30 +08:00
tanzhenxin
4e7a7e2656
feat: Implement Plan Mode for Safe Code Planning ( #658 )
2025-09-24 14:26:17 +08:00
Mingholy
48d8587bf9
feat: add yolo mode support to auto vision model switch ( #652 )
...
* feat: add yolo mode support to auto vision model switch
* feat: add cli args & env variables for switch behavoir
* fix: use dedicated model names and settings
* docs: add vision model instructions
* fix: failed test case
* fix: setModel failure
2025-09-24 10:21:09 +08:00
Mingholy
761833c915
Vision model support for Qwen-OAuth ( #525 )
...
* refactor: openaiContentGenerator
* refactor: optimize stream handling
* refactor: re-organize refactored files
* fix: unit test cases
* feat: `/model` command for switching to vision model
* fix: lint error
* feat: add image tokenizer to fit vlm context window
* fix: lint and type errors
* feat: add `visionModelPreview` to control default visibility of vision models
* fix: remove deprecated files
* fix: align supported image formats with bailian doc
2025-09-18 13:32:00 +08:00
tanzhenxin
50199288ec
Merge branch 'main' into fix/subagent-update
2025-09-17 19:12:22 +08:00
tanzhenxin
e552bc9609
fix: terminal flicker when subagent is executing
2025-09-17 17:01:06 +08:00
Mingholy
9df193ca42
Merge branch 'main' into chore/sync-gemini-cli-v0.3.4
2025-09-16 19:51:32 +08:00
pomelo
6dcec540d6
Merge pull request #624 from QwenLM/chore-pomelo
...
feat: Enhance /init command with confirmation prompt
2025-09-16 15:32:30 +08:00
tanzhenxin
35efa9f04a
fix: try to fix test case failures on Windows
2025-09-16 14:59:03 +08:00
tanzhenxin
c093bed38c
fix: add test code again
2025-09-16 14:04:07 +08:00
tanzhenxin
b9fd4737c9
fix: add debounce timer for paste event
2025-09-16 11:25:33 +08:00
pomelo-nwu
4721a6f324
fix: reduce exit cleanup timeout in slash command processor
...
Decreased the exit cleanup timeout from 1000ms to 100ms to speed up the shutdown process when using slash commands.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2025-09-16 10:46:41 +08:00
mingholy.lmh
dbdb4db4f0
fix: lockfile and configs
2025-09-15 20:59:35 +08:00
mingholy.lmh
f19789b381
fix: lint error
2025-09-15 17:26:57 +08:00
mingholy.lmh
e9b423b43a
fi: import type errors
2025-09-15 14:26:01 +08:00
mingholy.lmh
acb93b1e1b
fix: type errors
2025-09-15 14:11:31 +08:00
mingholy.lmh
1976837eda
Merge branch 'main' into chore/sync-gemini-cli-v0.3.4
2025-09-15 13:42:42 +08:00
mingholy.lmh
1993156721
fix: change .geminiignore to .qwenignore
2025-09-14 19:38:40 +08:00
tanzhenxin
81e83ac855
Merge branch 'main' into feat/subagents
2025-09-11 17:00:50 +08:00
pomelo
b1a1ce530e
feat: Add Welcome Back Dialog, Project Summary, and Enhanced Quit Options ( #553 )
2025-09-11 16:59:26 +08:00
mingholy.lmh
8bb8660c72
Merge tag 'v0.3.4' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.3.4
2025-09-11 16:38:48 +08:00
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