v0.7.1 — context-limit detection heuristic
[0.7.1] — 2026-06-29
Patch fix discovered during v0.7.0 smoke test (= empirical heuristic, superseded by v0.7.2 canonical lookup).
Fixed
-
peer_context_statuslimit detection — model strings in JSONL don't always carry the[1m]suffix. v0.7.1 added empirical heuristic: iftokensUsed > STANDARD_LIMIT (200k), bump toONE_M_LIMIT (1M). v0.7.2 replaces this with canonical lookup table. -
dist/bundle.cjsrebuilt with the fix.
Tests
- 243 → 244 (+1 for heuristic).