mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-25 08:22:42 +00:00
merge(main): rematch #1118 after #1116/#1122 — daily cache v29
#1115 took v28 on main. OrcaRouter pricing takes the next number. Keep-both CHANGELOG. MIN_SUPPORTED stays 28.
This commit is contained in:
commit
af073bccdd
21 changed files with 894 additions and 115 deletions
|
|
@ -33,7 +33,7 @@ const WORK = process.env['UPGRADE_PATH_WORK'] || join(tmpdir(), 'codeburn upgrad
|
|||
const OLD_SESSION_CACHE = 'session-cache.v7.json'
|
||||
const OLD_DAILY_CACHE = 'daily-cache.v17.json'
|
||||
const NEW_SESSION_CACHE_DIR = 'session-cache.v9'
|
||||
const NEW_DAILY_CACHE = 'daily-cache.v28.json'
|
||||
const NEW_DAILY_CACHE = 'daily-cache.v29.json'
|
||||
|
||||
const HOME = join(WORK, 'user home')
|
||||
const PAYLOADS = join(WORK, 'payloads')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue