Background
The current tool implementations have several limitations: Bash lacks safety checks and Windows support, file read/write tools lack constraint enforcement, and commonly needed tools like Grep and Glob are missing.
Changes
- Refactor Bash tool with built-in safety command inspection; add PowerShell support for Windows
- Refactor file read/write tools with support for configurable constraint rules
- Add Grep and Glob tools
Background
The current tool implementations have several limitations: Bash lacks safety checks and Windows support, file read/write tools lack constraint enforcement, and commonly needed tools like Grep and Glob are missing.
Changes