Skip to content

JevGate 0.14.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 04:23
· 133 commits to main since this release
cargo install jevgate --locked
  • Code comments are packed into requests within runs of consecutive definitions, whose ends are chosen by each definition's name rather than its position. Adding or removing one comment now re-asks only the requests of its own run: in a comment-dense file, one request instead of every request after it (6 of 6 before, in compose.rs). Full runs send 12–53% more comment requests but only 1–2% more tokens.
  • The first run after upgrading re-asks each comment once, since the grouping changed. No other rule's requests change, so their cached answers stay valid.