Commit Graph

528 Commits

Author SHA1 Message Date
Mohamed Boudra
52a2fa71de Update files 2026-02-09 13:17:28 +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
8317b0d89b Update files 2026-02-08 21:12:40 +07:00
Mohamed Boudra
925752c8a3 Update files 2026-02-08 17:50:43 +07:00
Mohamed Boudra
1b7490d1ae Update files 2026-02-08 16:15:49 +07:00
Mohamed Boudra
c5a27a4ddc Update files 2026-02-08 15:59:38 +07:00
Mohamed Boudra
b4a93955e3 Update files 2026-02-08 09:15:39 +07:00
Mohamed Boudra
061c084269 Update files 2026-02-07 23:06:18 +07:00
Mohamed Boudra
b80f4e0e93 Update files 2026-02-07 22:14:10 +07:00
Mohamed Boudra
9130ee3134 Update files 2026-02-07 21:21:32 +07:00
Mohamed Boudra
e3fad77d5b Unified tool call display schema, compaction timeline, and auth fixes
- Replace extractPrincipalParam, parseToolCallDisplay, getToolKindFromName
  with a single unified parseToolCallDisplay on the server, consumed by
  both server (activity-curator) and app
- Parse tool calls exactly once and pass ToolCallDisplayInfo down to all
  consumers (message, sheet, details, stream view)
- Add compaction timeline item: detect SDKStatusMessage (compacting) and
  SDKCompactBoundaryMessage, show loading/completed marker in timeline
- Suppress compact summary user message in live stream (flag) and JSONL
  resume (isCompactSummary check)
- Add CompactionMarker component with scissors icon and token count
- Hide sub-agent tool calls from timeline, collapse into Task metadata
- Add Bot icon for Task tool calls
- Fix stripShellWrapperPrefix to strip /bin/zsh -lc wrappers without cd
- Replace CLAUDE_SESSION_TOKEN with CLAUDE_CODE_OAUTH_TOKEN
2026-02-07 21:13:24 +07:00
Mohamed Boudra
598a1823ae Update files 2026-02-07 19:09:25 +07:00
Mohamed Boudra
05c150dab8 Normalize thinking option IDs and update display logic
- Remove synthetic "default" thinking option ID, use concrete option IDs from providers
- Normalize thinking option IDs to undefined when "default" or empty string
- Update app UI to display "Model default" label for fallback thinking option
- Fix Codex thinking option round-trip through app-server turn context
- Add test for thinking option ID persistence across Codex sessions
- Update test helpers to use actual default thinking option IDs
- Update OpenCode label consistency to match app display logic
2026-02-07 18:39:19 +07:00
Mohamed Boudra
f9ebf6b523 Add device pairing command and voice mute toggle
Introduce `paseo daemon pair` CLI command that generates a local pairing offer URL with QR code without requiring a running daemon. Update message input to support mute/unmute toggle during realtime voice sessions with visual feedback (MicOff icon). Fix android:prod build script to use prebuild + assembleRelease flow.
2026-02-07 15:56:14 +07:00
Mohamed Boudra
902a415911 Update files 2026-02-07 15:37:44 +07:00
Mohamed Boudra
8adcb0a4cd Update files 2026-02-07 14:41:21 +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
3f58937c98 Merge branch 'main' of github.com:boudra/paseo 2026-02-07 00:33:46 +07:00
Mohamed Boudra
fcb1004f94 Merge pull request #22 from boudra/local-streaming-speech-tts
voice: harden local voice agent path and UUID validation
2026-02-07 00:31:30 +07:00
Mohamed Boudra
31f449a5fc Update files 2026-02-07 00:31:07 +07:00
Mohamed Boudra
0878d0fb2e Update files 2026-02-07 00:19:51 +07:00
Mohamed Boudra
f26d7f5552 Update files 2026-02-07 00:07:04 +07:00
Mohamed Boudra
8694696f45 Update files 2026-02-06 23:42:13 +07:00
Mohamed Boudra
4a4cff105f Refactor voice mode to agent-only flow 2026-02-06 23:12:44 +07:00
Mohamed Boudra
1a01e836bc Update files 2026-02-06 22:41:20 +07:00
Mohamed Boudra
2d74b5407c Update files 2026-02-06 22:21:37 +07:00
Mohamed Boudra
07ea82513b Update files 2026-02-06 22:09:22 +07:00
Mohamed Boudra
38a96484c9 Fix file explorer split behavior and compact tree rows 2026-02-06 22:01:57 +07:00
Mohamed Boudra
d236c18ae5 fix(app): stabilize archive button hover in grouped agent row 2026-02-06 21:57:08 +07:00
Mohamed Boudra
6e58d49207 Update files 2026-02-06 21:53:09 +07:00
Mohamed Boudra
f2c88ae073 app: restore per-turn copy actions and refine message copy UI 2026-02-06 21:49:09 +07:00
Mohamed Boudra
7d388b456f Tune web voice VAD for short utterances 2026-02-06 15:58:02 +07:00
Mohamed Boudra
4d28499482 Merge origin/main into local-streaming-speech-tts 2026-02-06 13:45:31 +07:00
Mohamed Boudra
c343931fec Update files 2026-02-06 13:21:52 +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
8dcb7233c0 Merge branch 'main' of github.com:boudra/paseo 2026-02-06 11:52:09 +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
a2eab7b00b feat(app): add header tooltips + shortcuts (#16) 2026-02-05 22:40:29 +07:00
Mohamed Boudra
6784a3feec Update changes (#15)
* Update files

* Update files
2026-02-05 22:40:20 +07:00
Mohamed Boudra
b1b0be7b56 Update files 2026-02-05 22:35:43 +07:00
Mohamed Boudra
1bf8ed96cc Update files 2026-02-05 18:47:47 +07:00
Mohamed Boudra
cb3cf1c209 Update files 2026-02-05 18:00:09 +07:00
Mohamed Boudra
fa322613af chore(app): temporarily increase active agent grace period to 2 days 2026-02-05 15:45:04 +07:00
Mohamed Boudra
eda86d00a3 feat(app): remove transcription preview from dictation overlay 2026-02-05 15:21:39 +07:00
Mohamed Boudra
bac6277012 fix(app): use typed router push for pair-scan 2026-02-05 13:45:46 +07:00
Mohamed Boudra
8cf86a5d98 chore: align server package name for workspaces 2026-02-05 13:12:53 +07:00