mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
dd514a4a67b7229502274e98e3680ffc00c0fade
Implements the `paseo agent run` command for creating and running agents: - Creates agent with initial prompt - `-d, --detach` flag for background execution - `--name <name>` to assign a title - `--provider <provider>` to select claude/codex/opencode - `--mode <mode>` for provider-specific modes - `--cwd <path>` for working directory - Supports all output formats (table, json, yaml, quiet) - Graceful error handling when daemon not running Usage: paseo agent run "Fix the failing tests" paseo agent run -d --name "test-fixer" "Run the test suite" paseo agent run --mode bypass "Refactor the auth module" Phase 4 of CLI implementation (TDD checklist 4.1-4.6)
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%