Mohamed Boudra
7ec3f2d3cf
refactor tool-call detail contract for unknown tools
2026-02-09 16:50:04 +07:00
Mohamed Boudra
9db8a1d08c
Merge branch 'enhance-agent-fetch-sidebar'
2026-02-09 15:45:33 +07:00
Mohamed Boudra
1810ace233
feat: add project-grouped agent fetch with checkout-lite placement
2026-02-09 15:44:58 +07:00
Mohamed Boudra
4fa8859d14
Stabilize agent history sync after app backgrounding
2026-02-09 15:44:29 +07:00
Mohamed Boudra
34fff59658
Update files
2026-02-09 12:00:49 +07:00
Mohamed Boudra
6d4992b2f5
refactor: tighten canonical tool-call typing and display mapping
2026-02-09 08:53:27 +07:00
Mohamed Boudra
0176614467
Update files
2026-02-08 22:37:52 +07:00
Mohamed Boudra
3cc7feab21
Update files
2026-02-07 14:06:11 +07:00
Mohamed Boudra
4a9cf9e90f
Update files
2026-02-07 09:43:44 +07:00
Mohamed Boudra
00bbac007c
Remove text-turn session path and keep voice flow audio-only
2026-02-07 00:12:50 +07:00
Mohamed Boudra
4a4cff105f
Refactor voice mode to agent-only flow
2026-02-06 23:12:44 +07:00
Mohamed Boudra
277080a004
Refactor speech providers to stream-first local/openai architecture
2026-02-06 12:43:10 +07:00
Mohamed Boudra
b2238c4f44
chore: rename package scope from @paseo to @getpaseo
2026-02-05 14:24:01 +07:00
Mohamed Boudra
574bdc16f6
simplify: remove ws bridge; wrangler-based relay tests
2026-02-05 10:45:51 +07:00
Mohamed Boudra
36e105ed30
relay(v2): support multiple clients per serverId
2026-02-05 09:48:43 +07:00
Mohamed Boudra
98896bfb37
Stop relay reconnect flapping on takeover
2026-02-05 09:06:07 +07:00
Mohamed Boudra
32f32051d0
Fix relay client reconnect self-replacement
2026-02-05 09:00:01 +07:00
Mohamed Boudra
8384b5facf
Fix CI + add relay deploy + latency probes
2026-02-04 23:41:53 +07:00
Mohamed Boudra
6aff4b3f10
Merge branch 'plan/e2ee' - End-to-end encryption for relay connections
...
Implements E2EE for relay connections only, keeping direct connections
and CLI plaintext. The relay acts as a dumb byte forwarder with no
access to decrypted messages.
Key changes:
- Daemon keypair persistence in $PASEO_HOME/daemon-keypair.json
- Encrypted relay transport using ECDH P-256 + AES-256-GCM
- Client-side E2EE using daemon's public key from pairing offer
- WebCrypto compatibility for React Native
2026-02-04 15:00:34 +07:00
Mohamed Boudra
79aec0069c
Improve daemon RPC resiliency and diff handling
2026-02-04 10:21:36 +07:00
Mohamed Boudra
10a2ef34a3
Update files
2026-02-04 09:29:26 +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
d500b25632
refactor: rename realtime to voice throughout codebase
2026-02-03 23:12:17 +07:00
Mohamed Boudra
434955eb93
refactor: remove ternary soup and tighten E2EE config
2026-02-03 14:21:53 +07:00
Mohamed Boudra
a3a12b54de
refactor: share ws endpoint utilities
2026-02-03 14:19:12 +07:00
Mohamed Boudra
d68596bcbe
refactor: centralize relay vs direct E2EE
2026-02-03 14:13:03 +07:00
Mohamed Boudra
6ed70e24c7
feat: implement end-to-end encryption for relay connections
2026-02-03 13:40:44 +07:00
Mohamed Boudra
3e98900929
Update files
2026-02-02 13:44:51 +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
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
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
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
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
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
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
69f32da90d
Run worktree setup async and stream status
2026-01-23 11:28:48 +07:00