Mohamed Boudra
8f1637ee55
Merge branch 'plan-paseo-config-schema'
2026-02-04 10:18:58 +07:00
Mohamed Boudra
0aa2fede08
Update files
2026-02-04 10:18:51 +07:00
Mohamed Boudra
3e582daf45
Update files
2026-02-04 10:18:18 +07:00
Mohamed Boudra
dcf015bd92
Update files
2026-02-04 10:12:08 +07:00
Mohamed Boudra
2fd818c156
Update files
2026-02-04 09:44:27 +07:00
Mohamed Boudra
9daec94333
Update files
2026-02-04 09:35:39 +07:00
Mohamed Boudra
7c15b26329
Merge pull request #10 from boudra/web-voice-dictation-fix
...
Fix web voice mode; share VAD/segmenting
2026-02-04 08:22:55 +07:00
Mohamed Boudra
363566587e
Fix web voice mode; share VAD/segmenting
2026-02-04 08:22:27 +07:00
Mohamed Boudra
f08efd2da6
feat: add expand/collapse all button to git diff pane
2026-02-04 08:22:27 +07:00
Mohamed Boudra
469a25c724
feat: add live model and thinking option preferences UI ( #8 )
...
* feat: add live model and thinking option preferences UI
* refactor: remove agent variant support and clean up thinking options
* feat: live model + thinking presets (RPC)
2026-02-04 08:18:15 +07:00
Mohamed Boudra
03f383b908
Merge pull request #9 from boudra/real-time/voice-agent-ui-refresh
...
refactor: rename realtime to voice throughout app and server
2026-02-03 23:44:33 +07:00
Mohamed Boudra
cf9c1c23d3
Merge branch 'main' into real-time/voice-agent-ui-refresh
2026-02-03 23:12:19 +07:00
Mohamed Boudra
d500b25632
refactor: rename realtime to voice throughout codebase
2026-02-03 23:12:17 +07:00
Mohamed Boudra
201fbcc0c6
Merge branch 'main' of github.com:boudra/paseo
2026-02-03 23:05:12 +07:00
Mohamed Boudra
0ad6c17d0e
refactor: improve scroll view and diff pane layout handling
2026-02-03 23:04:31 +07:00
Mohamed Boudra
4c5651fddc
fix: improve shell wrapper stripping to handle quoted cd paths
2026-02-03 16:29:48 +07:00
Mohamed Boudra
14b0db55b0
consolidate checkout status handling and improve git detection
2026-02-03 14:50:15 +07:00
Mohamed Boudra
a7a39ffd01
Merge pull request #6 from boudra/feat/push-notifications
...
Presence-gated Expo push notifications
2026-02-03 13:38:16 +07:00
Mohamed Boudra
af89de1237
feat: add presence-gated Expo push notifications
2026-02-03 12:59:00 +07:00
Mohamed Boudra
ad632cb3bd
feat: improve git actions UI and mode tracking after plan approval
2026-02-03 10:38:08 +07:00
Mohamed Boudra
9cc953625f
refactor: restructure git actions into data-driven design pattern
2026-02-03 10:13:40 +07:00
Mohamed Boudra
0804f51b03
refactor: make diff mode toggle interactive and improve status display
2026-02-03 10:03:50 +07:00
Mohamed Boudra
1ea071adb6
fix: improve file path display and TodoWrite executing state handling
2026-02-03 09:48:23 +07:00
Mohamed Boudra
2623328872
refactor: redesign permission request UI with improved spacing and icons
2026-02-03 09:32:42 +07:00
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
303a82d1c7
feat: add provider availability check before creating sessions
2026-02-02 21:35:50 +07:00
Mohamed Boudra
e9325d92be
fix: clear timeout handle to prevent event loop from staying alive
2026-02-02 21:15:28 +07:00
Mohamed Boudra
4b2d16f2e1
refactor: add Codex API response types and auto-resolve default model
2026-02-02 19:33:58 +07:00
Mohamed Boudra
98425ab6bc
feat: add branch validation handler to session
2026-02-02 18:57:28 +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
afce2e1c58
refactor: remove paseo prompt instructions and add real agent tests
2026-02-02 14:15:26 +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
0acd906402
test: remove codex-mcp-agent test file and add dotenv config
2026-02-02 13:35:40 +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
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
8971295c4d
docs: update PASEO_HOME usage and add RPC refactor proposal
2026-02-01 13:56:26 +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
dac1538d1f
docs: add debugging guide and cli npm script
2026-01-31 23:12:14 +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