diff options
| author | N. Taylor Mullen <[email protected]> | 2025-06-08 16:20:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-08 23:20:43 +0000 |
| commit | d62dad5575a53b5bb8058509563502ca922a4fc5 (patch) | |
| tree | 0820928b5dc87ea9841b22d69efaa656c84ae679 /docs/core/tools-api.md | |
| parent | 152af28a347186517c46fc0d9ae88eb6fa883267 (diff) | |
Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)
Diffstat (limited to 'docs/core/tools-api.md')
| -rw-r--r-- | docs/core/tools-api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/core/tools-api.md b/docs/core/tools-api.md index 8bfd55aa..92a09661 100644 --- a/docs/core/tools-api.md +++ b/docs/core/tools-api.md @@ -35,6 +35,7 @@ The core comes with a suite of pre-defined tools, typically found in `packages/c - **File System Tools:** - `LSTool` (`ls.ts`): Lists directory contents. - `ReadFileTool` (`read-file.ts`): Reads the content of a single file. + - `WriteFileTool` (`write-file.ts`): Writes content to a file. - `GrepTool` (`grep.ts`): Searches for patterns in files. - `GlobTool` (`glob.ts`): Finds files matching glob patterns. - `EditTool` (`edit.ts`): Performs in-place modifications to files (often requiring confirmation). |
