Skip to content

Tags: hristo2612/jinn

Tags

v0.28.7

Toggle v0.28.7's commit message
release: v0.28.7 — quiet no-op upgrades

v0.28.6

Toggle v0.28.6's commit message
release: v0.28.6 — real Claude model names, unstuck turns, and web se…

…ssion accounting

v0.28.5

Toggle v0.28.5's commit message
release: v0.28.5 — restore the real 1M context window on every claude…

… PTY

v0.28.4

Toggle v0.28.4's commit message
release: v0.28.4 — compact at the model's real context ceiling; prune…

… stale web bundles

Claude Code picks its auto-compact point from a budget that is separate from
the model's context window, resolved from CLAUDE_CODE_AUTO_COMPACT_WINDOW, the
autoCompactWindow setting, server client-data, and finally a per-model default.
We set none of them, so sessions on a 1M-window model compacted near 166K.
buildPtyEnv now requests the 1M ceiling; Claude clamps it to the active model's
own max, so smaller-window models self-limit and the env var still overrides.

sync-web-dist copied content-hashed assets over an existing directory without
ever removing the previous build's files, so dist/web only grew and a browser
holding an older entry chunk could keep booting a stale bundle. Pruning runs
after the index swap, preserving the copy-then-swap ordering that keeps a live
gateway from serving an index whose assets have not landed yet.

v0.28.3

Toggle v0.28.3's commit message
release: v0.28.3

v0.28.2

Toggle v0.28.2's commit message
release: v0.28.2 — restore migration checks and CI

v0.28.1

Toggle v0.28.1's commit message
release: v0.28.1 — restore npm CLI entrypoint

v0.28.0

Toggle v0.28.0's commit message
fix(release): harden v0.28 runtime dependencies

v0.27.0

Toggle v0.27.0's commit message
release: v0.27.0 — model-scoped Claude usage buckets + long-session c…

…hat fix