qwen-code/packages/core/src/tools
pomelo 2b3830cf83
Merge pull request #1314 from QwenLM/feat/skills
Add experimental Skills feature
2025-12-24 17:01:28 +08:00
..
__snapshots__ Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
web-search Refactor: Standardize Tool Naming and Configuration System (#1004) 2025-11-12 19:46:05 +08:00
diffOptions.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
diffOptions.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
edit.test.ts 🎯 PR: Improve Edit Tool Reliability with Fuzzy Matching Pipeline (#1025) 2025-11-13 19:01:09 +08:00
edit.ts 🎯 PR: Improve Edit Tool Reliability with Fuzzy Matching Pipeline (#1025) 2025-11-13 19:01:09 +08:00
exitPlanMode.test.ts Session-Level Conversation History Management (#1113) 2025-12-03 18:04:48 +08:00
exitPlanMode.ts Session-Level Conversation History Management (#1113) 2025-12-03 18:04:48 +08:00
glob.test.ts test: update glob tool test to cover case-insensitive path comparison on macOS 2025-12-08 18:15:40 +08:00
glob.ts fix: handle case-insensitive path comparison on macOS in glob tool 2025-12-08 18:13:25 +08:00
grep.test.ts Replace spawn with execFile for memory-safe command execution (#1068) 2025-11-20 15:04:00 +08:00
grep.ts Replace spawn with execFile for memory-safe command execution (#1068) 2025-11-20 15:04:00 +08:00
ls.test.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
ls.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
mcp-client-manager.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
mcp-client-manager.ts feat: implement SDK MCP server support and enhance control request handling 2025-12-05 13:14:54 +08:00
mcp-client.test.ts Add Gemini provider, remove legacy Google OAuth, and tune generation defaults 2025-12-19 16:26:54 +08:00
mcp-client.ts feat: implement SDK MCP server support and enhance control request handling 2025-12-05 13:14:54 +08:00
mcp-tool.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
mcp-tool.ts feat: create draft framework for cli & sdk 2025-12-04 17:10:16 +08:00
memoryTool.test.ts Session-Level Conversation History Management (#1113) 2025-12-03 18:04:48 +08:00
memoryTool.ts Refactor: Standardize Tool Naming and Configuration System (#1004) 2025-11-12 19:46:05 +08:00
modifiable-tool.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
modifiable-tool.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
read-file.test.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
read-file.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
read-many-files.test.ts 🎯 Feature: Customizable Model Training and Tool Output Management (#981) 2025-11-07 17:28:16 +08:00
read-many-files.ts Refactor: Standardize Tool Naming and Configuration System (#1004) 2025-11-12 19:46:05 +08:00
ripGrep.test.ts Replace spawn with execFile for memory-safe command execution (#1068) 2025-11-20 15:04:00 +08:00
ripGrep.ts Replace spawn with execFile for memory-safe command execution (#1068) 2025-11-20 15:04:00 +08:00
sdk-control-client-transport.ts feat: implement SDK MCP server support and enhance control request handling 2025-12-05 13:14:54 +08:00
shell.test.ts Fix gitCoAuthor not added for combined flags like -am 2025-12-15 11:00:21 +01:00
shell.ts feat: update configuration and shell tool implementations 2025-12-16 15:02:59 +08:00
skill.test.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
skill.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
smart-edit.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
smart-edit.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
task.test.ts Fix: TaskTool Dynamic Updates (#697) 2025-09-25 19:11:55 +08:00
task.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
todoWrite.test.ts feat: update tool output format, use plain string instead of json string (#881) 2025-10-27 17:26:47 +08:00
todoWrite.ts Refactor: Standardize Tool Naming and Configuration System (#1004) 2025-11-12 19:46:05 +08:00
tool-error.ts Headless enhancement: add stream-json as input-format/output-format to support programmatically use (#926) 2025-11-21 09:26:05 +08:00
tool-names.ts draft version of skill tool feature 2025-12-10 17:18:44 +08:00
tool-registry.test.ts Session-Level Conversation History Management (#1113) 2025-12-03 18:04:48 +08:00
tool-registry.ts feat: implement SDK MCP server support and enhance control request handling 2025-12-05 13:14:54 +08:00
tools.test.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
tools.ts feat: create draft framework for cli & sdk 2025-12-04 17:10:16 +08:00
web-fetch.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
web-fetch.ts Refactor: Standardize Tool Naming and Configuration System (#1004) 2025-11-12 19:46:05 +08:00
write-file.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
write-file.ts Refactor: Standardize Tool Naming and Configuration System (#1004) 2025-11-12 19:46:05 +08:00