2 Commits

Author SHA1 Message Date
kilo-maintainer[bot] 4ff4324423 chore: generate 2026-02-17 10:35:49 +00:00
Mark IJbema 7feae1ef06 feat(vscode): auto-rebuild CLI binary on opencode source changes
- Add watch-cli.ts script that watches packages/opencode/src/ for changes,
  triggers a rebuild (bun run build --single --skip-install), and copies
  the new binary to packages/kilo-vscode/bin/kilo
- Add watch:cli npm script in kilo-vscode package.json
- Add 'VSCode - CLI Watch' task in .vscode/tasks.json
- Include CLI watch in the composite 'VSCode - Watch' task so it runs
  automatically when launching the extension via F5
2026-02-17 10:53:31 +01:00