summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-11 23:20:19 -0400
committerDax Raad <[email protected]>2025-08-11 23:20:19 -0400
commit2b6afe90d0068b18662e267ea34983a5e0b7ba27 (patch)
tree38e1ecb3a041d5e71026e5611500380d48507bcd
parent5f34dcc792c96286bc81b5bdb11da1b735dc56d1 (diff)
downloadopencode-2b6afe90d0068b18662e267ea34983a5e0b7ba27.tar.gz
opencode-2b6afe90d0068b18662e267ea34983a5e0b7ba27.zip
fix azure reasoningEffort
-rw-r--r--packages/opencode/src/global/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/global/index.ts b/packages/opencode/src/global/index.ts
index 4c3bc05be..c69ea0d78 100644
--- a/packages/opencode/src/global/index.ts
+++ b/packages/opencode/src/global/index.ts
@@ -27,7 +27,7 @@ await Promise.all([
fs.mkdir(Global.Path.log, { recursive: true }),
])
-const CACHE_VERSION = "6"
+const CACHE_VERSION = "7"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()