LukeParkerDev
12fa782137
refactor: treat WSL servers as additive alongside windows local
...
Local Server is always Windows-native now; WSL lives as a separate list
of one-or-more distro-bound sidecars spawned alongside it. Manage Servers
shows an Add WSL button on Windows, each WSL server appears as its own
row with remove + retry, and the wizard runs scoped to a new distro.
2026-04-19 13:19:09 +10:00
LukeParkerDev
d8b1d86092
Update dialog-local-server.tsx
2026-04-19 13:19:07 +10:00
LukeParkerDev
d7111a7072
fix: prefer nerd fonts in desktop terminal
2026-04-19 13:19:06 +10:00
LukeParkerDev
17bd7ffbf1
refactor: confirm windows local server swap inline
2026-04-19 13:19:06 +10:00
LukeParkerDev
9fa3a99480
fix: make WSL opencode mismatch non-blocking
2026-04-19 13:19:06 +10:00
LukeParkerDev
4318b0902d
fix: keep session header titlebar mounts in sync
2026-04-19 13:19:05 +10:00
LukeParkerDev
06b27db78e
fix: keep sidebar projects stable across WSL refreshes
2026-04-19 13:18:36 +10:00
LukeParkerDev
fcc9cab760
fix: separate sidebar drag ids by type
2026-04-19 13:18:36 +10:00
LukeParkerDev
482ef946fe
fix: remove route dependency from server dialog
2026-04-19 13:15:58 +10:00
LukeParkerDev
421f3bbd0b
fix: surface desktop WSL startup failures
2026-04-19 13:15:57 +10:00
LukeParkerDev
76da54c596
fix: harden local server WSL onboarding checks
2026-04-19 13:15:26 +10:00
LukeParkerDev
1baa87bf0d
fix: tighten local server wizard dialog flow
2026-04-19 13:15:26 +10:00
LukeParkerDev
8554345ba0
feat: turn local server setup into guided step flow
2026-04-19 13:15:25 +10:00
LukeParkerDev
b321a2de2b
fix: treat WSL sidecars as local
2026-04-19 13:15:25 +10:00
LukeParkerDev
2cd61113c1
feat: show other distro install options
2026-04-19 13:15:24 +10:00
LukeParkerDev
c1dc769b5f
fix: send plain local server config over ipc
2026-04-19 13:15:24 +10:00
LukeParkerDev
08d422dca1
fix: include local server stack traces in renderer logs
2026-04-19 13:15:24 +10:00
LukeParkerDev
6f2a6356ed
fix: surface desktop renderer errors in logs
2026-04-19 13:15:23 +10:00
LukeParkerDev
58ab95e32c
feat: add restart-to-apply local runtime changes
2026-04-19 13:15:23 +10:00
LukeParkerDev
710469cf09
feat: add local server opencode setup flow
2026-04-19 13:14:43 +10:00
LukeParkerDev
e897883f91
feat: deep-link local server failures into management
2026-04-19 13:14:43 +10:00
LukeParkerDev
8d8e8fe8f4
feat: add local server management dialog shell
2026-04-19 13:14:42 +10:00
LukeParkerDev
df635562e9
refactor: expose local server through app platform
2026-04-19 13:14:42 +10:00
LukeParkerDev
d6f2b9f1b7
refactor: give desktop local server a windows key
2026-04-19 13:14:39 +10:00
opencode
40ba8f3570
sync release versions for v1.14.17
2026-04-19 03:02:14 +00:00
opencode
a35b8a95c2
release: v1.4.11
2026-04-18 00:29:16 +00:00
opencode
9b6c397171
release: v1.4.10
2026-04-17 20:13:25 +00:00
opencode
803d9eb7ad
release: v1.4.9
2026-04-17 16:19:46 +00:00
Brendan Allan
2415820ecd
fix: conditionally show file tree in beta channel ( #23099 )
2026-04-17 15:13:59 +00:00
opencode
06ae43920b
release: v1.4.8
2026-04-17 13:37:06 +00:00
opencode-agent[bot]
c57c5315c1
chore: generate
2026-04-17 07:27:13 +00:00
Brendan Allan
a726530735
fix(app): workspace loading and persist ready state ( #23046 )
2026-04-17 07:26:14 +00:00
Brendan Allan
79e9baf55a
fix(app): use fetchQuery instead of ensureQueryData in global sync ( #23025 )
2026-04-17 03:54:19 +00:00
Jay
fbbab9d6c8
feat(app): hide desktop titlebar tools behind settings ( #19029 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2026-04-17 03:31:00 +00:00
Brendan Allan
f135c0b5ee
app: use tanstack query to load session vcs state ( #22277 )
2026-04-17 02:27:08 +00:00
opencode
9f201d6370
release: v1.4.7
2026-04-16 21:54:54 +00:00
Brendan Allan
97918500d4
app: start migrating bootstrap data fetching to TanStack Query ( #22756 )
2026-04-16 06:10:23 +00:00
Adam
f418fd5632
beta badge for desktop app ( #14471 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-04-16 06:03:41 +00:00
Kit Langton
9f4b73b6a3
fix: clean up final 16 no-unused-vars warnings ( #22751 )
2026-04-16 03:54:21 +00:00
Kit Langton
bd29004831
feat: enable type-aware no-misused-spread rule, fix 8 violations ( #22749 )
2026-04-16 03:50:50 +00:00
Kit Langton
80f1f1b5b8
feat: enable type-aware no-floating-promises rule, fix all 177 violations ( #22741 )
2026-04-15 23:27:32 -04:00
Kit Langton
702f741267
feat: enable oxlint suspicious category, fix 24 violations ( #22727 )
2026-04-16 02:53:10 +00:00
Kit Langton
cf423d2769
fix: remove 10 unused type-only imports and declarations ( #22696 )
2026-04-16 02:17:59 +00:00
Kit Langton
cce05c1665
fix: clean up 49 unused variables, catch params, and stale imports ( #22695 )
2026-04-16 02:01:53 +00:00
Kit Langton
34213d4446
fix: delete 9 dead functions with zero callers ( #22697 )
2026-04-16 02:01:02 +00:00
Kit Langton
f7d4665e40
fix: resolve oxlint warnings — suppress false positives, remove unused imports ( #22687 )
2026-04-15 21:33:54 -04:00
Kit Langton
3d6f90cb53
feat: add oxlint with correctness defaults ( #22682 )
2026-04-15 20:45:19 -04:00
Dax
be9432a893
shared package ( #22626 )
deploy / deploy (push) Waiting to run
generate / generate (push) Waiting to run
nix-eval / nix-eval (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Waiting to run
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Waiting to run
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Waiting to run
nix-hashes / update-hashes (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / version (push) Waiting to run
publish / build-cli (push) Blocked by required conditions
publish / sign-cli-windows (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / publish (push) Blocked by required conditions
storybook / storybook build (push) Waiting to run
test / unit (linux) (push) Waiting to run
test / unit (windows) (push) Waiting to run
test / e2e (linux) (push) Waiting to run
test / e2e (windows) (push) Waiting to run
typecheck / typecheck (push) Waiting to run
2026-04-15 14:26:20 +00:00
opencode
7659321990
release: v1.4.6
2026-04-15 07:26:23 +00:00
Brendan Allan
e24d104e94
fix: update prompt input submit handler ( #22566 )
2026-04-15 05:32:52 +00:00