gpt-5 lower verbosity

This commit is contained in:
Dax Raad
2025-08-08 20:42:22 -04:00
parent 9c7361c901
commit e530a3287a
6 changed files with 68 additions and 315 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ await Promise.all([
fs.mkdir(Global.Path.log, { recursive: true }),
])
const CACHE_VERSION = "4"
const CACHE_VERSION = "5"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()