LM Studio Plugin — file-agent-plus
Merge of neil/file-agent and taderich73/filesystem-access, with 7 additional tools.
Read / Explore
| Tool | Description |
|---|
file_exists | Check if a file or directory exists and return its type |
get_file_info | Size, dates (created, modified, accessed), type |
read_file | Read the contents of a text file |
list_files | List files (recursive, filter by extension, filter by size) |
search_files | Regex search across files (via ripgrep, with context) |
Write / Edit
| Tool | Description |
|---|
write_file | Write/create a file (creates missing parent directories) |
append_to_file | Append content to the end of a file without overwriting |
replace_in_file | Precise diff-based editing (Cline engine) |
Organize
| Tool | Description |
|---|
create_directory | Create a directory (including parents) |
copy_file | Copy a file to a destination |
move_file | Move or rename a file or directory |
delete_file | Delete a file or directory (optional recursive) |
Configuration
Base Directory (optional, global): restricts all tools to a specific directory.
Configurable in the plugin settings in LM Studio.
Credits