Mohamed Boudra
c4523c70b5
chore: commit all local changes
2026-02-25 13:53:23 +07:00
Mohamed Boudra
a060ae1256
test: harden daemon lifecycle and e2e reliability across app/cli/server
2026-02-25 10:21:46 +07:00
Mohamed Boudra
0832b12608
Show task notifications as synthetic tool calls in chat ( #79 )
...
* fix(server): render claude task notifications as synthetic tool calls
* refactor(claude): extract task-notification tool-call mapper
* refactor: drive tool icons from plain_text detail metadata
* refactor(claude): make task-notification parsing schema-first
2026-02-24 18:15:23 +07:00
Mohamed Boudra
9d2ec0e9e1
refactor(app): use strategy-driven stream renderer on web ( #80 )
2026-02-24 18:15:06 +07:00
Mohamed Boudra
b167abfda5
fix(app): narrow stream reducer cursor and agent values
2026-02-23 19:34:25 +07:00
Mohamed Boudra
a43008e9c7
Merge branch 'main' of github.com:getpaseo/paseo
...
# Conflicts:
# packages/app/src/contexts/session-context.tsx
2026-02-23 19:33:15 +07:00
Mohamed Boudra
a134132418
Fix app stream/timeline ordering desync and init lifecycle race ( #73 )
...
* fix(app): enforce canonical stream sequencing and init resolution
* refactor: extract timeline and stream reducers to pure functions
2026-02-23 19:30:48 +07:00
Mohamed Boudra
cbf5621a73
Handle skill tool details and skip synthetic timeline events
2026-02-23 18:06:38 +07:00
Mohamed Boudra
ff4f2eeb56
Merge branch 'fix/janky-scroll-performance'
2026-02-23 15:48:01 +07:00
Mohamed Boudra
560e0f2362
fix: optimize agent stream rendering and timeline cursor updates
2026-02-23 15:47:58 +07:00
Mohamed Boudra
f3ebe0545f
refactor: decouple permission state from attention signal
2026-02-23 15:47:08 +07:00
Mohamed Boudra
89a117e1c1
feat(app): show app version on welcome screen
2026-02-23 15:29:04 +07:00
Mohamed Boudra
317d33a9a7
Restore symmetric agent stream spacing and input alignment
2026-02-23 14:49:21 +07:00
Mohamed Boudra
9b6f5e028c
Fix reversed edge wheel scroll in agent stream
2026-02-22 21:06:29 +07:00
Mohamed Boudra
84e3140f19
fix: keep optimistic status during agent bootstrap phase
2026-02-22 20:01:05 +07:00
Mohamed Boudra
fed842e9f1
chore(release): cut 0.1.16
2026-02-22 18:43:55 +07:00
Mohamed Boudra
0c710b09f5
refactor(app): introduce attachment storage layer and draft lifecycle management
...
Replace inline data-URL image handling with a persistent attachment storage service, add draft lifecycle states (active/abandoned/sent) with generation tracking, and update fetchAgent to return project placement alongside agent snapshots.
2026-02-22 16:22:21 +07:00
Mohamed Boudra
2652bdda2e
desktop: make tauri attachments filesystem-only
2026-02-22 15:25:31 +07:00
Mohamed Boudra
8ee9e7274d
Polish desktop settings update/local-daemon sections
2026-02-22 13:28:14 +07:00
YK
8bcfde8184
perf(app): reduce streaming rerenders and scroll churn ( #67 )
...
Amp-Thread-ID: https://ampcode.com/threads/T-019c793a-d087-762a-882a-8cc11e6101db
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net >
2026-02-22 13:09:49 +07:00
Mohamed Boudra
55b450c8b9
fix(app): stabilize hook order in agent archive flows
2026-02-22 12:37:26 +07:00
Mohamed Boudra
afc74d67e2
Merge pull request #69 from getpaseo/feat/auto-update-daemon-app
...
Add desktop app + local daemon update controls in Settings
2026-02-22 12:05:39 +07:00
Mohamed Boudra
88f7763430
polish(app): align desktop updates copy and labeling
2026-02-22 12:05:00 +07:00
Mohamed Boudra
e9e267ff14
Merge pull request #70 from getpaseo/diagnostics/android-hang-cleanup-policy
...
Centralize perf diagnostics and activity coalescing
2026-02-22 11:57:33 +07:00
Mohamed Boudra
d6b7c2ed2d
refactor(app): centralize perf diagnostics and activity coalescing
2026-02-22 11:52:08 +07:00
Mohamed Boudra
409a3ac5df
refactor(app): isolate desktop settings update and permission flows
2026-02-22 11:45:37 +07:00
Mohamed Boudra
0d28dae444
feat(app): add tauri web overlay module resolution
2026-02-22 11:12:53 +07:00
Mohamed Boudra
1c83e10c6d
style(settings): align updates section with app UI patterns
2026-02-22 10:44:13 +07:00
Mohamed Boudra
231b83dbc2
feat(desktop): add app and local daemon update controls in Settings
2026-02-22 10:40:12 +07:00
Mohamed Boudra
d7e2ab4437
feat: add thinking option support and autonomous run handling
2026-02-21 22:09:48 +07:00
Mohamed Boudra
c3c8103563
refactor: migrate from clientSessionKey to clientId identity
2026-02-21 15:33:29 +07:00
Mohamed Boudra
e6a7c4de42
feat: add delayed toast for history refresh with proper header spacing
2026-02-21 10:35:30 +07:00
Mohamed Boudra
5dae7f854f
refactor: remove daemon connections context, use host runtime directly
2026-02-21 08:52:35 +07:00
Mohamed Boudra
0350f00840
feat: implement daemon connectivity updates and relay protocol versioning
2026-02-20 19:27:56 +07:00
Mohamed Boudra
e22647af62
test: add real multi-provider UI action stress coverage
2026-02-20 13:16:39 +07:00
Mohamed Boudra
d128a32d2f
Unify app connection state around host runtime
2026-02-20 10:37:59 +07:00
Mohamed Boudra
6b23509b96
Merge branch 'debug/android-auto-connect-status'
2026-02-19 21:21:00 +07:00
Mohamed Boudra
f8e3204572
refactor: extract host runtime controller for connection management
2026-02-19 21:19:51 +07:00
Mohamed Boudra
603e95de09
refactor(agent-screen): extract state machine for agent loading flow
2026-02-19 21:17:51 +07:00
Mohamed Boudra
810ac63e21
chore(release): cut 0.1.15
2026-02-19 13:07:40 +07:00
Mohamed Boudra
7d1122a371
fix(app): redirect archived agent screen to draft
2026-02-19 13:03:53 +07:00
Mohamed Boudra
1473820cc4
app: make draft screen unhandled areas draggable in Tauri
2026-02-19 13:03:15 +07:00
Mohamed Boudra
ff0be38cff
Simplify working directory placeholder and empty state messaging
2026-02-19 12:59:48 +07:00
Mohamed Boudra
fb6b5ca886
Rename sidebar to LeftSidebar and hide empty filters
2026-02-19 12:57:23 +07:00
Mohamed Boudra
f1f4afaaa9
chore(release): cut 0.1.14
2026-02-19 09:55:55 +07:00
Mohamed Boudra
b6b0933a39
Add desktop web scrollbar handles to file preview pane
2026-02-19 09:55:08 +07:00
Mohamed Boudra
24a8db5763
refactor: extract explorer open gesture and standardize icon sizes
2026-02-19 09:53:44 +07:00
Mohamed Boudra
08d4cfac11
fix(settings): show daemon version badge only when available
2026-02-19 09:44:43 +07:00
Mohamed Boudra
02bcfcd5af
refactor(scrollbar): improve scroll tracking and animation timing
2026-02-19 09:02:14 +07:00
Mohamed Boudra
a1fdeeb7ae
fix(dictation): avoid timeout from dangling non-final segments
2026-02-18 21:21:27 +07:00