Commit Graph

1146 Commits

Author SHA1 Message Date
Mohamed Boudra
117bbfe2f4 feat: add provider availability detection and normalize legacy "default" model IDs 2026-02-12 18:04:21 +07:00
Mohamed Boudra
8bdd083512 Merge branch 'main' of github.com:getpaseo/paseo 2026-02-12 18:04:13 +07:00
Mohamed Boudra
f79468b793 Refactor Claude/Codex tool-call parsing to provider-local Zod passes (#25)
* refactor claude/codex tool call parsing to provider-local zod passes

* tighten provider tool-call schemas and remove alias probing

* refactor provider tool-call mappers to strict two-pass zod flow

* test: lock opencode mapper against cross-provider speak normalization

* refactor: enforce schema-only two-pass tool-call normalization
2026-02-12 19:02:11 +08:00
Mohamed Boudra
018edef3bb feat: add onboarding command and migrate git diff to checkout API 2026-02-12 17:00:35 +07:00
Mohamed Boudra
44c32fb8fb website: update Mac download link to v0.1.2 direct DMG 2026-02-12 15:31:11 +07:00
Mohamed Boudra
e542854ae0 website: add privacy policy page and footer link
Add a minimal privacy policy at /privacy that explains:
- Paseo is self-hosted, no data collection
- The relay uses end-to-end encryption and cannot read messages
- No analytics, tracking, or ads
- Third-party agent providers handle their own auth

Add footer link on home page styled as muted/subtle.
2026-02-12 14:20:32 +07:00
Mohamed Boudra
fba7c73c8b feat(cli): add agent update command for name and labels 2026-02-12 14:15:33 +07:00
Mohamed Boudra
f55d0cd25f Animate file explorer refresh icon while fetching 2026-02-12 14:08:30 +07:00
Mohamed Boudra
3319c2d40c Fix dev runner entry and sherpa TTS initialization 2026-02-12 14:05:46 +07:00
Mohamed Boudra
bb93fc2a61 Add refresh loading feedback in file explorer 2026-02-12 14:05:46 +07:00
Mohamed Boudra
0d0f2826d9 website: make install command primary hero CTA 2026-02-12 14:05:46 +07:00
Mohamed Boudra
d682c74469 Fix explorer tab fallback when checkout status is unresolved 2026-02-12 14:05:46 +07:00
Mohamed Boudra
f55e010a19 Hide Changes tab when not git repo and add refresh button to Files pane
- Hide Changes tab completely when isGit is false instead of just muting it
- Automatically switch to Files tab if user was on Changes when it becomes hidden
- Add refresh button next to sort button in Files pane header
- Refresh button refreshes root directory, expanded directories, and file preview if open
2026-02-12 14:05:46 +07:00
Mohamed Boudra
5f864a4dd7 Add speech-start grace period before voice interrupt 2026-02-12 14:05:46 +07:00
Mohamed Boudra
6053ee7c34 fix(cli): list all non-archived agents by default and drop ls --ui 2026-02-12 14:05:46 +07:00
Mohamed Boudra
3a303d2095 ci: fix desktop release version script regex literals 2026-02-11 14:47:01 +07:00
Mohamed Boudra
84079bfc36 ci: allow package reads and use npm ci for release build 2026-02-11 14:42:12 +07:00
Mohamed Boudra
00be27c9cc chore: bump workspace versions to 0.1.2 v0.1.2 2026-02-11 14:39:30 +07:00
Mohamed Boudra
7e924e208a chore: sync internal workspace deps for 0.1.1 2026-02-11 14:37:41 +07:00
Mohamed Boudra
1e4bdccfad ci: use official tauri action major tag 2026-02-11 14:35:57 +07:00
Mohamed Boudra
5181d715bf chore: bump workspace versions to 0.1.1 v0.1.1 2026-02-11 14:34:36 +07:00
Mohamed Boudra
d17ec4333d ci: ship mac arm desktop release and add website mac download 2026-02-11 14:33:31 +07:00
Mohamed Boudra
a6f60091f2 Push-driven checkout diff subscriptions for changes sidebar (#24)
* Implement push-driven checkout diff subscriptions

* Remove legacy checkout diff polling RPC

* Fix checkout diff watcher coverage and fallback refresh
2026-02-11 14:11:00 +08:00
Mohamed Boudra
8e5ba622ee Update repo links and add website hero screenshot to README 2026-02-11 12:52:29 +07:00
Mohamed Boudra
17c44d5879 Exclude test-only server artifacts from published dist 2026-02-11 12:44:41 +07:00
Mohamed Boudra
a57c907013 Default paseo to start daemon and seed first-run config 2026-02-11 12:41:17 +07:00
Mohamed Boudra
a09a6ca1b3 Fix chunked assistant finalText assembly 2026-02-11 12:12:58 +07:00
Mohamed Boudra
d904a72dfb Update files 2026-02-11 12:01:45 +07:00
Mohamed Boudra
29855e07e9 feat: add provider runtime launcher settings for agent CLIs 2026-02-11 11:45:55 +07:00
Mohamed Boudra
0d60588431 Update files 2026-02-11 11:04:49 +07:00
Mohamed Boudra
002c09681d Add worktree destroy lifecycle commands (#23) 2026-02-11 09:04:53 +07:00
Mohamed Boudra
0312bab8ce Update files 2026-02-10 16:28:34 +07:00
Mohamed Boudra
ec7ea4b55a Update files 2026-02-10 16:26:51 +07:00
Mohamed Boudra
7e5537bcc5 Update files 2026-02-10 13:43:07 +07:00
Mohamed Boudra
ade4fb2e45 Update files 2026-02-10 11:43:07 +07:00
Mohamed Boudra
7001928f4f Update files 2026-02-10 10:50:54 +07:00
Mohamed Boudra
7a21a5cce1 Update files 2026-02-09 21:26:12 +07:00
Mohamed Boudra
ab23d5d9b1 website: restore hero background image 2026-02-09 18:47:08 +07:00
Mohamed Boudra
ec9643377d website: remove hero background and update voice feature copy 2026-02-09 18:43:21 +07:00
Mohamed Boudra
26307c950c Merge branch 'enhance-agent-fetch-sidebar' 2026-02-09 16:50:31 +07:00
Mohamed Boudra
6fe1c9a338 fix: gate agent not-found on initialize and load all-agents via RPC 2026-02-09 16:50:25 +07:00
Mohamed Boudra
7ec3f2d3cf refactor tool-call detail contract for unknown tools 2026-02-09 16:50:04 +07:00
Mohamed Boudra
ef29319baf feat(app): move realtime voice controls into input overlay 2026-02-09 16:19:33 +07:00
Mohamed Boudra
4bb536768b fix: simplify sidebar skeleton to flat shapes with pulsing opacity
Remove drop shadows and filled row backgrounds. Use flat surface2
shapes that pulse between 0.4-0.8 opacity with progressive section
fade-out. Align layout spacing to match the real sidebar.
2026-02-09 16:12:21 +07:00
Mohamed Boudra
6a04801f86 Merge branch 'enhance-agent-fetch-sidebar' 2026-02-09 16:05:27 +07:00
Mohamed Boudra
b246d97262 fix: stop sidebar from relying on fetchAgents hydration 2026-02-09 16:05:17 +07:00
Mohamed Boudra
9db8a1d08c Merge branch 'enhance-agent-fetch-sidebar' 2026-02-09 15:45:33 +07:00
Mohamed Boudra
1810ace233 feat: add project-grouped agent fetch with checkout-lite placement 2026-02-09 15:44:58 +07:00
Mohamed Boudra
4fa8859d14 Stabilize agent history sync after app backgrounding 2026-02-09 15:44:29 +07:00
Mohamed Boudra
8403ece4ed Merge branch 'investigate-agents-enonent' 2026-02-09 13:33:49 +07:00