Commit Graph

412 Commits

Author SHA1 Message Date
Mohamed Boudra
0218729316 Relay pairing offer v2 (E2EE) + host connections 2026-02-04 22:53:00 +07:00
Mohamed Boudra
6838366165 Skip voice stream e2e without OpenRouter key 2026-02-04 15:26:35 +07:00
Mohamed Boudra
e58b3739b3 Fix relay transport e2e ping/pong 2026-02-04 15:21:36 +07:00
Mohamed Boudra
1039171167 Merge origin/main into daemon-server-id-host-selection 2026-02-04 15:19:06 +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
8152deb206 Update files 2026-02-04 14:58:18 +07:00
Mohamed Boudra
a616b847bb Update files 2026-02-04 14:12:48 +07:00
Mohamed Boudra
c9e31b421a Update files 2026-02-04 13:33:49 +07:00
Mohamed Boudra
807a29e8f4 Merge remote-tracking branch 'origin/main' into error-handling/rpc-unknown-schema
# Conflicts:
#	packages/server/src/utils/checkout-git.ts
2026-02-04 10:22:32 +07:00
Mohamed Boudra
79aec0069c Improve daemon RPC resiliency and diff handling 2026-02-04 10:21:36 +07:00
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
2fd818c156 Update files 2026-02-04 09:44:27 +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
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
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
54bc3a49ec refactor: use pino.Logger in daemon-keypair 2026-02-03 14:32:41 +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
4fb93d92ed fix: stabilize relay E2EE handshake 2026-02-03 13:57:08 +07:00
Mohamed Boudra
6ed70e24c7 feat: implement end-to-end encryption for relay connections 2026-02-03 13:40:44 +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
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
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
afce2e1c58 refactor: remove paseo prompt instructions and add real agent tests 2026-02-02 14:15:26 +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
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