ソースを参照

fix azure reasoningEffort

Dax Raad 1 年間 前
コミット
2b6afe90d0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/opencode/src/global/index.ts

+ 1 - 1
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()