tanzhenxin
06141cda8d
Refactor: Standardize Tool Naming and Configuration System ( #1004 )
2025-11-12 19:46:05 +08:00
Mingholy
3c01c7153b
feat: enhance zed integration with TodoWriteTool and TaskTool support ( #992 )
...
- Implemented detection and handling for TodoWriteTool to route updates as plan entries instead of tool call events.
- Added sub-agent tool tracking for TaskTool, allowing for event emission and cleanup.
- Updated event listeners to manage sub-agent tool calls and approval requests effectively.
2025-11-07 19:55:23 +08:00
tanzhenxin
ea4a7a2368
fix: compression tool ( #935 )
2025-10-31 18:09:08 +08:00
tanzhenxin
eb95c131be
Sync upstream Gemini-CLI v0.8.2 ( #838 )
2025-10-23 09:27:04 +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
c405434c41
Fix: TaskTool Dynamic Updates ( #697 )
2025-09-25 19:11:55 +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
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
tanzhenxin
50199288ec
Merge branch 'main' into fix/subagent-update
2025-09-17 19:12:22 +08:00
tanzhenxin
8803b2eb76
feat: add system-reminder to help model use subagent
2025-09-17 18:56:30 +08:00
tanzhenxin
5f90472a7d
fix: duplicate subagents config if qwen-code runs in home dir
2025-09-17 11:32:52 +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
tanzhenxin
6f1604a6be
chore: fix failed tests on Windows
2025-09-11 16:39:08 +08:00
tanzhenxin
a7d69692fd
fix: subagent filename vs agent name mismatch handle
2025-09-11 15:53:29 +08:00
tanzhenxin
d0735e8eb4
feat: enhances the capabilities of subagents by allowing them to use tools that require user
...
confirmation
2025-09-11 15:16:52 +08:00
tanzhenxin
e341e9ae37
fix: tests fail on Windows
2025-09-10 16:24:59 +08:00
tanzhenxin
4839cb9320
feat: subagent feature wip
2025-09-10 14:35:08 +08:00
tanzhenxin
6b09aee32b
feat: subagent feature wip
2025-09-10 13:41:28 +08:00
tanzhenxin
549f296eb5
feat: add built-in agent(general-purpose)
2025-09-09 20:53:53 +08:00
tanzhenxin
ecf032c76e
chore: update copyright for newly added files
2025-09-09 16:06:43 +08:00
tanzhenxin
35e996d46c
feat: subagent runtime & CLI display - done
2025-09-09 15:53:10 +08:00
tanzhenxin
4985bfc000
feat: subagent runtime & CLI display - wip
2025-09-08 20:01:49 +08:00
tanzhenxin
17b2c357a0
feat: subagent list dialog - done
2025-09-04 23:29:47 +08:00
tanzhenxin
e44e28a640
feat: subagent list dialog - working
2025-09-04 16:34:51 +08:00
tanzhenxin
9fcc7a4cbe
feat: subagent creation dialog - continued
2025-09-04 11:07:42 +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