Mohamed Boudra
3fe63d5a2c
fix(app,server): discover server-cached setup snapshots across sessions
...
807cce6a hides the "Show setup" action when there is no workspace setup
snapshot. That broke the case where setup genuinely ran on a different
WebSocket session than the one the browser reconnected with: the snapshot
was cached per-Session, so discovery returned null and the action stayed
hidden.
Share the setup snapshot cache at the websocket-server level and inject
it into every Session. On focus, the workspace screen now requests
fetchWorkspaceSetupStatus when it has no local snapshot; workspaces with
no setup history still return null, preserving 807cce6a's intent.
2026-04-21 23:04:47 +07:00
Mohamed Boudra
1582028902
Cache available editor discovery
2026-04-21 22:39:46 +07:00
Mohamed Boudra
7e7cc1ad56
Contain malformed ACP stdout logging
2026-04-21 22:38:12 +07:00
Mohamed Boudra
27ddfb1ea7
Fix workspace diff stats for behind branches
2026-04-21 22:03:24 +07:00
Mohamed Boudra
807cce6ad9
Hide setup action when no setup ran
2026-04-21 22:03:06 +07:00
Mohamed Boudra
73b28a7f60
Fix notification clicks preserving workspace deck
2026-04-21 21:57:15 +07:00
Mohamed Boudra
8dad423635
fix(app): remove pointer cursor on user message bubbles
...
The Pressable wrapping user messages is only used for hover detection,
so default to the auto cursor instead of pointer on web.
2026-04-21 21:54:45 +07:00
Mohamed Boudra
abaa29e73c
ci(app): install playwright browsers before app vitest run
...
packages/app's vitest config has a browser project backed by playwright
+ chromium; the app-tests job needs the browsers installed the same way
the playwright job already does.
2026-04-21 21:53:23 +07:00
Mohamed Boudra
ae2a301cb6
fix(server): reflect terminalId default in workspace script schema test
...
workspace script schema defaults terminalId to null; include it in the
expected shape of the test's toEqual assertion.
2026-04-21 21:33:39 +07:00
Mohamed Boudra
006d57d546
fix(server): align MCP and model-resolver tests with current API
...
mcp-server tests invoked registered tools via .handler, but the MCP
SDK exposes the callable as .callback. model-resolver now passes
force: false to fetchModels; widen the spy matcher to match.
2026-04-21 21:29:23 +07:00
github-actions[bot]
a201e5a853
fix: update lockfile signatures and Nix hash
2026-04-21 13:50:39 +00:00
Mohamed Boudra
c402db8b1c
test: add manual terminal perf harness
2026-04-21 20:47:28 +07:00
Mohamed Boudra
6a03873d81
fix: smooth terminal streaming
2026-04-21 20:47:17 +07:00
Mohamed Boudra
39db3ea5ff
refactor: simplify worktree script spawning
2026-04-21 20:46:54 +07:00
Mohamed Boudra
79bf5ac3c7
test: add app browser coverage
2026-04-21 20:46:49 +07:00
Mohamed Boudra
051507717c
Fix sticky workspace hover card
2026-04-21 18:17:39 +07:00
Mohamed Boudra
f3cb19529c
Harden agent refresh rescue path
2026-04-21 17:22:50 +07:00
Mohamed Boudra
cea97c83b3
Reuse terminals for non-service scripts and track lifecycle via OSC 633
...
Scripts launched from the UI now run in a dedicated terminal per script
(titled after the script) and reuse the same terminal across re-runs.
Script lifecycle is driven by a new onCommandFinished signal sourced from
OSC 633 command-finished events emitted by the zsh shell integration, so
foreground script exit updates status without killing the terminal.
Script payloads now carry terminalId so the workspace can surface the
associated tab from the scripts dropdown.
2026-04-21 17:12:53 +07:00
Mohamed Boudra
3e2faab7f8
Fix committed diff excluding dirty worktree
2026-04-21 15:02:20 +07:00
Mohamed Boudra
ebf8a21c08
Fix TTLCache import and rename schedule provider resolver
2026-04-21 14:19:51 +07:00
Mohamed Boudra
515ba62be6
Persist sidebar collapse state and stabilize Metro port
2026-04-21 14:01:16 +07:00
Mohamed Boudra
32a20cbeea
Merge branch 'research/mcp-list-agents-summary'
2026-04-21 13:46:25 +07:00
Mohamed Boudra
9877936d13
feat: require provider/model format and return compact list items
2026-04-21 13:44:55 +07:00
Mohamed Boudra
1a473ed7f3
Persist composer preferences and stabilize hydration
2026-04-21 13:43:22 +07:00
Mohamed Boudra
3832053736
fix: provider-scoped snapshot refresh with self-healing invalidation
2026-04-21 13:14:59 +07:00
Mohamed Boudra
b01e274cce
Fix provider refresh scope and self-healing
2026-04-21 12:41:28 +07:00
Mohamed Boudra
92e701be8f
style: adjust typography and standardize ui text
2026-04-20 21:31:59 +07:00
Mohamed Boudra
c2c990e763
docs: note beta rename in changelog
2026-04-20 20:49:38 +07:00
Mohamed Boudra
76b9f89f68
fix: tolerate beta release creation races
v0.1.60-beta.1
2026-04-20 20:41:24 +07:00
github-actions[bot]
970bf828b3
fix: update lockfile signatures and Nix hash
2026-04-20 13:40:07 +00:00
Mohamed Boudra
dfc814147a
feat: add beta release channel
2026-04-20 20:38:56 +07:00
Mohamed Boudra
831d990ef7
fix(release): avoid notes sync create races
v0.1.60-rc.3
2026-04-20 19:37:46 +07:00
Mohamed Boudra
e09fd41adc
fix(release): patch existing release notes by id
2026-04-20 19:33:39 +07:00
github-actions[bot]
8d32167826
fix: update lockfile signatures and Nix hash
2026-04-20 12:29:27 +00:00
Mohamed Boudra
1cfae98bf5
chore(release): cut 0.1.60-rc.3
2026-04-20 19:28:23 +07:00
Mohamed Boudra
4cbfe95473
fix(server): treat pi aborts as cancellations
2026-04-20 19:02:37 +07:00
Mohamed Boudra
242f61937a
fix(app): stabilize terminal creation handler
2026-04-20 19:02:34 +07:00
Mohamed Boudra
d913c4a9b7
fix(app): isolate bottom sheet modal scopes
2026-04-20 19:02:31 +07:00
Mohamed Boudra
2cd296e38f
Fix workspace shortcut navigation
2026-04-20 18:06:09 +07:00
Mohamed Boudra
95c1d1fe0f
Fix workspace composer focus routing
2026-04-20 17:41:00 +07:00
Mohamed Boudra
33ac657fed
fix(app): treat workspace diff stats as authoritative
2026-04-20 17:40:11 +07:00
Mohamed Boudra
067125bd4f
Fix composer safe-area ownership
2026-04-20 17:35:20 +07:00
Mohamed Boudra
93095aa1d2
Fix dictation readiness after app refresh
2026-04-20 17:23:17 +07:00
Mohamed Boudra
ac45f23213
Fix mobile sidebar regressions and workspace e2e
2026-04-20 16:38:12 +07:00
github-actions[bot]
b91749a316
fix: update lockfile signatures and Nix hash
2026-04-20 09:15:24 +00:00
Mohamed Boudra
a6423f7f0a
Improve workspace navigation and render isolation
2026-04-20 16:14:22 +07:00
Mohamed Boudra
403fb03c97
feat(app): retain workspace screens on sidebar switch
2026-04-20 12:55:58 +07:00
Mohamed Boudra
f8411d121e
Separate explorer checkout from panel state
2026-04-20 12:40:39 +07:00
Mohamed Boudra
9ea75afd37
Fix welcome screen unistyles leak
2026-04-20 12:40:30 +07:00
Mohamed Boudra
006894274e
fix(desktop): patch React DevTools manifest for Electron compatibility
2026-04-20 11:16:21 +07:00