Vanish Files
Twelve filesystem tools for the AI.
A full set of read, write, find, and edit tools. The extension that lets the AI actually work on your code with you.
Features
- 01read-file — read a file as text, with optional byte limits.
- 02write-file — write or append; creates parent directories.
- 03list-directory — folder contents, with sizes and an optional recursive mode (capped 500 entries / 4 levels).
- 04create-directory — like mkdir -p.
- 05delete-path — permanently delete a file or folder.
- 06move-path — move or rename, with copy+delete fallback across filesystems.
- 07copy-path — recursive copy.
- 08file-info — type, size, permissions, timestamps.
- 09search-files — grep with regex, glob filters, context lines (capped 100 results).
- 10find-files — find by name pattern, with type filtering.
- 11edit-file-lines — replace a 1-indexed range of lines with new content.
- 12get-current-dir — where the AI is currently working.