This commit is contained in:
Dax Raad
2026-01-29 11:54:57 -05:00
parent fe6abe8ade
commit b74b444b45
4 changed files with 2 additions and 28 deletions
+2
View File
@@ -15,6 +15,8 @@ process.chdir(dir)
import pkg from "../package.json"
import { Script } from "@opencode-ai/script"
console.log("release", Script.release)
// Fetch and generate models.dev snapshot
const modelsData = process.env.MODELS_DEV_API_JSON
? await Bun.file(process.env.MODELS_DEV_API_JSON).text()