Skip to content

v0.7.1 — context-limit detection heuristic

Choose a tag to compare

@michalekz michalekz released this 30 Jun 13:18
· 101 commits to main since this release

[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_status limit detection — model strings in JSONL don't always carry the [1m] suffix. v0.7.1 added empirical heuristic: if tokensUsed > STANDARD_LIMIT (200k), bump to ONE_M_LIMIT (1M). v0.7.2 replaces this with canonical lookup table.

  • dist/bundle.cjs rebuilt with the fix.

Tests

  • 243 → 244 (+1 for heuristic).