Commit Graph

945 Commits

Author SHA1 Message Date
opencode e98238cb8e sync release versions for v1.14.26 2026-04-26 21:01:16 +00:00
Sebastian 9af123d612 upgrade opentui to 0.1.104 (#24531) 2026-04-26 22:31:33 +02:00
Aiden Cline 377a9981b8 fix: bump openrouter sdk version to resolve deepseek reasoning issue (bug was in sdk pkg) (#24435) 2026-04-26 00:05:16 -05:00
Dax Raad 5ea6eaad3c core: move npm service to core package for shared dependency management 2026-04-25 14:36:15 -04:00
Dax Raad 7b2fbf2c2f core: move cross-spawn-spawner from opencode to core package
Moved the cross-spawn-spawner module from packages/opencode to packages/core
to enable code sharing across the monorepo. This consolidates the process
spawning infrastructure into the core package so other packages can use
cross-platform child process spawning without duplicating the implementation.

Updated all import statements across the codebase to reference the new
location (@opencode-ai/core/effect/cross-spawn-spawner). Removed the
local copy from the opencode package along with its tests.
2026-04-25 14:23:17 -04:00
Dax Raad 6bc94f94b1 core: consolidate shared infrastructure into core package
Moves effect logging, observability, runtime utilities, flags, installation
version info, and process utilities from opencode to core package. This
enables better code sharing across packages and establishes core as the
single source of truth for foundational utilities.

All internal imports updated to use @opencode-ai/core paths for consistency.
2026-04-25 13:30:37 -04:00
Dax 1865f4fc5f refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
opencode cd71c8b544 sync release versions for v1.14.25 2026-04-25 14:37:01 +00:00
Dax Raad b5923b9f32 ci: centralize opentui dependencies in workspace catalog
Use catalog references for @opentui/core, @opentui/solid, and opentui-spinner
across packages to ensure consistent versions and simplify updates.
2026-04-25 09:41:30 -04:00
Maddison Hellstrom 56e864f678 fix(build): add prettier to devDependencies (#23255) 2026-04-24 22:47:05 -04:00
opencode 1395fe5bc1 sync release versions for v1.14.24 2026-04-24 15:53:03 +00:00
Sebastian 66831fc9b8 Use OpenTUI theme detection for initial TUI mode, again (#23846) 2026-04-24 17:28:07 +02:00
opencode 949bbdd1ec sync release versions for v1.14.23 2026-04-24 13:17:13 +00:00
opencode 72ed9a4edf sync release versions for v1.14.22 2026-04-23 15:56:49 +00:00
opencode a084c23555 sync release versions for v1.14.21 2026-04-23 05:45:21 +00:00
Luke Parker 018fd50e8f chore: bump Bun to 1.3.13 (#23791) 2026-04-23 00:25:36 -04:00
opencode d4145baab9 sync release versions for v1.14.20 2026-04-21 19:07:36 +00:00
Aiden Cline a6adbd344c fix: revert parts of 9e7085998 which caused system theme regression (#23714) 2026-04-21 12:08:12 -04:00
opencode 736c0075af sync release versions for v1.14.19 2026-04-20 07:21:46 +00:00
Aiden Cline 99dc3dabeb fix: patch arborist to get around bun bug (#23460) 2026-04-20 00:49:46 -05:00
Sebastian 9e7085998b stabilize TUI theme persistence and KV writes (#23188) 2026-04-20 00:10:31 +02:00
opencode 93c13b2f3b sync release versions for v1.14.18 2026-04-19 09:36:56 +00:00
Brendan Allan 7b4c80d0a8 fix(desktop-electron): run JSON migration before spawning sidecar (#23396) 2026-04-19 15:53:47 +08:00
Shoubhit Dash aad63bf2f3 fix(ripgrep): restore native rg backend (#22773)
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
2026-04-19 06:58:15 +00:00
opencode-agent[bot] 77530e2ef8 chore: generate 2026-04-19 05:59:31 +00:00
opencode 004143580b sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
Luke Parker 37eab5444f chore: bump electron and fix taskbar icon (#23368) 2026-04-19 02:35:02 +00:00
Aiden Cline 108d3b930a chore: bump @ai-sdk/amazon-bedrock (#23341) 2026-04-18 16:00:46 -05:00
opencode 3c5bf8b2a3 release: v1.4.11 2026-04-18 00:29:16 +00:00
opencode 3aa96e9db2 release: v1.4.10 2026-04-17 20:13:25 +00:00
Aiden Cline 171cdc1f5a chore: bump ai to 6.0.168 and @ai-sdk/gateway to 3.0.104 (#23145) 2026-04-17 13:47:22 -05:00
Aiden Cline 7a5278d5b4 chore: bump @ai-sdk/anthropic to 3.0.71 and dependents (#23120) 2026-04-17 11:40:24 -05:00
Vladimir Glafirov 3d6f4dbdbe chore: bump gitlab-ai-provider to 6.6.0 (#23057) 2026-04-17 11:22:43 -05:00
opencode bda6b99142 release: v1.4.9 2026-04-17 16:19:46 +00:00
Dax Raad b22e6b7884 roll back opentui 2026-04-17 10:51:02 -04:00
Dax Raad 5e577e913d back to opentui 0.1.99 2026-04-17 10:43:17 -04:00
opencode 438eb6edf5 release: v1.4.8 2026-04-17 13:37:06 +00:00
Sebastian a4df4d44ee upgrade opentui to 0.1.100 (#22928) 2026-04-17 14:29:46 +02:00
James Long ca967c59dd remove accidental commit of daytona plugin (#23030) 2026-04-17 00:42:45 -04:00
James Long 53e47bc9ca fix(tui): tui resiliency when workspace is dead, disable directory filter in session list (#23013) 2026-04-16 23:35:36 -04:00
opencode 49f8f087bc release: v1.4.7 2026-04-16 21:54:54 +00:00
opencode-agent[bot] a0a4ad793f chore: generate 2026-04-16 18:29:57 +00:00
Aiden Cline 2281845f47 chore: bump ai sdk deps for opus 4.7 (#22869) 2026-04-16 13:28:20 -05:00
Thomas Butler fe972955b4 fix: add missing glob dependency (#22851) 2026-04-16 13:21:04 -05:00
opencode-agent[bot] eef729924d chore: generate 2026-04-16 06:11:24 +00:00
Brendan Allan ed51d214d9 app: start migrating bootstrap data fetching to TanStack Query (#22756) 2026-04-16 06:10:23 +00:00
Dax 8a41e28f5b CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
Kit Langton 949ac8ed15 feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
publish-github-action / publish (push) Has been cancelled
2026-04-15 23:27:32 -04:00
Kit Langton 773998133d add experimental provider auth HttpApi slice (#22389) 2026-04-16 02:07:42 +00:00
Kit Langton a11169b562 feat: add oxlint with correctness defaults (#22682) 2026-04-15 20:45:19 -04:00