File Editing
← Back to Plugin Center
OfficialToolOfficialv0.1.0DeepSeek AI
tool/file-edit
Reads, writes, and structurally edits workspace files with diff previews.
tool/file-edit gives the model file read/write and structured editing: locate a line, replace a snippet, create or delete files, and preview a diff before applying each change so every edit stays under control.
It accesses the filesystem through the ctx.fs provider, so access scope and policy can be further constrained by sandbox and permission plugins.
Features
- Structured edits: locate, replace, create, delete
- Diff preview before applying changes
- Built on the ctx.fs provider, subject to permissions and policy
- A core component of minimal mode