-
Notifications
You must be signed in to change notification settings - Fork 0
Tools Built in Tools
YarCraSy edited this page Jul 8, 2026
·
2 revisions
Reads file content from the workspace. It should limit output when the file is large.
Creates or overwrites files. It must evaluate danger when there is overwrite risk or sensitive paths.
Lists files/folders. Useful for exploration before editing.
Searches text or patterns in the workspace. It should avoid excessive output.
Executes commands in terminal/shell through the VS Code adapter. This is the most sensitive tool and must apply danger analysis.
Tools should return structured results when possible so:
- DeepSeek can continue reasoning.
- the UI can render previews.
- history keeps useful information.