opencode-agent[bot]
affcb60c81
Apply PR #23792 : refactor(app): load sync state through TanStack Query
2026-04-27 20:53:54 +00:00
opencode-agent[bot]
ef7eeb6a82
Apply PR #19545 : feat: opencode remote control + opencode serve dependencies
2026-04-27 20:42:54 +00:00
Luke Parker
141f33d24b
feat: configurable shell selection + desktop settings UI ( #20602 )
2026-04-27 00:54:55 +00:00
Dax
62ef2a2207
refactor: rename shared package to core ( #24309 )
2026-04-25 10:59:17 -04:00
Simon Klee
2cda629c8d
test(prompt): align shell placeholder expectation ( #24147 )
2026-04-24 13:00:11 +02:00
Brendan Allan
f033d2d8fb
fix(app): conditionally show model variant selector ( #24115 )
2026-04-24 15:20:53 +08:00
Brendan Allan
e8f56bace1
simplify mcp loading
2026-04-24 14:50:21 +08:00
Brendan Allan
acf3b00790
feat(app): configure TanStack Query client with default options
...
Add defaultOptions to QueryClient to disable automatic refetching:
- refetchOnReconnect: false
- refetchOnMount: false
- refetchOnWindowFocus: false
2026-04-24 14:30:39 +08:00
Brendan Allan
4712f0f3c1
feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder ( #24105 )
2026-04-24 14:04:55 +08:00
opencode-agent[bot]
6c1268f3b1
chore: generate
2026-04-24 05:28:43 +00:00
Brendan Allan
2e156b8990
fix(desktop): avoid relaunching without installing updates ( #23806 )
2026-04-24 13:27:36 +08:00
Brendan Allan
d884ab73d5
fix: consolidate project avatar source logic ( #23819 )
2026-04-23 00:25:37 -04:00
Brendan Allan
06066dbb7b
fix(app): improve icon override handling in project edit dialog ( #23768 )
2026-04-23 00:25:36 -04:00
Brendan Allan
8cc2c81d57
fix(app): prevent prompt input animations from rerunning on every render ( #23676 )
2026-04-21 19:12:32 +08:00
Brendan Allan
811a7e9a8b
feat(app): allow disabling progress bar in settings ( #23674 )
2026-04-21 19:10:50 +08:00
OpeOginni
224548d87d
fix(desktop): adjust layout properties in DialogSelectServer component ( #23589 )
2026-04-21 14:38:56 +08:00
Brendan Allan
687b758882
app: better loading ( #23489 )
2026-04-20 05:17:37 +00:00
Brendan Allan
ce209e22a2
Merge branch 'dev' into opencode-remote-voice
2026-04-19 22:03:59 +08:00
Luke Parker
10bd044c55
feat: add terminal font settings and built-in Nerd Font ( #23391 )
2026-04-19 19:46:34 +10:00
Ryan Vogel
4cfe8a8bf8
Merge remote-tracking branch 'origin/dev' into opencode-remote-voice
...
# Conflicts:
# packages/opencode/src/server/routes/instance/experimental.ts
# packages/opencode/src/session/processor.ts
# packages/opencode/src/session/run-state.ts
# packages/opencode/src/session/status.ts
2026-04-17 22:38:23 +00:00
Ryan Vogel
754951bbbd
feat: persist APN relay secret across restarts, add dev logging and server identification to pair UI
...
- Electron desktop: auto-start PushRelay with secret persisted in electron-store
- CLI serve (Tauri): persist relay secret to Global.Path.state/relay-secret (mode 0600)
- Pair endpoint now returns relayURL, serverID, relaySecretHash for debugging
- Desktop settings-pair component shows server name, relay URL, and secret hash above QR
- Add console.debug logging for pairing fetch lifecycle
- Export PushRelay from node.ts entry point for Electron consumption
2026-04-17 22:31:02 +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
Ryan Vogel
18563363da
fix: resolve merge conflicts with dev in serve.ts and status.ts
...
serve.ts: keep push relay additions (imports, types, helpers)
status.ts: use consolidated @/effect import path from dev, keep Log import
2026-04-16 13:35:57 +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
80f1f1b5b8
feat: enable type-aware no-floating-promises rule, fix all 177 violations ( #22741 )
2026-04-15 23:27:32 -04:00
Kit Langton
cf423d2769
fix: remove 10 unused type-only imports and declarations ( #22696 )
2026-04-16 02:17:59 +00:00
Kit Langton
f7d4665e40
fix: resolve oxlint warnings — suppress false positives, remove unused imports ( #22687 )
2026-04-15 21:33:54 -04:00
Ryan Vogel
bda7a488d4
Merge remote-tracking branch 'origin/dev' into opencode-remote-voice
2026-04-16 01:03:03 +00:00
Kit Langton
3d6f90cb53
feat: add oxlint with correctness defaults ( #22682 )
2026-04-15 20:45:19 -04:00
Dax
be9432a893
shared package ( #22626 )
2026-04-15 14:26:20 +00:00
Brendan Allan
e24d104e94
fix: update prompt input submit handler ( #22566 )
2026-04-15 05:32:52 +00:00
Dax Raad
627159acac
delete all e2e tests ( #22501 )
...
Cherry-picked from ea463e604c
2026-04-14 23:10:25 -04:00
Ryan Vogel
0114a3f317
Merge remote-tracking branch 'origin/dev' into opencode-remote-voice
2026-04-12 21:34:21 +00:00
Brendan Allan
ee23043d64
Remove CLI from electron app ( #17803 )
...
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com >
2026-04-09 13:18:46 +08:00
OpeOginni
51535d8ef3
fix(app): skip url password setting for same-origin server and web app ( #19923 )
2026-04-09 07:13:10 +08:00
Ryan Vogel
7c18b95826
feat(opencode): add mobile pairing dialogs
2026-04-08 21:01:32 +00:00
Dax
1f94c48bdd
fix(opencode): keep user message variants scoped to model ( #21332 )
2026-04-07 10:12:53 -04:00
Shoubhit Dash
41612b3dbe
Move auto-accept permissions to settings ( #21308 )
2026-04-07 11:00:13 +00:00
Shoubhit Dash
3a1ec27feb
feat(app): show full names on composer attachment chips ( #21306 )
2026-04-07 10:15:22 +00:00
Adam
ae7e2eb3fb
chore(app): remove queued follow-ups for now
2026-04-03 10:56:40 -05:00
Adam
a32ffaba35
fix(app): show correct submit icon when typing follow up
2026-04-03 10:51:07 -05:00
Shoubhit Dash
263dcf75b5
fix: restore prompt focus after footer selection ( #20841 )
2026-04-03 14:36:33 +00:00
Shoubhit Dash
2002f08f2e
fix(prompt): unmount model controls in shell mode ( #20886 )
2026-04-03 13:16:26 +00:00
Kit Langton
c3ef69c866
test(app): add a golden path for mocked e2e prompts ( #20593 )
2026-04-02 18:17:28 +00:00
Brendan Allan
69d047ae7d
cleanup event listeners with solid-primitives/event-listener ( #20619 )
2026-04-02 09:40:03 +00:00
Brendan Allan
327f62526a
use solid-primitives/resize-observer across web code ( #20613 )
2026-04-02 17:24:10 +08:00
Shoubhit Dash
a3a6cf1c07
feat(comments): support file mentions ( #20447 )
2026-04-01 16:11:57 +05:30
Brendan Allan
1df5ad470a
app: try to hide autofill popups in prompt input ( #20197 )
2026-04-01 08:43:03 +00:00