summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
AgeCommit message (Collapse)Author
2026-05-02chore: bump Effect beta (#25524)Kit Langton
2026-05-02sync release versions for v1.14.33opencode
2026-05-02sync release versions for v1.14.32opencode
2026-05-02upgrade opentui to 0.2.2 (#25420)Sebastian
2026-05-01sync release versions for v1.14.31opencode
2026-05-01desktop: sentry integration (#15300)Brendan Allan
Co-authored-by: Jay V <[email protected]>
2026-04-30core: remove @effect/language-service plugin and optimize hot path type ↵Dax Raad
performance - Removed @effect/language-service from both packages/core and packages/opencode tsconfig files and dependencies - Wrapped mergeDeep calls in config loading and LLM streaming to avoid expensive remeda conditional merge type instantiations in hot paths - Narrowed Drizzle migrate() overload signature to avoid expensive variance checks during database initialization These changes reduce TypeScript type-checking overhead and improve startup and runtime performance for config loading, LLM streaming, and database migrations.
2026-04-30upgrade opentui to 0.2.0 (#24810)Sebastian
2026-04-29sync release versions for v1.14.30opencode
2026-04-28sync release versions for v1.14.29opencode
2026-04-27chore: bump effect beta (#24705)Kit Langton
2026-04-27sync release versions for v1.14.28opencode
2026-04-27sync release versions for v1.14.27opencode
2026-04-26upgrade opentui to 0.1.105 (#24555)Sebastian
2026-04-26sync release versions for v1.14.26opencode
2026-04-26upgrade opentui to 0.1.104 (#24531)Sebastian
2026-04-26fix: bump openrouter sdk version to resolve deepseek reasoning issue (bug ↵Aiden Cline
was in sdk pkg) (#24435)
2026-04-25core: move npm service to core package for shared dependency managementDax Raad
2026-04-25core: move cross-spawn-spawner from opencode to core packageDax Raad
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-25core: consolidate shared infrastructure into core packageDax Raad
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-25refactor: rename shared package to core (#24309)Dax
2026-04-25sync release versions for v1.14.25opencode
2026-04-25ci: centralize opentui dependencies in workspace catalogDax Raad
Use catalog references for @opentui/core, @opentui/solid, and opentui-spinner across packages to ensure consistent versions and simplify updates.
2026-04-24fix(build): add prettier to devDependencies (#23255)Maddison Hellstrom
2026-04-24sync release versions for v1.14.24opencode
2026-04-24Use OpenTUI theme detection for initial TUI mode, again (#23846)Sebastian
2026-04-24sync release versions for v1.14.23opencode
2026-04-23sync release versions for v1.14.22opencode
2026-04-23sync release versions for v1.14.21opencode
2026-04-23chore: bump Bun to 1.3.13 (#23791)Luke Parker
2026-04-21sync release versions for v1.14.20opencode
2026-04-21fix: revert parts of a824064c4 which caused system theme regression (#23714)Aiden Cline
2026-04-20sync release versions for v1.14.19opencode
2026-04-20fix: patch arborist to get around bun bug (#23460)Aiden Cline
2026-04-20stabilize TUI theme persistence and KV writes (#23188)Sebastian
2026-04-19sync release versions for v1.14.18opencode
2026-04-19fix(desktop-electron): run JSON migration before spawning sidecar (#23396)Brendan Allan
2026-04-19fix(ripgrep): restore native rg backend (#22773)Shoubhit Dash
Co-authored-by: LukeParkerDev <[email protected]>
2026-04-19chore: generateopencode-agent[bot]
2026-04-19sync release versions for v1.14.17opencode
2026-04-19chore: bump electron and fix taskbar icon (#23368)Luke Parker
2026-04-18chore: bump @ai-sdk/amazon-bedrock (#23341)Aiden Cline
2026-04-18release: v1.4.11opencode
2026-04-17release: v1.4.10opencode
2026-04-17chore: bump ai to 6.0.168 and @ai-sdk/gateway to 3.0.104 (#23145)Aiden Cline
2026-04-17chore: bump @ai-sdk/anthropic to 3.0.71 and dependents (#23120)Aiden Cline
2026-04-17chore: bump gitlab-ai-provider to 6.6.0 (#23057)Vladimir Glafirov
2026-04-17release: v1.4.9opencode
2026-04-17roll back opentuiDax Raad
2026-04-17back to opentui 0.1.99Dax Raad