Commit Graph

403 Commits

Author SHA1 Message Date
Mohamed Boudra
4db2e91cdd refactor: simplify tasks display and improve spacing in stream view 2026-02-02 22:42:21 +07:00
Mohamed Boudra
30f1682ca1 refactor: rename plan to tasks and extract task entries from tool calls 2026-02-02 22:09:17 +07:00
Mohamed Boudra
085c00dd87 Fix remaining E2E test failures
- Fixed permission-prompt deny test to expect 1 tool call badge instead of 2
- Added timing fix to agent-details-sheet test to wait for agent response

This brings the E2E test suite to 20/21 passing tests. Only the checkout-ship
test remains failing due to complex UI interaction issues with worktree selection.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
2026-02-02 14:39:38 +07:00
Mohamed Boudra
54ee84fe72 Fix Playwright E2E tests
Fixed 8 failing E2E tests by addressing UI changes and timing issues:
- Updated delete-agent-persists test to use 'archive' button instead of 'delete'
- Fixed dictation-web test to use correct element selector (sidebar-new-agent)
- Updated URL regex patterns to handle trailing slash variations
- Fixed capitalization issues ('New agent' vs 'New Agent', '+ Add host' vs '+ Add Host')
- Updated permission-prompt allow test to verify file content instead of tool call count

Tests fixed:
- delete-agent-persists.spec.ts
- dictation-web.spec.ts
- host-selection.spec.ts (both tests)
- manual-host-port.spec.ts
- pairing-offer-parsing.spec.ts
- permission-prompt.spec.ts (allow test)

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
2026-02-02 14:32:14 +07:00
Mohamed Boudra
ba64b955ec Merge branch 'plan/structured-agent-self-id' 2026-02-02 14:15:55 +07:00
Mohamed Boudra
d45b9723d9 test: remove .paseo prefix from path expectations in E2E tests 2026-02-02 14:15:53 +07:00
Mohamed Boudra
5a42414525 fix: improve E2E test reliability and fix openSettings helper
- Fixed openSettings helper to navigate directly to /settings page instead of clicking UI elements
- Updated permission prompt tests to expect 2 tool call badges in Always Ask mode
- Added timeout handling for permission denial scenarios
- Increased timeout for file creation verification in permission tests
- Fixed waitForAgentFinishUI to handle agent states after permission denial

These changes improved test pass rate from 11/21 to 13/21 tests passing.
2026-02-02 14:08:00 +07:00
Mohamed Boudra
a0214645eb Merge branch 'main' into plan/structured-agent-self-id 2026-02-02 13:48:46 +07:00
Mohamed Boudra
3e98900929 Update files 2026-02-02 13:44:51 +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
bf9555829b refactor: replace agent_list polling with request/response RPC pattern 2026-02-01 22:37:32 +07:00
Mohamed Boudra
7c50b2a66b fix: respect safe area insets and improve drag visual feedback 2026-01-31 22:57:47 +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
eac342aa8b Merge branch 'main' of github.com:boudra/paseo 2026-01-29 12:20:33 +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
a21e070647 Increase branch badge max width to 40% 2026-01-29 11:19:51 +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
2c138312b2 Update files 2026-01-28 21:57:31 +07:00
Mohamed Boudra
d158dcf77a Update files 2026-01-28 15:41:21 +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
c615d422ca Update files 2026-01-27 13:48:04 +07:00
Mohamed Boudra
a18739319f Update files 2026-01-27 13:38:56 +07:00
Mohamed Boudra
971da6f48a Update files 2026-01-27 13:11:13 +07:00
Mohamed Boudra
024dbdfda8 Update files 2026-01-27 13:08:51 +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
6095bf975b Update files 2026-01-26 14:30:41 +07:00
Mohamed Boudra
fe5ab731e0 Update files 2026-01-26 14:09:07 +07:00
Mohamed Boudra
be235e14d7 Update files 2026-01-25 20:40:00 +07:00
Mohamed Boudra
d1a47c22f9 Tweak agent details padding and handle github remote project keys 2026-01-25 09:45:29 +07:00
Mohamed Boudra
aa979f5230 Add toast provider, agent details sheet, and remote-based grouping 2026-01-25 09:41:17 +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
d4011408f7 Merge branch 'fix-agent-archive-non-worktree' 2026-01-24 23:34:55 +07:00
Mohamed Boudra
084177da16 Persist agent deletion and support subdir worktree cleanup 2026-01-24 23:34:09 +07:00
Mohamed Boudra
ef612abfc1 Update files 2026-01-24 23:06:00 +07:00
Mohamed Boudra
504fb83fa9 Update files 2026-01-24 22:21:28 +07:00
Mohamed Boudra
fb07df3fd1 Merge branch 'main' into git-diff-panel-reorg
# Conflicts:
#	scripts/dev.sh
2026-01-24 22:13:32 +07:00
Mohamed Boudra
1f91de5cbc Update files 2026-01-24 22:12:07 +07:00
Mohamed Boudra
8584f21bfb Merge branch 'main' into agent-header-styling 2026-01-24 22:06:14 +07:00
Mohamed Boudra
6503d3b408 Update files 2026-01-24 22:05:44 +07:00
Mohamed Boudra
9af2957ca0 Update files 2026-01-24 21:43:51 +07:00
Mohamed Boudra
237aa40674 Merge branch 'remove-tab-icons' 2026-01-24 21:25:30 +07:00
Mohamed Boudra
c71134c78e Merge branch 'fix/e2e-home-routing' 2026-01-24 21:25:22 +07:00