Mohamed Boudra
3e98900929
Update files
2026-02-02 13:44:51 +07:00
Mohamed Boudra
49b66caa63
Merge branch 'skinny-puma'
2026-02-02 12:58:59 +07:00
Mohamed Boudra
d9435c67d2
refactor: migrate Codex provider from MCP to app-server
2026-02-02 12:58:57 +07:00
Mohamed Boudra
b2f9bb1294
refactor: return agent on create and resume instead of waiting
2026-02-02 12:51:04 +07:00
Mohamed Boudra
bf9555829b
refactor: replace agent_list polling with request/response RPC pattern
2026-02-01 22:37:32 +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
c57c86286a
fix: use mainRepoRoot for agent creation in Paseo-owned worktrees
2026-01-31 12:04:32 +07:00
Mohamed Boudra
ea33d1980f
feat: add keyboard navigation to combobox and select fields on web
2026-01-30 22:52:07 +07:00
Mohamed Boudra
025a68c3a4
refactor: move shell output ANSI stripping to app layer
2026-01-30 14:57:35 +07:00
Mohamed Boudra
25c7d5afa9
refactor: consolidate agent wait methods and use in-memory MCP transport
2026-01-30 14:50:01 +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
5b32d0a56c
fix: update MCP tests to use createAgentSelfIdMcpServer
...
Tests for set_title and set_branch were looking for these tools in
mcp-server.ts but they were moved to agent-self-id-mcp.ts during
the MCP split.
2026-01-30 12:29:01 +07:00
Mohamed Boudra
f8da5ada71
fix: move PID lock to bootstrap.ts for all entrypoints
2026-01-30 12:09:56 +07:00
Mohamed Boudra
f689cb1385
fix: remove duplicate PID lock release from bootstrap.ts
2026-01-30 11:57:12 +07:00
Mohamed Boudra
829de66d2f
fix: remove duplicate PID lock and simplify socket path config
...
- Remove duplicate acquirePidLock call from bootstrap.ts (keep in index.ts
where proper error handling exists)
- Remove PASEO_SELF_ID_MCP_SOCK env var override from config.ts
2026-01-30 11:54:15 +07:00
Mohamed Boudra
1670c7084b
fix: complete MCP split implementation
...
- Fix socket path conflict: main server defaults to TCP (localhost:6767),
Self-ID MCP uses Unix socket (self-id-mcp.sock)
- Remove set_title/set_branch from mcp-server.ts (they belong only in
agent-self-id-mcp.ts which is used by coding agents)
- Rename mcpSocketPath to selfIdMcpSocketPath for consistency
- Pass --socket arg to self-id-bridge so non-default paths work
- Wire up PID lock to prevent multiple daemon instances
- Add PASEO_SELF_ID_MCP_SOCK env var for testing override
2026-01-30 11:46:50 +07:00
Mohamed Boudra
eac342aa8b
Merge branch 'main' of github.com:boudra/paseo
2026-01-29 12:20:33 +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
edc67ba5f7
Strip ANSI codes from commands and limit branch badge width
2026-01-29 11:19:33 +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
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
2c138312b2
Update files
2026-01-28 21:57:31 +07:00
Mohamed Boudra
f7935f9cc1
Update files
2026-01-28 15:25:12 +07:00
Mohamed Boudra
96b211a2cf
Update files
2026-01-28 13:25:48 +07:00
Mohamed Boudra
a18739319f
Update files
2026-01-27 13:38:56 +07:00
Mohamed Boudra
766585d1cb
Update files
2026-01-27 13:06:01 +07:00
Mohamed Boudra
637967fa14
Update files
2026-01-26 20:38:39 +07:00
Mohamed Boudra
c233c99cd3
Update files
2026-01-26 18:03:51 +07:00
Mohamed Boudra
fe5ab731e0
Update files
2026-01-26 14:09:07 +07:00
Mohamed Boudra
ccd175b4b7
Capture dictation/TTS debug audio and show dictation errors
2026-01-25 09:35:07 +07:00
Mohamed Boudra
9d0dd8b19e
Update files
2026-01-25 08:42:00 +07:00
Mohamed Boudra
084177da16
Persist agent deletion and support subdir worktree cleanup
2026-01-24 23:34:09 +07:00
Mohamed Boudra
504fb83fa9
Update files
2026-01-24 22:21:28 +07:00
Mohamed Boudra
1f91de5cbc
Update files
2026-01-24 22:12:07 +07:00
Mohamed Boudra
0d9d95c340
Merge branch 'cranky-moth'
2026-01-24 21:26:55 +07:00
Mohamed Boudra
22d48ea312
Update files
2026-01-24 21:26:43 +07:00
Mohamed Boudra
8fe30eae75
feat(checkout): add merge-from-base and push operations for worktree branches
2026-01-24 21:24:48 +07:00
Mohamed Boudra
6b28167fdd
Merge audit/streaming-asr-tail: streaming ASR partials and env host reset
2026-01-24 19:01:23 +07:00
Mohamed Boudra
b498c9ea81
Add streaming ASR partial transcripts and reset hosts to env default
...
- Stream partial transcripts to the client during dictation for live feedback
- Use OpenAI semantic VAD instead of manual commit intervals for better word boundaries
- Append silence tail on finish to flush final utterance through VAD
- Skip committing silence-only audio tails
- Reset hosts to env-defined daemon when env var is present, overriding stored state
2026-01-24 19:01:14 +07:00
Mohamed Boudra
21cff48d3f
refactor(server): switch agent registry to AgentStorage
2026-01-24 17:46:11 +07:00
Mohamed Boudra
9b82c02fd2
Add welcome onboarding and remove default localhost host
2026-01-24 17:01:12 +07:00
Mohamed Boudra
a0cab29e1a
Merge branch 'lockdown-dictation-e2e'
2026-01-23 18:55:21 +07:00
Mohamed Boudra
0ff0293a97
Stream dictation via OpenAI Realtime and simplify retry UI
2026-01-23 18:55:14 +07:00
Mohamed Boudra
907b9f9fbd
Dedup checkout status refetch and in-flight requests
2026-01-23 15:46:44 +07:00
Mohamed Boudra
eab8713c24
Persist base branch for Paseo worktrees and gate merge action
2026-01-23 15:27:42 +07:00
Mohamed Boudra
6f845093b4
Merge branch 'fix/initial-prompt-instructions'
2026-01-23 14:47:39 +07:00
Mohamed Boudra
250a320ff2
Fix E2E tests: gate on credentials and parse agentId robustly
2026-01-23 14:47:37 +07:00
Mohamed Boudra
938d57c8ae
Update files
2026-01-23 14:18:06 +07:00
Mohamed Boudra
3459faabc4
Stabilize tests after merge
2026-01-23 14:01:29 +07:00