Expand description
Tools using llm_coding_tools_core::path::AllowedPathResolver.
These tools restrict file access to configured allowed directories. Use for sandboxed file system access.
§Available Tools
Structs§
- Edit
Args - Arguments for file editing.
- Edit
Tool - Tool for making exact string replacements in files within allowed directories.
- Glob
Args - Arguments for the glob tool.
- Glob
Tool - Tool for finding files matching glob patterns within allowed directories.
- Grep
Args - Arguments for the grep tool.
- Grep
Tool - Tool for searching file contents within allowed directories.
- Read
Args - Arguments for the read file tool.
- Read
Tool - Tool for reading file contents with optional line numbers.
- Write
Tool - Tool for writing content to files within allowed directories.
- Write
Tool Args - Arguments for the write tool.
Enums§
- Edit
Error - Errors specific to edit operations.