tanzhenxin
|
8891f4219d
|
refactor(core): rename TaskTool to AgentTool
Rename the Task tool to Agent tool for clearer semantics and better
alignment with industry terminology. This change includes:
- Rename TaskTool -> AgentTool, TaskParams -> AgentParams
- Rename TaskResultDisplay -> AgentResultDisplay
- Add 'Explore' built-in agent for read-only codebase exploration
- Add backward compatibility mappings for legacy tool names
- Improve Agent tool description with clearer usage guidelines
- Add case-insensitive agent name matching
- Fallback to built-in agents when subagent loading fails
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-03-19 14:55:14 +08:00 |
|
mingholy.lmh
|
79083ffd50
|
Fix SDK message event pairing and improve content block handling
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-03-18 18:10:23 +08:00 |
|
tanzhenxin
|
5ebbceea65
|
feat: add MCP tool progress update support in TUI and SDK mode
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-02-08 15:48:13 +08:00 |
|
LaZzyMan
|
61aad5a162
|
fix: missing whitespaces for stream-json/json output format via GLM 4.7 model
|
2025-12-29 16:59:09 +08:00 |
|
tanzhenxin
|
17129024f4
|
Add Gemini provider, remove legacy Google OAuth, and tune generation defaults
|
2025-12-19 16:26:54 +08:00 |
|
mingholy.lmh
|
50e3a6ee0a
|
fix: enhance 429 error handling and fix failed cases
|
2025-12-04 17:10:23 +08:00 |
|
mingholy.lmh
|
e1ffaec499
|
feat: create draft framework for cli & sdk
|
2025-12-04 17:10:16 +08:00 |
|
Kdump
|
9e5387f159
|
Headless enhancement: add stream-json as input-format/output-format to support programmatically use (#926)
|
2025-11-21 09:26:05 +08:00 |
|