~ vanish

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
  1. 01read-file — read a file as text, with optional byte limits.
  2. 02write-file — write or append; creates parent directories.
  3. 03list-directory — folder contents, with sizes and an optional recursive mode (capped 500 entries / 4 levels).
  4. 04create-directory — like mkdir -p.
  5. 05delete-path — permanently delete a file or folder.
  6. 06move-path — move or rename, with copy+delete fallback across filesystems.
  7. 07copy-path — recursive copy.
  8. 08file-info — type, size, permissions, timestamps.
  9. 09search-files — grep with regex, glob filters, context lines (capped 100 results).
  10. 10find-files — find by name pattern, with type filtering.
  11. 11edit-file-lines — replace a 1-indexed range of lines with new content.
  12. 12get-current-dir — where the AI is currently working.

Setup

Approve agent permission on first use.

Keybindings

None.