Commit Graph

  • 21f562fdae tui: make context group header non-clickable except for arrow icon David Hill 2026-03-10 13:59:48 +00:00
  • 7910ce5d36 fix: guard Npm.which() against infinite loop when .bin is empty (#16961) Luke Parker 2026-03-11 23:34:58 +10:00
  • 7291e28273 perf(app): trim session render work (#16987) Shoubhit Dash 2026-03-11 18:19:17 +05:30
  • db57fe6193 fix(app): make error tool card respect settings (#17005) Filip 2026-03-11 10:22:33 +01:00
  • 802416639b ci: setup node in tauri build Brendan Allan 2026-03-11 16:09:17 +08:00
  • 7ec398d855 chore: generate opencode-agent[bot] 2026-03-11 03:34:02 +00:00
  • 4ab35d2c5c fix(electron): hide Windows background consoles (#16842) Luke Parker 2026-03-11 13:33:06 +10:00
  • b4ae030fc2 fix: add GOOGLE_VERTEX_LOCATION env var support for Vertex AI (#16922) SOUMITRA-SAHA 2026-03-11 09:02:39 +05:30
  • 0843964eb3 feat(web): use Feishu for Chinese community links (#16908) Jack 2026-03-11 11:07:13 +08:00
  • 8084f9dfd8 fix(session): distinguish idle reasons for completion and abort fix/interrupt-idle-reason-poc Kit Langton 2026-03-10 20:44:34 -04:00
  • a1b06d63c9 fix(account): resilient orgs fetch (#16944) Kit Langton 2026-03-10 20:39:07 -04:00
  • 4ed3336b23 Merge branch 'dev' into fix/interrupt-double-sound fix/interrupt-double-sound Kit Langton 2026-03-10 20:26:56 -04:00
  • 02a7b0637d fix(app): suppress idle sound after interrupt Kit Langton 2026-03-10 20:25:34 -04:00
  • 33637f3e35 fix(app): suppress idle sound after interrupt opencode/proud-rocket Kit Langton 2026-03-10 20:25:34 -04:00
  • 1b6820bab5 sync Dax Raad 2026-03-10 20:13:46 -04:00
  • 89bf199c07 chore(app): fix tests Adam 2026-03-10 19:03:44 -05:00
  • 5acfdd1c5d chore: kill old copilot 403 message that was used for old plugin migration (#16904) Aiden Cline 2026-03-10 16:20:41 -05:00
  • 6ad171dba9 Merge branch 'dev' into opencode-2-0 Dax 2026-03-10 17:20:19 -04:00
  • 556703f8ab ci: cancel duplicate workflow runs and add read permissions Dax Raad 2026-03-10 17:17:11 -04:00
  • cb5674edc7 sync Dax Raad 2026-03-10 17:00:15 -04:00
  • b99de4118e refactor(npm): inline pkgPath and lockPath variables Dax Raad 2026-03-10 16:59:01 -04:00
  • 040700dbc4 unbreak Dax Raad 2026-03-10 16:07:25 -04:00
  • 4d5da9697e sync Dax Raad 2026-03-10 14:02:31 -04:00
  • a28648f530 core: enable running in non-Bun environments by using standard Node.js APIs for OAuth servers and retry logic Dax Raad 2026-03-10 13:33:34 -04:00
  • 4d81e2d4d9 sync Dax Raad 2026-03-10 13:24:37 -04:00
  • 21e72cbf42 core: cleaner error output and more flexible custom tool directories Dax Raad 2026-03-10 12:33:19 -04:00
  • 5f277d1e62 core: return structured server info with stop method from workspace server Dax Raad 2026-03-10 12:30:46 -04:00
  • d67e877e28 core: remove shell execution and server URL from plugin API Dax Raad 2026-03-10 12:29:21 -04:00
  • d4e51e04b3 sync Dax Raad 2026-03-10 12:14:35 -04:00
  • 070c1679e4 core: bundle database migrations into node build and auto-start server on port 1338 Dax Raad 2026-03-10 11:50:14 -04:00
  • 406d216cd2 refactor(server): replace Bun serve with Hono node adapters Dax Raad 2026-03-09 17:57:00 -04:00
  • 5dc8b4ef29 core: add Node.js runtime support Dax Raad 2026-03-10 11:40:23 -04:00
  • 2f41d89163 fix: work around Bun/Windows UV_FS_O_FILEMAP incompatibility in tar (#16853) Luke Parker 2026-03-10 17:42:41 +10:00
  • b2eae867a1 tui: fix Windows plugin loading by using direct paths instead of file URLs Dax Raad 2026-03-10 01:18:34 -04:00
  • 3c2fda4d91 core: fix custom tool loading to properly resolve module paths Dax Raad 2026-03-10 01:16:51 -04:00
  • 2678ceb45e sync Dax Raad 2026-03-10 01:02:17 -04:00
  • 58a4cd00b6 sync Dax Raad 2026-03-10 01:00:28 -04:00
  • 0faa191b6d sync Dax Raad 2026-03-10 00:58:15 -04:00
  • 58cf092105 core: log npm install errors to console for debugging dependency failures Dax Raad 2026-03-10 00:52:21 -04:00
  • 0ff8bfe1d9 sync Dax Raad 2026-03-10 00:44:06 -04:00
  • ceb79c786a core: fix CLI tools from npm packages not being accessible after install on Windows Dax Raad 2026-03-10 00:11:18 -04:00
  • b1a15d559b sync Dax Raad 2026-03-09 23:59:37 -04:00
  • 124a8abf9b tui: export sessions using consistent Filesystem API instead of Bun.write Dax Raad 2026-03-09 23:44:20 -04:00
  • 85c2bb342b core: fix npm dependency installation on Windows CI by disabling bin links when symlink permissions are restricted Dax Raad 2026-03-09 23:39:47 -04:00
  • 4c57e39466 core: enable npm bin links on non-Windows platforms to allow plugin executables to work while keeping them disabled on Windows CI where symlink permissions are restricted Dax Raad 2026-03-09 23:37:58 -04:00
  • 0cdd4e4e16 core: fix dependency installation failures behind corporate proxies or in CI by disabling Bun cache when network interception is detected Dax Raad 2026-03-09 23:32:28 -04:00
  • a9b01be0c2 core: disable npm bin links to fix package installation in sandboxed environments Dax Raad 2026-03-09 23:31:50 -04:00
  • 528daf5490 core: dynamically resolve formatter executable paths at runtime Dax Raad 2026-03-09 21:58:25 -04:00
  • 0e176d3ac3 sync Dax Raad 2026-03-09 21:42:08 -04:00
  • 27f359852e Update packages/opencode/src/util/which.ts Dax 2026-03-09 21:41:12 -04:00
  • 173128d431 Update packages/opencode/src/npm/index.ts Dax 2026-03-09 21:39:50 -04:00
  • e8ee1e239f sync Dax Raad 2026-03-09 21:36:29 -04:00
  • 656fa191c1 refactor: lsp server and core improvements Dax Raad 2026-03-09 21:35:34 -04:00
  • 31d439ee40 Fix test jlongster/automatic-session-routing James Long 2026-03-10 16:01:05 -04:00
  • bc63df0def fix(core): implement proper workspace routing for session routes James Long 2026-03-10 15:42:55 -04:00
  • 6b9f8fb9b3 zen: raise limit Frank 2026-03-10 15:22:01 -04:00
  • f77e5cf8fb feat(ui): restyle Card and improve tool error cards (#16888) David Hill 2026-03-10 18:52:32 +00:00
  • e6cdc21f2d zen: raise limit Frank 2026-03-10 14:40:14 -04:00
  • 1fe8d4d7ad ci: exclude draft PRs from beta labeling process to prevent unfinished work from being included in releases Dax Raad 2026-03-10 14:08:55 -04:00
  • e44320980d ci: install setuptools to prevent Python distutils errors during dependency installation Dax Raad 2026-03-10 14:08:38 -04:00
  • f5d7fe3072 chore: cleanup Adam 2026-03-10 13:00:10 -05:00
  • 835a27cf51 fix(app): terminal jank Adam 2026-03-10 11:29:57 -05:00
  • 85afaaa13d fix(app): terminal focus issues and jank Adam 2026-03-10 07:33:54 -05:00
  • 490615169e chore: update nix node_modules hashes opencode-agent[bot] 2026-03-10 17:14:55 +00:00
  • bb232247d0 Fix ESM imports for @opencode-ai/plugin (#16916) Dax 2026-03-10 13:11:36 -04:00
  • 94c128f73b chore: generate opencode-agent[bot] 2026-03-10 16:56:30 +00:00
  • 613562f504 core: make account login upgrades safe while adding multi-account workspace auth (#15487) Dax 2026-03-10 12:53:47 -04:00
  • 9c4325bcf8 fix(core): don't permit access to system directories (#16891) Adam 2026-03-10 11:32:05 -05:00
  • 0ea7e75e0b Merge branch 'dev' into refactor/node-server-adapter refactor/node-server-adapter Dax 2026-03-10 11:40:35 -04:00
  • ad08fd57df chore: rekram1-node is no longer on vacation (#16905) Aiden Cline 2026-03-10 10:27:04 -05:00
  • 54ba59d3e1 chore: generate opencode-agent[bot] 2026-03-10 15:14:46 +00:00
  • a4330a225d feat(core): allow passing workspaceID into session create endpoint (#16798) James Long 2026-03-10 11:12:51 -04:00
  • 69ddc91c35 fix(core): a chunk timeout when processing llm stream (#16366) James Long 2026-03-10 11:12:14 -04:00
  • 4c4aed5a87 fix(core): make worktrees read the project id from local workspace (#16795) James Long 2026-03-10 11:11:28 -04:00
  • 5a40158abf chore: generate opencode-agent[bot] 2026-03-10 15:07:35 +00:00
  • 4dce485854 fix(opencode): add thinking variants support for SAP AI provider (#14958) Jérôme Benoit 2026-03-10 16:05:45 +01:00
  • 5ec5d1dace chore(app): debug window Adam 2026-03-10 07:05:49 -05:00
  • d2c765e2b3 chore: generate opencode-agent[bot] 2026-03-10 11:01:22 +00:00
  • d036c57d59 docs: update opencode-morph-plugin in all language ecosystem pages (#16869) bhaktatejas922 2026-03-10 04:00:13 -07:00
  • e7493e2204 chore: update nix node_modules hashes opencode-agent[bot] 2026-03-10 10:16:15 +00:00
  • 3500bf64b8 upgrade opentui to v0.1.87 (#16772) Sebastian 2026-03-10 11:03:05 +01:00
  • b82787e270 cleanup add-api-shape Aiden Cline 2026-03-09 23:14:47 -05:00
  • bb88363a76 cleanup Aiden Cline 2026-03-09 23:03:47 -05:00
  • d63f4bcd5f Merge branch 'dev' into add-api-shape Aiden Cline 2026-03-09 21:35:56 -05:00
  • 065c2a1e6e use string instead of enum Aiden Cline 2026-03-09 21:35:08 -05:00
  • 4f982ddb94 chore: generate opencode-agent[bot] 2026-03-10 02:02:18 +00:00
  • ff3bb7424d fix(mcp): fix OAuth auto-connect failing on first connection (#15547) adam jones 2026-03-10 02:01:19 +00:00
  • 89aca018f4 remove strays actual-tui-plugins Sebastian Herrlinger 2026-03-09 22:57:34 +01:00
  • 2724335b28 refactor(server): replace Bun serve with Hono node adapters Dax Raad 2026-03-09 17:57:00 -04:00
  • c22e979b1b types Sebastian Herrlinger 2026-03-09 22:29:16 +01:00
  • 3f2e1e446a fix Sebastian Herrlinger 2026-03-09 21:08:36 +01:00
  • ff2800e0e0 refactor Sebastian Herrlinger 2026-03-09 20:38:37 +01:00
  • f727f17c22 refactor Sebastian Herrlinger 2026-03-09 20:17:54 +01:00
  • 8e1392cad5 initial tui plugin meta pass down Sebastian Herrlinger 2026-03-09 20:00:36 +01:00
  • 731d840afd fix smoke test Sebastian Herrlinger 2026-03-09 16:35:20 +01:00
  • acf47e6631 cleanup Sebastian Herrlinger 2026-03-09 16:30:38 +01:00
  • 3645fed416 stash Sebastian Herrlinger 2026-03-09 16:22:45 +01:00
  • 5c95616579 parallel pre-load Sebastian Herrlinger 2026-03-09 14:32:50 +01:00
  • 3341dba46e plugin meta Sebastian Herrlinger 2026-03-09 13:49:48 +01:00
  • df44d87bf4 theme diff colors Sebastian Herrlinger 2026-03-09 12:35:29 +01:00