diff options
| author | Dax Raad <[email protected]> | 2025-08-11 23:20:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-11 23:20:19 -0400 |
| commit | 2b6afe90d0068b18662e267ea34983a5e0b7ba27 (patch) | |
| tree | 38e1ecb3a041d5e71026e5611500380d48507bcd | |
| parent | 5f34dcc792c96286bc81b5bdb11da1b735dc56d1 (diff) | |
| download | opencode-2b6afe90d0068b18662e267ea34983a5e0b7ba27.tar.gz opencode-2b6afe90d0068b18662e267ea34983a5e0b7ba27.zip | |
fix azure reasoningEffort
| -rw-r--r-- | packages/opencode/src/global/index.ts | 2 |
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() |
