summaryrefslogtreecommitdiffhomepage
path: root/script/publish.ts
diff options
context:
space:
mode:
Diffstat (limited to 'script/publish.ts')
-rwxr-xr-xscript/publish.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/script/publish.ts b/script/publish.ts
index 93bd6633c..d76d6b35e 100755
--- a/script/publish.ts
+++ b/script/publish.ts
@@ -76,6 +76,10 @@ if (!snapshot) {
id: session.data!.id,
},
body: {
+ model: {
+ providerID: "opencode",
+ modelID: "kimi-k2",
+ },
parts: [
{
type: "text",
@@ -113,7 +117,6 @@ if (!snapshot) {
notes.push(line)
}
}
-
server.close()
await $`gh release create v${version} --title "v${version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip`
}