| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-01 | sync release versions for v1.14.31 | opencode | |
| 2026-04-29 | sync release versions for v1.14.30 | opencode | |
| 2026-04-28 | sync release versions for v1.14.29 | opencode | |
| 2026-04-27 | sync release versions for v1.14.28 | opencode | |
| 2026-04-27 | Refactor npm config handling (#24565) | Dax | |
| 2026-04-27 | sync release versions for v1.14.27 | opencode | |
| 2026-04-26 | sync release versions for v1.14.26 | opencode | |
| 2026-04-25 | core: move npm service to core package for shared dependency management | Dax Raad | |
| 2026-04-25 | core: move cross-spawn-spawner from opencode to core package | Dax 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-25 | core: consolidate shared infrastructure into core package | Dax 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-25 | refactor: rename shared package to core (#24309) | Dax | |
