Merge branch 'dev' into opentui

This commit is contained in:
Dax Raad 2025-10-10 18:23:01 -04:00
commit a79feebf1f
27 changed files with 118 additions and 73 deletions

View file

@ -2,8 +2,8 @@
import { $ } from "bun"
import { createOpencode } from "@opencode-ai/sdk"
if (process.versions.bun !== "1.2.21") {
throw new Error("This script requires bun@1.2.21")
if (process.versions.bun !== "1.3.0") {
throw new Error("This script requires bun@1.3.0")
}
const notes = [] as string[]