release: v1.0.120
Update Nix Hashes / update (push) Has been cancelled

This commit is contained in:
opencode
2025-11-29 02:34:23 +00:00
parent 35b313fa40
commit 9853c7b6d9
19 changed files with 40 additions and 39 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "1.0.119",
"version": "1.0.120",
"type": "module",
"scripts": {
"typecheck": "tsgo --noEmit",
@@ -26,4 +26,4 @@
"publishConfig": {
"directory": "dist"
}
}
}
+1
View File
@@ -1073,6 +1073,7 @@ export type Config = {
plan?: AgentConfig
build?: AgentConfig
general?: AgentConfig
explore?: AgentConfig
[key: string]: AgentConfig | undefined
}
/**