qwen-code/packages/server/src/tools
2025-05-21 08:51:22 -07:00
..
edit.test.ts refactor: Unify file modification confirmation state 2025-05-16 23:34:48 -07:00
edit.ts refactor: Unify file modification confirmation state 2025-05-16 23:34:48 -07:00
glob.test.ts Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
glob.ts fix(glob): Improve glob tool accuracy and output 2025-05-18 00:10:56 -07:00
grep.test.ts fix(server): Use console.debug in GrepTool for less verbose logging 2025-05-18 23:19:15 -07:00
grep.ts fix(server): Use console.debug in GrepTool for less verbose logging 2025-05-18 23:19:15 -07:00
ls.ts Enable tools to cancel active execution. 2025-05-10 00:21:09 -07:00
memoryTool.test.ts ability to override core system prompt (via .gemini/system.md) and specify core tools via coreTools setting (e.g. coreTools:["ls", "GrepTool", ...]) ; added tests, but did not update docs for now (#413) 2025-05-17 19:45:16 -07:00
memoryTool.ts ability to override core system prompt (via .gemini/system.md) and specify core tools via coreTools setting (e.g. coreTools:["ls", "GrepTool", ...]) ; added tests, but did not update docs for now (#413) 2025-05-17 19:45:16 -07:00
read-file.ts Enable tools to cancel active execution. 2025-05-10 00:21:09 -07:00
read-many-files.test.ts Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
read-many-files.ts Update docs and tool description for read-many-files. (#456) 2025-05-20 16:32:49 -07:00
shell.json
shell.md drop restriction on whitespace in bash commands (#272) 2025-05-06 23:38:36 -07:00
shell.ts fix exit code for shell tool (#465) 2025-05-21 08:51:22 -07:00
tool-registry.test.ts ability to override core system prompt (via .gemini/system.md) and specify core tools via coreTools setting (e.g. coreTools:["ls", "GrepTool", ...]) ; added tests, but did not update docs for now (#413) 2025-05-17 19:45:16 -07:00
tool-registry.ts Implementation of web search as a tool (#307) 2025-05-20 11:36:21 -07:00
tools.ts Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
web-fetch.ts Enable tools to cancel active execution. 2025-05-10 00:21:09 -07:00
web-search.ts Implementation of web search as a tool (#307) 2025-05-20 11:36:21 -07:00
write-file.test.ts fix: Prevent WriteFileTool from writing to directory paths 2025-05-17 00:01:35 -07:00
write-file.ts refactor: Remove console.error from WriteFileTool 2025-05-17 23:06:50 -07:00