Mohamed Boudra
9e6b45e2f0
refactor(cli): remove daemon update command and simplify status runtime info
2026-03-12 11:19:33 +07:00
Mohamed Boudra
e2cb67462d
refactor(cli): extract common command options into reusable helpers
2026-03-11 21:08:08 +07:00
Mohamed Boudra
2a1ef17107
feat: implement two-shim CLI install with fallback instructions
2026-03-08 15:40:02 +07:00
Mohamed Boudra
1d1c7058f1
feat: add agent delete command and bulk tab close operations
2026-03-07 12:32:49 +07:00
Mohamed Boudra
111b9d95f4
feat: carry archive UI label hard cut updates
2026-03-04 10:39:28 +07:00
Mohamed Boudra
3f06063b4b
fix(cli): make agent wait unlimited by default
2026-02-23 20:51:42 +07:00
Mohamed Boudra
d7e2ab4437
feat: add thinking option support and autonomous run handling
2026-02-21 22:09:48 +07:00
Mohamed Boudra
a1fdeeb7ae
fix(dictation): avoid timeout from dangling non-final segments
2026-02-18 21:21:27 +07:00
Mohamed Boudra
93111b47ae
chore(release): auto-increment android versionCode and fix CLI version output
2026-02-16 12:22:32 +07:00
Mohamed Boudra
cb2e4aacfe
feat(cli): add --output-schema flag for structured agent output
2026-02-12 18:04:39 +07:00
Mohamed Boudra
018edef3bb
feat: add onboarding command and migrate git diff to checkout API
2026-02-12 17:00:35 +07:00
Mohamed Boudra
fba7c73c8b
feat(cli): add agent update command for name and labels
2026-02-12 14:15:33 +07:00
Mohamed Boudra
6053ee7c34
fix(cli): list all non-archived agents by default and drop ls --ui
2026-02-12 14:05:46 +07:00
Mohamed Boudra
7e5537bcc5
Update files
2026-02-10 13:43:07 +07:00
Mohamed Boudra
6cfae77a71
Update files
2026-02-07 12:52:22 +07:00
Mohamed Boudra
8c70b3d86b
voice: harden local voice stack and enforce UUID agent ids
2026-02-06 21:27:50 +07:00
Mohamed Boudra
e782fdd35d
voice: switch internal MCP path to stdio unix-socket bridge
2026-02-06 19:05:45 +07:00
Mohamed Boudra
277080a004
Refactor speech providers to stream-first local/openai architecture
2026-02-06 12:43:10 +07:00
Mohamed Boudra
3aecead839
refactor: replace agent self-ID MCP with structured metadata generation
2026-02-02 13:07:04 +07:00
Mohamed Boudra
a473302a9f
refactor: use --json flag alias instead of --format json throughout CLI
2026-02-01 12:33:18 +07:00
Mohamed Boudra
0618dc6b0d
refactor: rename session_state to agent_list and add subscriptions
2026-01-30 13:39:40 +07:00
Mohamed Boudra
7a8841481e
feat: wait returns on permission request and improve CLI logging
2026-01-29 12:12:39 +07:00
Mohamed Boudra
c015fdbef1
refactor: replace agent-control MCP with labels system and Paseo MCP
2026-01-29 11:31:15 +07:00
Mohamed Boudra
dfda6daeed
refactor(cli): rename ps to ls and add top-level agent commands
2026-01-29 10:41:19 +07:00
Mohamed Boudra
59e6ab2bf5
feat(cli): add agent ps command
...
Implements the `paseo agent ps` command for listing agents:
- Lists running agents by default
- `-a, --all` flag to include archived agents
- `--status <status>` filter by agent status
- `--cwd <path>` filter by working directory
- Supports all output formats (table, json, yaml, quiet)
- Graceful error handling when daemon not running
Output format:
AGENT ID NAME PROVIDER STATUS CWD CREATED
a1b2c3d 🎭 Test fixer claude running ~/dev/paseo 2 minutes ago
Phase 3 of CLI implementation (TDD checklist 3.1-3.5)
2026-01-28 23:13:38 +07:00
Mohamed Boudra
a7f39f79ba
feat(cli): implement output abstraction layer
2026-01-28 22:57:15 +07:00
Mohamed Boudra
6fd4214466
test(cli): add zx TDD infrastructure and phase 1 tests
...
- Install zx as devDependency for E2E testing
- Create tests/ directory with setup utilities
- Add setup.ts with test context helpers:
- Random port generation (never 6767)
- Temp directory creation for PASEO_HOME and workDir
- Daemon startup/waitForDaemon helper (WebSocket only)
- Cleanup function
- paseo() helper to run CLI commands against test daemon
- Add Phase 1 foundation tests (01-foundation.test.mts):
- Test paseo --version outputs version
- Test paseo --help shows commands
- Add test runner (run-all.mts) that discovers and runs all tests
- Add test:e2e script to package.json
2026-01-28 22:47:08 +07:00
Mohamed Boudra
6781c1b888
feat(cli): add foundation - package setup and entry point
...
Add @paseo/cli package with:
- Package structure with npm workspace integration
- bin/paseo entry point using tsx
- Commander.js setup with --version and --help
- Placeholder subcommands: agent, daemon, permit, worktree, provider
2026-01-28 22:42:08 +07:00