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:
Aditya Vikram Singh 2026-08-23 21:18:07 +05:30
commit af073bccdd
21 changed files with 894 additions and 115 deletions

View file

@ -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')