Terminal Tools¶
2 tools for terminal command suggestions.
suggest_command¶
Suggests a terminal command for the given task.
Examples:
Output:
Safety
QUASAR suggests commands, it does NOT execute them directly. This is a safety feature to prevent accidental harm.
check_command_available¶
Check if a command is available on the system.
Example:
Output:
or
Why Not Execute Directly?¶
QUASAR doesn't execute commands automatically for safety:
| Risk | Example |
|---|---|
| Data loss | rm -rf / |
| Side effects | npm publish |
| Security | curl | sh |
| Resource usage | fork bomb |
By suggesting instead of executing, you maintain control.
Shell Integration¶
You can copy suggested commands directly to your shell:
Or use your shell's history: