Skip to content

v0.7.9

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 04:30
· 11 commits to main since this release
9a75ea5

v0.7.9 the lines you asked for stay on screen:

tail -5, sed -n 60,200p and a cd on the line before them all keep their lines now
re-running a command tells you the output is unchanged instead of hiding it behind a handle
a fold never replaces a whole reply, so there is always something left to read around
switching branch or landing a commit does not reset what omni knows you have already seen
omni context --tokens counts every payload omni handed back, so a turn is never reported lighter than it was
omni never claims you have seen bytes your host capped before they reached you

What's Changed

  • fix(hooks): decline an over-cap payload in every shape normalize reads by @fajarhide in #727
  • fix(ledger): the project scope may fold part of a reply, never the whole of it by @fajarhide in #728
  • fix(distillers): an empty default is not a credential, and a redacted line keeps its comma by @fajarhide in #729
  • fix(stats): key a command class on what wrote the output, not on its cd by @fajarhide in #731
  • test(bench): resolve headroom from the command, and fail when a named arm is silent by @fajarhide in #730
  • fix(bench): run the head to head every bench, and publish the result that does not favour us by @fajarhide in #732
  • fix(bench): a competitor that changed nothing is a broken binary, not a loss by @fajarhide in #734
  • fix(ledger): a command that named its line budget keeps its lines by @fajarhide in #737
  • fix(ledger): read the line budget in command position, and read sed ranges by @fajarhide in #742
  • fix(ledger): read the line budget per command, not per reply by @fajarhide in #752
  • chore(deps-dev): bump @types/node from 26.2.0 to 26.4.0 in /plugins/pi by @dependabot[bot] in #748
  • chore(deps): bump taiki-e/install-action from 2.86.5 to 2.87.1 by @dependabot[bot] in #745
  • chore(deps-dev): bump @types/node from 26.2.0 to 26.4.0 in /plugins/openclaw by @dependabot[bot] in #747
  • chore(deps): bump softprops/action-gh-release from 3.0.2 to 3.0.3 by @dependabot[bot] in #746
  • test(ledger): a project fold outlives a branch switch and a new commit by @fajarhide in #754
  • docs(manual): say the MCP server is a cache trade on Claude Code by @fajarhide in #756
  • fix(hooks): count a declined payload's bytes in the context breakdown by @fajarhide in #758
  • chore(deps-dev): bump @earendil-works/pi-coding-agent from 0.84.2 to 0.84.4 in /plugins/pi by @dependabot[bot] in #749
  • chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates by @dependabot[bot] in #753
  • fix(ledger): tell a re-run its lines are unchanged, not that they were shown by @fajarhide in #759
  • fix(bench): tell the replay's ledger which command produced the payload by @fajarhide in #765
  • release: 0.7.9, and the first benchmark that can see the ledger's guards by @fajarhide in #770

Full Changelog: v0.7.8...v0.7.9