Mohamed Boudra
a5842482b0
chore(release): cut 0.1.13
2026-02-17 21:39:24 +07:00
Mohamed Boudra
515cb0a777
refactor: remove legacy agent update RPCs
2026-02-17 21:16:31 +07:00
Mohamed Boudra
16ea92aec5
fix(app): stop mobile web sidebars from intercepting taps when closed
2026-02-17 20:05:20 +07:00
Mohamed Boudra
93ec537095
chore(release): cut 0.1.12
2026-02-17 17:17:21 +07:00
Mohamed Boudra
a03da6774a
chore(release): cut 0.1.11
2026-02-17 16:22:01 +07:00
Mohamed Boudra
7c5bbc8048
chore(release): cut 0.1.10
2026-02-17 16:19:52 +07:00
Mohamed Boudra
93d6eb611e
chore(release): cut 0.1.9
2026-02-17 14:53:22 +07:00
Mohamed Boudra
4300750001
chore(release): cut 0.1.8
2026-02-17 13:32:13 +07:00
Mohamed Boudra
0af2d8989a
fix(web): route tool-detail wheel events at scroll edges
2026-02-17 13:20:49 +07:00
Mohamed Boudra
34e35621f0
simplify speech bootstrap and clean daemon startup locking
2026-02-17 12:16:02 +07:00
Mohamed Boudra
efde557d6f
Fix stuck send-while-running processing recovery
2026-02-17 10:43:20 +07:00
Mohamed Boudra
50b99584a1
fix(app): update combobox options behavior and tests
2026-02-17 10:38:31 +07:00
Mohamed Boudra
459af22670
Add cross-platform confirm dialog wrapper for daemon restart
2026-02-17 10:04:58 +07:00
Mohamed Boudra
12ba65d6e7
fix(app): guard tauri listener cleanup to prevent uncaught unlisten errors
2026-02-17 09:43:22 +07:00
Mohamed Boudra
de99646880
chore(release): cut 0.1.7
2026-02-16 23:19:16 +07:00
Mohamed Boudra
170ee27813
feat: improve agent workspace flows and directory suggestions
2026-02-16 23:19:01 +07:00
Mohamed Boudra
c371dc92a5
Wire Firebase services files per app variant
2026-02-16 21:21:04 +07:00
Mohamed Boudra
427e3daca9
fix(app): prevent desktop combobox initial 0,0 flash
2026-02-16 18:37:04 +07:00
Mohamed Boudra
f590e60617
Remove uppercase text transform from settings label
2026-02-16 18:17:34 +07:00
Mohamed Boudra
259209b7ef
feat: add iOS TestFlight and Android request forms to website
2026-02-16 18:11:25 +07:00
Mohamed Boudra
93111b47ae
chore(release): auto-increment android versionCode and fix CLI version output
2026-02-16 12:22:32 +07:00
Mohamed Boudra
36ac228bef
chore(release): cut 0.1.6
2026-02-16 08:29:45 +07:00
Mohamed Boudra
b105409844
chore(release): cut 0.1.5
2026-02-16 08:27:54 +07:00
Mohamed Boudra
22c46a9c73
chore(release): add tag-driven mobile workflow and release docs
2026-02-16 08:27:39 +07:00
Mohamed Boudra
037a6a15a4
feat: stream worktree setup progress and terminal subscriptions
2026-02-16 08:09:27 +07:00
Mohamed Boudra
b980abb7af
Remove temporary terminal debug instrumentation
2026-02-15 19:10:40 +07:00
Mohamed Boudra
0103b4da96
Harden terminal streaming and worktree setup flow
2026-02-15 19:05:27 +07:00
Mohamed Boudra
75dc802a3a
chore(app): add terminal input/output debug logging
2026-02-15 15:43:07 +07:00
Mohamed Boudra
adb511d2be
refactor(app): extract terminal runtime out of react lifecycle
2026-02-15 15:40:18 +07:00
Mohamed Boudra
9244f1fbd6
feat: terminal reattach, explorer tab memory, worktree terminals
2026-02-15 14:05:29 +07:00
Mohamed Boudra
41d1fa6d97
feat: update sidebar agent workflow and host filter UI
2026-02-15 08:59:17 +07:00
Mohamed Boudra
9da5b26db0
feat(app): add global shortcut help dialog
2026-02-14 20:18:28 +07:00
Mohamed Boudra
756f9a7972
refactor(app): centralize keyboard actions and shortcuts
2026-02-14 19:53:19 +07:00
Mohamed Boudra
86b476e309
fix(app): remove terminal debug instrumentation
2026-02-14 18:09:07 +07:00
Mohamed Boudra
25a6f204a4
chore(release): cut 0.1.4
2026-02-14 13:52:34 +07:00
Mohamed Boudra
deeba6d6eb
feat: add voice capability status reporting to client
2026-02-14 13:47:07 +07:00
Mohamed Boudra
a644adbf9b
feat: add voice capability status reporting to client
2026-02-14 13:14:57 +07:00
Mohamed Boudra
c4bebb97ab
Improve connection selection and agent hydration reliability
2026-02-14 11:31:57 +07:00
Mohamed Boudra
b1956cffb7
refactor(app): remove legacy stream buffer adapter
...
Removed the deprecated and compatibility API from . Runtime app code already uses the canonical head/tail reducer, so this dead path added maintenance overhead and duplicated behavior.\n\nReplaced the mixed compatibility test suite with a focused that verifies the canonical flow (head accumulation, flush on non-streamable events, completion flushing, and no-op reference stability).\n\nVerification:\n- npm run test --workspace=@getpaseo/app -- src/types/stream.test.ts src/types/stream-event.test.ts src/types/stream.harness.test.ts\n- npm run typecheck\n\nFor next agent:\n- Accomplished: removed legacy stream buffer migration shim and aligned tests to the canonical model only.\n- Challenge/Watchout: if any external consumer still imports removed symbols, it will now fail at compile-time; current repo has no remaining references.
2026-02-14 09:25:18 +07:00
Mohamed Boudra
0bbdefa7b8
chore: commit remaining local changes
2026-02-14 01:07:23 +07:00
Mohamed Boudra
b8f6115465
Merge pull request #29 from getpaseo/voice/background-downloading
...
Decouple onboarding from voice model downloads and gate unavailable voice starts
2026-02-14 01:04:06 +07:00
Mohamed Boudra
f1626698f4
Merge pull request #28 from getpaseo/gitif/header-scroll-rule-pr
...
fix(app): avoid unnecessary git diff header auto-scroll on collapse
2026-02-14 01:03:57 +07:00
Mohamed Boudra
8169134ac3
refactor timeline loading to cursor-based fetch API
2026-02-14 01:03:36 +07:00
Mohamed Boudra
cfd061a86d
feat(voice): background local model downloads with runtime gating
2026-02-13 23:23:28 +07:00
Mohamed Boudra
69f851aa14
Update files
2026-02-13 09:09:39 +00:00
Mohamed Boudra
e9efaa8499
fix(app): avoid unnecessary git diff header auto-scroll on collapse
2026-02-13 08:50:37 +00:00
Mohamed Boudra
4948ba581a
Update files
2026-02-13 05:08:26 +00:00
Mohamed Boudra
bf432b3d3a
feat: add relay reconnect with grace period and branch suggestions
2026-02-13 09:46:40 +07:00
Mohamed Boudra
837d0fb387
feat: improve Claude agent model normalization and tool mapping
2026-02-13 00:00:57 +07:00
Mohamed Boudra
6d4d74fa3a
feat(app): bootstrap default localhost connection once
2026-02-12 20:31:18 +07:00