bump copilot plugin, give better error message for copilot (#4678)

This commit is contained in:
Aiden Cline
2025-11-23 22:40:15 -08:00
committed by GitHub
parent b9b071c744
commit ac1e2bfd49
4 changed files with 13 additions and 3 deletions

View File

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