Commit Graph

446 Commits

Author SHA1 Message Date
Mohamed Boudra
72e2fdae2b Enforce strict speech providers and set parakeet local default 2026-02-06 14:31:00 +07:00
Mohamed Boudra
4d28499482 Merge origin/main into local-streaming-speech-tts 2026-02-06 13:45:31 +07:00
Mohamed Boudra
4dc20f58d0 Harden speech provider reconciliation and startup logging 2026-02-06 13:33:26 +07:00
Mohamed Boudra
cf9ff07be6 Git panel: share checkout actions + fix push loading (#20)
* Update files

* Git panel: share checkout actions

Hoist checkout-scoped async git actions into a shared store and keep primary Push CTA loading in-place. Also stabilize e2e git flows.

* Stabilize git panel async actions and fix e2e flakes
2026-02-06 13:18:30 +07:00
Mohamed Boudra
d724988542 Fix agent history catch-up + avoid mobile background stream deltas (#18)
* Update files

* Fix agent history sync + mobile stream gating
2026-02-06 13:18:15 +07:00
Mohamed Boudra
1c6a1d1dd6 Remove unshipped sherpa provider compatibility aliases 2026-02-06 13:16:37 +07:00
Mohamed Boudra
2e49104c6a Use schema-union live Codex events with fallback handling 2026-02-06 12:56:46 +07:00
Mohamed Boudra
c237505ea9 Make Codex live notification parsing schema-driven 2026-02-06 12:55:31 +07:00
Mohamed Boudra
277080a004 Refactor speech providers to stream-first local/openai architecture 2026-02-06 12:43:10 +07:00
Mohamed Boudra
9e225d7db9 Fix Codex persisted timeline parsing and session persistence 2026-02-06 12:42:18 +07:00
Mohamed Boudra
88ec20a511 Use system Claude binary for model listing
The bundled SDK binary had stale model definitions. Resolve the
system `claude` path once and pass it via pathToClaudeCodeExecutable
so both agent sessions and supportedModels() use the up-to-date
binary.

Replace the CLI's hardcoded static model list with a live call to
the daemon's listProviderModels endpoint.
2026-02-06 12:14:52 +07:00
Mohamed Boudra
b5ca49e0fd server(codex): normalize file paths, truncate large diffs, and drop turn/diff/updated telemetry 2026-02-06 11:51:59 +07:00
Mohamed Boudra
d791f79efe Local streaming STT/TTS with Parakeet + Pocket TTS
- Add provider-agnostic streaming speech interfaces
- Local STT via Sherpa (Zipformer/Paraformer) + Parakeet v3 (offline)
- Local TTS via Pocket TTS ONNX (onnxruntime-node) with chunked streaming
- Auto-download models into PASEO_HOME and add Node download script
- Add E2E download test that round-trips TTS->STT
2026-02-06 10:38:38 +07:00
Mohamed Boudra
caed2dd852 relay: add control keepalive and prune dead sockets 2026-02-05 21:27:11 +07:00
Mohamed Boudra
cb3cf1c209 Update files 2026-02-05 18:00:09 +07:00
Mohamed Boudra
130f2d5c40 chore: remove stale planning docs 2026-02-05 14:36:16 +07:00
Mohamed Boudra
8d1d7b7603 chore: migrate PASEO_PORT to PASEO_LISTEN across codebase 2026-02-05 14:35:35 +07:00
Mohamed Boudra
7ae56bcdd1 fix: use PASEO_LISTEN instead of legacy PASEO_PORT in .env.example 2026-02-05 14:33:23 +07:00
Mohamed Boudra
204400437a chore: remove legacy files and clean up .env.example 2026-02-05 14:32:53 +07:00
Mohamed Boudra
b2238c4f44 chore: rename package scope from @paseo to @getpaseo 2026-02-05 14:24:01 +07:00
Mohamed Boudra
8cf86a5d98 chore: align server package name for workspaces 2026-02-05 13:12:53 +07:00
Mohamed Boudra
3a31d708f8 chore: remove local artifacts and sanitize repo 2026-02-05 13:06:10 +07:00
Mohamed Boudra
058c03684a Update files 2026-02-05 12:50:15 +07:00
Mohamed Boudra
ae27a14e3b Update files 2026-02-05 12:02:25 +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
6e882aaceb Persist exit codes without tmux pane_dead_status 2026-02-05 00:18:48 +07:00
Mohamed Boudra
2620fda500 Skip CLI-dependent tests in CI 2026-02-05 00:13:55 +07:00
Mohamed Boudra
2f83c2654c Fix tmux executeCommand exitCode parsing 2026-02-05 00:08:09 +07:00
Mohamed Boudra
0438a43cb0 Make CI independent of external CLIs 2026-02-05 00:03:15 +07:00
Mohamed Boudra
2f3cbe5e84 Make git tests independent of init.defaultBranch 2026-02-04 23:56:29 +07:00
Mohamed Boudra
8384b5facf Fix CI + add relay deploy + latency probes 2026-02-04 23:41:53 +07:00
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