diff options
| author | Keith Ballinger <[email protected]> | 2025-06-06 22:54:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-06 22:54:37 -0700 |
| commit | 0c868746777e95255ce870aff4a61fb584d60a62 (patch) | |
| tree | 07fd51b91eee0df77d7014828308facaea03778f /docs/core | |
| parent | 76ec9122c0dd36f0535a74c65811c0f7bd138f4d (diff) | |
Add batch editing capabilities to Edit Tool (#648)
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'docs/core')
| -rw-r--r-- | docs/core/tools-api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/core/tools-api.md b/docs/core/tools-api.md index 92a09661..8bfd55aa 100644 --- a/docs/core/tools-api.md +++ b/docs/core/tools-api.md @@ -35,7 +35,6 @@ 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). |
