mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Implements the `agent stop` command for stopping agents. Features: - Stop a specific agent by ID (with prefix matching) - --all flag to stop all running agents - --cwd flag to stop all agents in a specific directory - Cancels running agents before terminating them - Graceful error handling for partially failed stops Usage: paseo agent stop <id> paseo agent stop --all paseo agent stop --cwd ~/dev/paseo