use minimal reasoning effort for gpt-5

This commit is contained in:
Dax Raad
2025-08-09 15:38:33 -04:00
parent 1954b59167
commit d3ff66e911
5 changed files with 276 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ await Promise.all([
fs.mkdir(Global.Path.log, { recursive: true }),
])
const CACHE_VERSION = "5"
const CACHE_VERSION = "6"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()