Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
claw-shell 1.0.0 initial release: - Provides an interface to run shell commands exclusively inside a tmux session named claw. - Always creates or attaches to the session, ensuring isolation from other tmux sessions. - Captures and returns command output to the agent. - Includes safety checks: blocks potentially dangerous commands (e.g., sudo, rm, shutdown) unless user confirms. - Simple, single-tool interface (`claw_shell_run`) with clear command input and safety guidance.