LukeParkerDev
bc84698428
feedback n stuff?
2026-04-19 13:21:48 +10:00
LukeParkerDev
bff9e576b7
feat(desktop): show splash overlay during server switch
...
ServerKey's keyed <Show> remount is a multi-second synchronous cascade (dispose + rebuild of the whole app subtree) that used to leave the UI looking frozen. A tiny module-level serverSwitching signal now gates a fullscreen Splash rendered above the ServerKey boundary, and the status-popover click handler setTimeout-defers the batched navigate+setActive so the browser paints the splash before the freeze begins and dismisses it after the new subtree paints.
2026-04-19 13:19:14 +10:00
LukeParkerDev
33f5b80235
fix: defer reactive root disposal in cache cleanups
...
Same nested-dispose-in-onCleanup bug as 7f36ac2481 but in three more
places: TerminalProvider.disposeAll, PromptProvider.disposeAll, and
scoped-cache.clear() (covers viewCache.clear and comments cache.clear).
All of them synchronously call createRoot dispose() on cached entries
inside onCleanup, which during a server switch nests into the outer
cleanNode cascade and throws TypeError at chunk-*.js:992.
Snapshot the pending disposers, clear the cache synchronously, and
fire the disposers on a microtask so the outer cleanup finishes first.
2026-04-19 13:19:12 +10:00
Brendan Allan and GitHub
a726530735
fix(app): workspace loading and persist ready state ( #23046 )
2026-04-17 07:26:14 +00:00
Kit Langton and GitHub
bd29004831
feat: enable type-aware no-misused-spread rule, fix 8 violations ( #22749 )
2026-04-16 03:50:50 +00:00
Kit Langton and GitHub
702f741267
feat: enable oxlint suspicious category, fix 24 violations ( #22727 )
publish-github-action / publish (push) Has been cancelled
2026-04-16 02:53:10 +00:00
Dax and GitHub
be9432a893
shared package ( #22626 )
2026-04-15 14:26:20 +00:00
Adam
689b1a4b3a
fix(app): diff list normalization
2026-04-08 14:02:23 -05:00
Adam and GitHub
ec8b9810b4
feat(app): better subagent experience ( #20708 )
2026-04-07 11:06:23 -05:00
Shoubhit Dash and GitHub
fbfa148e4e
fix(app): hide default session timestamps ( #20892 )
2026-04-03 13:51:54 +00:00
Adam
1041ae91d1
Reapply "fix(app): startup efficiency"
...
This reverts commit 898456a25c .
2026-03-25 06:25:57 -05:00
Adam
898456a25c
Revert "fix(app): startup efficiency"
2026-03-25 06:25:05 -05:00
Adam
0dbfefa080
Reapply "fix(app): startup efficiency ( #18854 )"
...
This reverts commit a379eb3867 .
2026-03-25 05:59:05 -05:00
Adam
a379eb3867
Revert "fix(app): startup efficiency ( #18854 )"
...
This reverts commit 546748a461 .
2026-03-24 18:36:37 -05:00
Adam and GitHub
546748a461
fix(app): startup efficiency ( #18854 )
2026-03-24 09:10:24 -05:00
Shoubhit Dash and GitHub
9239d877b9
fix(app): batch multi-file prompt attachments ( #18722 )
2026-03-23 06:44:17 +00:00
Brendan Allan
4ba7d3b406
app: replace autoselect effects with single resource
2026-03-18 17:01:38 +08:00
David Hill and GitHub
536abea2e2
fix(app): restore sidebar dash and sync session spinner colors ( #17384 )
2026-03-13 10:08:23 -05:00
Adam and GitHub
d4107d51f1
chore: cleanup ( #17115 )
2026-03-12 12:26:43 +00:00
Brendan Allan and GitHub
b76ead3fe8
refactor(desktop): rework default server initialization and connection handling ( #16965 )
2026-03-12 08:10:52 +00:00
Luke Parker and GitHub
f27ef595f6
fix(app): sanitize workspace store filenames on Windows ( #16703 )
2026-03-09 20:26:53 +10:00
OpeOginni and GitHub
27baa2d65c
refactor(desktop): improve error handling and translation in server error formatting ( #16171 )
2026-03-05 06:28:17 -06:00
Brendan Allan and GitHub
7948de1612
app: prefer using useLocation instead of window.location ( #15989 )
2026-03-05 14:41:12 +08:00
Brendan Allan and GitHub
5cf235fa6c
desktop: add electron version ( #15663 )
2026-03-04 15:12:34 +08:00
Adam and GitHub
6ef3af73df
chore(app): i18n sync ( #15362 )
2026-02-27 09:45:00 -06:00
fc52e4b2d3
feat(app): better diff/code comments ( #14621 )
...
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com >
Co-authored-by: David Hill <iamdavidhill@gmail.com >
2026-02-26 18:23:04 -06:00
OpeOginni and GitHub
cc02476ea5
refactor: replace error handling with serverErrorMessage utility and checks for if error is ConfigInvalidError ( #14685 )
2026-02-24 14:48:59 +00:00
Adam
ef14f64f9e
chore: cleanup
2026-02-18 11:48:25 -06:00
Brendan Allan and GitHub
1bb8574179
app: refactor server management backend ( #13813 )
2026-02-18 23:03:24 +08:00
Adam and GitHub
20f43372f6
fix(app): terminal disconnect and resync ( #14004 )
2026-02-17 12:54:28 -06:00
Adam
c9719dff72
fix(app): notification should navigate to session
2026-02-12 20:04:36 -06:00
Adam
548608b7ad
fix(app): terminal pty isolation
2026-02-12 15:15:34 -06:00
ff4414bb15
chore: refactor packages/app files ( #13236 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly >
2026-02-12 09:49:14 -06:00
81ca2df6ad
fix(app): guard randomUUID in insecure browser contexts ( #13237 )
...
Co-authored-by: Selim <31136147+selimerunkut@users.noreply.github.com >
2026-02-12 01:05:15 +00:00
81b5a6a08b
fix(app):workspace reset ( #13170 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-11 10:59:09 -06:00
Adam and GitHub
1e03a55acd
fix(app): persist defensiveness ( #12973 )
2026-02-10 07:47:05 -06:00
Adam and GitHub
d1ebe0767c
chore: refactoring and tests ( #12629 )
2026-02-08 05:02:19 -06:00
Adam and GitHub
2c58dd6203
chore: refactoring and tests, splitting up files ( #12495 )
2026-02-06 10:02:31 -06:00
Adam and GitHub
a4bc883595
chore: refactoring and tests ( #12468 )
2026-02-06 09:37:49 -06:00
Alex Yaroshuk and GitHub
ac88c6b637
feat(app): session last updated time display in command pallete's search ( #12376 )
2026-02-06 06:19:25 -06:00
Adam and GitHub
9436cb575b
fix(app): safety triangle for sidebar hover ( #12179 )
2026-02-04 19:25:55 +00:00
adamelmore
842f17d6d9
perf(app): better memory management
2026-01-27 15:25:07 -06:00
adamelmore
095328faf4
fix(app): non-fatal error handling
2026-01-27 06:29:20 -06:00
adamelmore
743e83d9bf
fix(app): agent fallback colors
2026-01-27 06:29:19 -06:00
adamelmore
d05ed5ca83
chore(app): createStore over signals
2026-01-26 11:26:17 -06:00
Joseph Campuzano and GitHub
15801a01ba
fix: add state to pause existing audio for demo menus, add support fo… ( #10428 )
2026-01-24 12:16:53 -06:00
Adam
c4d223eb99
perf(app): faster workspace creation
2026-01-23 05:18:42 -06:00
Adam
cd34f5e07c
feat(app): new sound effects, downmixed to mono
2026-01-21 11:14:11 -06:00
Adam
850d50eb64
fix(app): missing i18n keys
2026-01-21 11:14:11 -06:00
Adam
0f2e8ea2b4
wip(app): i18n
2026-01-20 17:58:06 -06:00