Commit Graph

  • 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
  • 2724335b28 refactor(server): replace Bun serve with Hono node adapters Dax Raad 2026-03-09 17:57:00 -04:00
  • 89d6f60d25 refactor(server): extract createApp function for server initialization Dax Raad 2026-03-09 17:13:42 -04:00
  • ee18c9976e chore(app): dev stats Adam 2026-03-09 15:57:19 -05:00
  • 6c80e2662c core: make server runtime-agnostic by migrating from Bun to Node.js HTTP/WebSocket APIs node-build Dax Raad 2026-03-09 16:36:39 -04:00
  • 794532928f fix(app): terminal state corruption Adam 2026-03-09 15:28:29 -05:00
  • 7b773c65ec chore: cleanup Adam 2026-03-09 14:19:56 -05:00
  • e53aa79dc6 chore: cleanup Adam 2026-03-09 14:17:28 -05:00
  • d9a97249c0 chore: generate opencode-agent[bot] 2026-03-09 20:15:31 +00:00
  • 86cef16940 fix(core): put workspace routing behind OPENCODE_EXPERIMENTAL_WORKSPACES flag (#16775) James Long 2026-03-09 16:14:19 -04:00
  • ce38997c76 chore: update nix node_modules hashes opencode-agent[bot] 2026-03-09 19:51:58 +00:00
  • 7e10c728d4 chore: update nix node_modules hashes opencode-agent[bot] 2026-03-09 19:49:01 +00:00
  • 3627c67cf2 docs: update opencode-morph-fast-apply to opencode-morph-plugin in ecosystem (#16634) bhaktatejas922 2026-03-09 12:39:06 -07:00
  • 2518fd81f6 chore: generate opencode-agent[bot] 2026-03-09 19:31:33 +00:00
  • 39ef7fc90e Merge remote-tracking branch 'origin/dev' into dev Dax Raad 2026-03-09 15:30:15 -04:00
  • 37ae0a4051 refactor: replace bun semver with npm semver package Dax Raad 2026-03-09 15:29:55 -04:00
  • b312928e9f fix(tui): wait for model store before auto-submitting --prompt (#7476) Kyle Altendorf 2026-03-09 15:22:38 -04:00
  • 2f2856e20a refactor(opencode): replace Bun shell in core flows (#16286) Dax 2026-03-09 15:19:50 -04:00
  • 831eb6881b refactor: change pathToFileURL imports from bun to url module Dax Raad 2026-03-09 14:52:25 -04:00
  • f20ee2fad2 fix(tui): handle error when creating a session (#16767) James Long 2026-03-09 12:13:32 -04:00
  • 8b9710e56c fix: Multiple jdtls LSPs eating memory in java monorepos (#12123) Stephen Collings 2026-03-09 16:04:08 +00:00
  • c6262f9d40 release: v1.2.24 v1.2.24 opencode 2026-03-09 16:09:34 +00:00
  • a73ac650e9 fix(tui): revert "fix(core): handle SIGHUP and kill process (#16057)" jlongster/revert-sighup James Long 2026-03-09 11:56:36 -04:00
  • b749fa90f2 fix(app): scroll jitter/loop Adam 2026-03-09 10:43:56 -05:00
  • 8a51cbd253 core: prevent accidental edits to migration files by restricting agent access Dax Raad 2026-03-09 11:25:58 -04:00
  • 399b8f0701 fix(app): session title turn spinner (#16764) David Hill 2026-03-09 14:46:15 +00:00
  • 3742e42fdf fix(app): dismiss toast notifications when questions or permissions a… (#16758) Filip 2026-03-09 15:36:57 +01:00