tanzhenxin
71646490f1
Fix: Improve ripgrep binary detection and cross-platform compatibility ( #1060 )
2025-11-18 19:38:30 +08:00
yyyanghj
0eeffc6875
feat: add support for Trae editor ( #1037 )
2025-11-17 10:58:33 +08:00
tanzhenxin
0752a31e1e
🎯 PR: Improve Edit Tool Reliability with Fuzzy Matching Pipeline ( #1025 )
2025-11-13 19:01:09 +08:00
tanzhenxin
06141cda8d
Refactor: Standardize Tool Naming and Configuration System ( #1004 )
2025-11-12 19:46:05 +08:00
tanzhenxin
c3d427730e
🎯 Feature: Customizable Model Training and Tool Output Management ( #981 )
2025-11-07 17:28:16 +08:00
tanzhenxin
d17c37af7d
Feat: Simplify and Improve Search Tools (glob, grep, ripgrep) ( #969 )
2025-11-06 16:25:06 +08:00
pomelo-nwu
d4ab328671
feat: support for custom OpenAI logging directory configuration
2025-11-05 18:49:04 +08:00
tanzhenxin
ea4a7a2368
fix: compression tool ( #935 )
2025-10-31 18:09:08 +08:00
tanzhenxin
817218f1cf
feat: Refactor and Enhance Ripgrep Tool ( #930 )
2025-10-31 10:53:13 +08:00
tanzhenxin
f8be8a61c8
🐛 Bug Fixes Release v0.1.1 ( #898 )
2025-10-29 12:25:50 +08:00
tanzhenxin
be633a80cc
📦 Release qwen-code CLI as a Standalone Bundled Package ( #866 )
2025-10-24 17:08:59 +08:00
tanzhenxin
eb95c131be
Sync upstream Gemini-CLI v0.8.2 ( #838 )
2025-10-23 09:27:04 +08:00
tanzhenxin
673854b446
fix: Remove unreliable editCorrector that injects extra escape characters ( #713 )
2025-09-25 16:46:58 +08:00
tanzhenxin
4e7a7e2656
feat: Implement Plan Mode for Safe Code Planning ( #658 )
2025-09-24 14:26:17 +08:00
Mingholy
5f68a8b6b3
fix: switch system prompt to avoid malformed tool_calls ( #650 )
...
* fix: switch system prompt to avoid malformed tool_calls
* fix: circular dependency issue and configurable tool-call style
* fix: regExp issue
2025-09-18 21:10:03 +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
Mingholy
56808ac210
fix: reset is_background ( #644 )
2025-09-18 13:27:09 +08:00
Peter Stewart
724c24933c
Enable tool call type coersion ( #477 )
...
* feat: enable tool call type coercion
* fix: tests for type coercion
---------
Co-authored-by: Mingholy <mingholy.lmh@gmail.com >
2025-09-18 13:04:27 +08:00
mingholy.lmh
62d858f344
fix: failed unit tests
2025-09-15 14:38:02 +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
pomelo
38d9ee64ca
Merge pull request #563 from zhutao100/pr-readManyFilesLineLimit
...
Make the ReadManyFiles tool share the "DEFAULT_MAX_LINES_TEXT_FILE" limit across files.
2025-09-11 17:32:58 +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
14ea33063f
Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0
2025-09-11 16:26:56 +08:00
tanzhenxin
e341e9ae37
fix: tests fail on Windows
2025-09-10 16:24:59 +08:00
tanzhenxin
ecf032c76e
chore: update copyright for newly added files
2025-09-09 16:06:43 +08:00
Tao Zhu
ac0a0e061e
Make the ReadManyFiles tool share the "DEFAULT_MAX_LINES_TEXT_FILE=2000" limit across files.
...
The current implementation can return 2000 x N lines when reading N files, such a length can be either extremely slow or infeasible for LLMs to process.
2025-09-08 22:47:45 -07:00
tanzhenxin
5d8874205d
feat: subagent phase 2 implementation
2025-09-03 19:17:29 +08:00
tanzhenxin
c49e4f6e8a
feat: Implement subagents phase 1 with file-based configuration system
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2025-09-02 14:02:30 +08:00
tanzhenxin
2572faf726
# 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update ( #483 )
2025-09-01 14:48:55 +08:00
Abhi
bfdddcbd99
feat(commands): Enable @file processing in TOML commands ( #6716 )
2025-08-28 03:22:21 +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
tanzhenxin
600c58bbcb
🔧 Miscellaneous Improvements and Refactoring ( #466 )
2025-08-27 17:32:57 +08:00
Andrew Garrett
52dae2c583
feat(cli): Add --allowed-tools flag to bypass tool confirmation ( #2417 ) ( #6453 )
2025-08-26 16:17:43 +00:00
koalazf.99
5cd3349773
rename GEMINI_DIR to QWEN_DIR
2025-08-26 20:14:10 +08:00
Tommaso Sciortino
7e31577813
Standardize exit codes ( #7055 )
2025-08-26 04:44:45 +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
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
Billy Biggs
a8cac96cc9
Support JSON schema formats using ajv-formats ( #6949 )
2025-08-24 16:37:09 +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
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
Ahmed Mughal
d35abdab99
fix(editors): fix neovim closing when using modify with editor ( #5337 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-22 17:57:11 +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
JaeHo Jang
1e5ead6960
perf(core): parallelize memory discovery file operations performance gain ( #5751 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-21 18:21:04 +00:00
Tommaso Sciortino
0193ce77dd
Remove unnecessary FileErrorType. ( #6697 )
2025-08-20 23:13:29 +00:00