Mohamed Boudra
fed842e9f1
chore(release): cut 0.1.16
2026-02-22 18:43:55 +07:00
Mohamed Boudra
bfea00df78
Fix user-message echo dedupe with canonical message IDs
2026-02-22 18:05:12 +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
40f376b824
Preserve authoritative agent title across refresh
2026-02-22 14:10:42 +07:00
Mohamed Boudra
44c3ee670f
refactor: remove debug logging and simplify event identifier extraction
2026-02-22 13:10:20 +07:00
Mohamed Boudra
74a9a3c33b
refactor: remove permission timeout logic and rely on abort handler ( #62 )
2026-02-22 12:17:37 +07:00
Mohamed Boudra
1fdad9e2a7
Merge pull request #68 from badri/fix/pin-opencode-sdk-1.2.6
...
fix: pin @opencode-ai/sdk to 1.2.6 to fix startup crash
2026-02-22 12:11:53 +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
ccd42751d2
Harden Claude provider lifecycle and clean temp artifacts
2026-02-22 11:44:56 +07:00
Mohamed Boudra
c1e4b0fcbf
server: only emit attention notifications for ui agents
2026-02-22 11:16:57 +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
e906bffbb9
server: add ws hello/welcome message schemas
2026-02-21 11:48:18 +07:00
Mohamed Boudra
0350f00840
feat: implement daemon connectivity updates and relay protocol versioning
2026-02-20 19:27:56 +07:00
Lakshmi Narasimhan
cc7483ea12
fix: pin @opencode-ai/sdk to 1.2.6 to fix startup crash
...
Versions 1.2.7–1.2.9 have a broken npm publish where compiled files
land in dist/src/ but the package exports map references dist/v2/,
causing ERR_MODULE_NOT_FOUND on startup. Pin to 1.2.6 which has the
correct layout.
Closes #64
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-20 16:35:22 +05:30
Mohamed Boudra
6dad3212da
fix: interrupt running agents before archive
2026-02-20 13:34:06 +07:00
Mohamed Boudra
e22647af62
test: add real multi-provider UI action stress coverage
2026-02-20 13:16:39 +07:00
Mohamed Boudra
810ac63e21
chore(release): cut 0.1.15
2026-02-19 13:07:40 +07:00
Mohamed Boudra
d4a9ee482a
Fix duplicate /rewind user message and add real e2e regression
2026-02-19 12:32:48 +07:00
Mohamed Boudra
f1f4afaaa9
chore(release): cut 0.1.14
2026-02-19 09:55:55 +07:00
Mohamed Boudra
24a8db5763
refactor: extract explorer open gesture and standardize icon sizes
2026-02-19 09:53:44 +07:00
Mohamed Boudra
a1fdeeb7ae
fix(dictation): avoid timeout from dangling non-final segments
2026-02-18 21:21:27 +07:00
Mohamed Boudra
62d69410d3
fix(git): show Sync only when branch diverges from origin
2026-02-18 20:36:24 +07:00
Mohamed Boudra
e22f183bb2
Fix autocomplete popover stability and workspace file suggestion ranking
2026-02-18 20:32:19 +07:00
Mohamed Boudra
e26dcde2c8
fix(server): use parent pid for lock ownership when spawned as child process
2026-02-18 19:40:46 +07:00
Mohamed Boudra
32a0e7e8ef
Merge remote-tracking branch 'origin/main' into pr58-sync
...
# Conflicts:
# packages/server/src/shared/messages.ts
2026-02-18 18:19:41 +07:00
Mohamed Boudra
b09cb77514
Merge pull request #57 from getpaseo/investigate/git-workflow-ux-improvements
...
Improve post-ship worktree flow and merged PR handling
2026-02-18 18:18:06 +07:00
Mohamed Boudra
8e02a59a93
Merge pull request #56 from getpaseo/research/claude-rewind-command
...
Add Claude provider /rewind command support
2026-02-18 18:17:23 +07:00
Mohamed Boudra
d30bb84741
feat(app): add @ workspace file autocomplete in agent chat
2026-02-18 13:25:55 +07:00
Mohamed Boudra
e36d318001
Improve post-ship worktree UX and merged PR detection
2026-02-18 13:12:36 +07:00
Mohamed Boudra
e88a0c1db6
feat(server): add Claude /rewind command support
2026-02-18 13:08:40 +07:00
Mohamed Boudra
b1955cf74d
fix: unify agent attention notification payloads ( #55 )
...
* fix: simplify tmux session creation in paseo.json
* fix: unify agent attention notification payloads
2026-02-18 12:28:27 +07:00
Mohamed Boudra
d3704456a3
fix(server): archive worktree when last agent is archived
2026-02-18 11:06:57 +07:00
Mohamed Boudra
64b36d0df7
refactor: remove executeCommand in favor of standard run/stream path
2026-02-18 10:57:21 +07:00
Mohamed Boudra
803e31e61c
fix(server): hide hidden directories from cwd suggestions
2026-02-18 10:27:22 +07:00
Mohamed Boudra
79b64d3e38
feat: route slash commands through executeCommand in run/stream
2026-02-18 10:03:54 +07:00
Mohamed Boudra
792f5d8d6e
Merge pull request #32 from getpaseo/shaky-penguin
...
Fix worktree archive terminal cleanup and tighten worktree setup
2026-02-18 09:59:02 +07:00
Mohamed Boudra
fdb3c6830d
Merge pull request #48 from getpaseo/feature/commands-in-draft-screen-clean
...
Make slash commands available in the new-agent draft screen
2026-02-18 09:58:56 +07:00
Mohamed Boudra
ecd276e3d2
refactor(server): route draft command listing through agent manager
2026-02-17 23:08:33 +07:00
Mohamed Boudra
0354c409f1
fix(worktree): hash cwd for collision-safe worktree roots
2026-02-17 23:07:20 +07:00
Mohamed Boudra
6aa5e97d75
feat: make slash commands available in draft agent screen
2026-02-17 23:06:37 +07:00
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
0dc944df3a
fix(server): pin node-pty beta with macOS spawn-helper fix
2026-02-17 21:07:11 +07:00
Mohamed Boudra
93ec537095
chore(release): cut 0.1.12
2026-02-17 17:17:21 +07:00
Mohamed Boudra
9255212043
fix(server): self-heal node-pty spawn-helper execute bit
2026-02-17 17:16:47 +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
76e6ad89d2
fix(server): publish daemon-runner sherpa runtime module
2026-02-17 16:19:38 +07:00