Commit Graph

7031 Commits

Author SHA1 Message Date
Brendan Allan c928cfd849 fix(desktop): improve server detection & connection logic (#7962) 2026-01-12 17:58:13 +08:00
GitHub Action e3f8017e1a chore: generate 2026-01-12 05:22:12 +00:00
Brendan Allan 1d509db35a app: resolve defaultServerUrl inside AppInterface
The desktop app sometimes modified __OPENCODE__.serverUrl after the
window is created. Previously this was ignored since defaultServerUrl
was created at module scope, now it isn't created until desktop's
ensure_server_started query complete, after which point serverUrl is
guaranteed to be updated.
2026-01-12 13:21:21 +08:00
opencode 333a683726 release: v1.1.14
Update Nix Hashes / update (push) Has been cancelled
v1.1.14
2026-01-12 05:08:25 +00:00
Aiden Cline eedf839fef tweak: make the subagent header have clickable nav 2026-01-11 22:43:09 -06:00
Eyal Cherevatsky a358b0b284 docs: fix scroll_speed default value (#7867) 2026-01-11 21:40:23 -06:00
Andrey Taranov bc4e327b11 fix(mcp): support resource content type in MCP tool output (#7879) 2026-01-11 21:39:42 -06:00
Zeke Sikelianos 35416b00a9 docs: fix typos in settings doc (#7892) 2026-01-11 21:20:19 -06:00
Prince Carlo Juguilon 16f29a3df6 chore: update GitHub stars count to 60K (#7899) 2026-01-11 21:19:59 -06:00
indeep99 498d499338 feat(tui): add mouse hover and click support to questions tool (#7905) 2026-01-11 22:01:48 -05:00
Dax Raad 0520285f2f tui: fix prompt ref initialization to prevent undefined reference errors 2026-01-11 19:40:16 -05:00
Dax Raad 66acd4c859 tui: refactor event streaming to use SDK instead of manual RPC subscription 2026-01-11 18:53:39 -05:00
Octane d7908c4c0f Fix: TUI single-line paste cursor position (#7277) 2026-01-12 00:50:27 +01:00
Dillon Mulroy 6c3ef5c7c5 fix: check worktree for external_directory permission in subdirs (#7811) 2026-01-11 14:17:36 -06:00
Jacob Gillespie b1efa0262d chore(lander): fix spacing in desktop app banner (#7822) 2026-01-11 14:16:29 -06:00
Daniel Polito 93c185fd78 feat(desktop): User Message Badges on Hover (#7835) 2026-01-11 14:14:26 -06:00
Daniel Polito 581c6f75b7 feat(desktop): Image Preview support for Image Attachments (#7841) 2026-01-11 14:12:52 -06:00
Zeke Sikelianos 295750889f docs: fix typos on the providers page (#7829) 2026-01-11 13:04:04 -06:00
Aiden Cline 786d5467fc bump copilot plugin version 2026-01-11 12:58:14 -06:00
Kit Langton d2d0b21918 feat(tui): add mouse hover and click support to autocomplete (#7820) 2026-01-11 12:45:20 -05:00
King'ori Maina 8576f44097 fix(tui): copy oauth url when no device code (#7812) 2026-01-11 10:27:17 -06:00
GitHub Action ba49b69c70 chore: generate 2026-01-11 16:12:14 +00:00
Kit Langton 9819bd028b fix(tui): slash command autocomplete highlighted row jumping (#7815) 2026-01-11 11:11:40 -05:00
GitHub Action bfdb3c8f72 ignore: update download stats 2026-01-11 2026-01-11 12:04:38 +00:00
opencode d86a4783af release: v1.1.13
Update Nix Hashes / update (push) Has been cancelled
v1.1.13
2026-01-11 07:10:41 +00:00
Mani Sundararajan 8e808b44d7 fix(tui): move props.ref to onMount (#7702) 2026-01-11 00:20:04 -06:00
Aiden Cline 98e28e0e5c tweak: ensure codex built in plugin is always available 2026-01-10 22:59:39 -06:00
Aiden Cline e3855041ea fix: ensure /connect works for openai business plans too (was missing field) 2026-01-10 22:48:28 -06:00
wid4t 773e30aa26 feat(acp): track file modified (#7723)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-10 21:46:53 -06:00
Kit Langton 1cc2a6cc56 fix(opencode): command palette mouse hover highlights wrong item (#7721) 2026-01-10 19:52:17 -05:00
Spoon 656aef30cf feat: pass sessionID to chat.system.transform (#7718) 2026-01-10 18:21:51 -06:00
Dax Raad 48070e0f8d core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
Daniel Polito e269d80290 feat(desktop): Fork Session (#7673) 2026-01-10 16:04:01 -06:00
Daniel Polito 96e8f1179c feat(desktop): Make mouse hover / click work on prompt input autocomplete (#7661) 2026-01-10 16:02:47 -06:00
Daniel Polito 67afa7d784 feat(deskop): Add Copy to Messages (#7658) 2026-01-10 16:01:23 -06:00
Jérôme Benoit 818bba3d5a fix(desktop): add missing StoreExt import and fix unused mut warning (#7707) 2026-01-10 15:26:24 -06:00
Lekë Dobruna 15aec100af fix(desktop): build failing - missing import (#7697) 2026-01-10 15:24:15 -06:00
Frank 77726886da wip: black 2026-01-10 13:57:49 -05:00
Alejandro Chinchilla 76d6a72d33 fix: exclude 'none' variant for gpt-5.2-codex (#7682) 2026-01-10 12:22:44 -06:00
Kenny b0c72aa6fd fix(grep): follow symlinks by default in ripgrep searches (#7501) 2026-01-10 10:57:18 -06:00
Andrew Thal 41e520c2d9 feat: support configuring default server URL for desktop (#7363) 2026-01-10 08:56:48 -06:00
GitHub Action 45a667c84d chore: generate 2026-01-10 14:55:55 +00:00
OpeOginni 1b112628b9 fix(desktop): remove split operation in serverDisplayName function (#7397) 2026-01-10 08:55:20 -06:00
zerone0x 8dc9845ff8 fix(ui): allow text editing shortcuts in search dialogs on macOS (#7419) 2026-01-10 08:53:52 -06:00
Daniel Polito fce168858b fix(desktop): Allow Selecting Card Errors (#7506) 2026-01-10 08:52:11 -06:00
GitHub Action fe4b95183a chore: generate 2026-01-10 14:44:47 +00:00
madflow aa3d29f1a3 fix: disable telemetry in the php lsp server (#7649) 2026-01-10 08:44:12 -06:00
opencode fd7b3295e9 release: v1.1.12
Update Nix Hashes / update (push) Has been cancelled
v1.1.12
2026-01-10 13:56:12 +00:00
GitHub Action c3c6700bf0 chore: generate 2026-01-10 13:50:58 +00:00
Frédéric DE MATOS 51bfc5f50f fix: add ChatGPT-Account-Id header for organization subscriptions (#7603) 2026-01-10 07:50:24 -06:00