filtered_shell
Execute shell commands with automatic output filtering that removes noise and preserves errors, failures, and changes to reduce token usage.
Instructions
Execute a shell command with intelligent output filtering. Detects command type and applies the optimal filter strategy to reduce token consumption while preserving all actionable information (errors, failures, changes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | |
| command | Yes | Command to execute | |
| timeout_ms | No | Timeout in milliseconds | |
| filter_level | No | Filter aggressiveness |