Commit Graph

4 Commits

Author SHA1 Message Date
Mark IJbema 845fc2a28a Update packages/kilo-vscode/scripts/prepare-cli-binary.mjs
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-10 12:42:38 +01:00
Mark IJbema 591b55943b fix: run bun install before building CLI binary in prepare-cli-binary
The prepare-cli-binary script would fail when opencode dependencies
weren't installed, because bunfig.toml requires @opentui/solid/preload.
Adding a bun install step before the build ensures deps are available.
2026-02-10 12:24:18 +01:00
Mark IJbema 3caa86a43b add missing commas 2026-02-09 13:25:34 +01:00
Mark IJbema 79d40da12d build: prepare and bundle CLI binary during extension build 2026-02-05 14:46:24 +01:00