Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 05:13
· 45 commits to main since this release
cd9706d

zut v0.21.0

Install with:

curl -fsSL https://raw.githubusercontent.com/bnema/zut/main/install.sh | bash

Or download a binary below, verify it with checksums.txt, and add it to your $PATH.

Changelog

Added

Fixed

  • 36aecf0: fix(cache): preserve request routing state (@bnema)
  • 1a6392e: fix(core): preserve provider prompt prefixes (@bnema)
  • f7259b0: fix(modes): keep session info in scrollback (@bnema)
  • 125f053: fix(modes): preserve queued image context (@bnema)
  • 54f793e: fix(provider): gate Responses cache continuation (@bnema)
  • 59535ff: fix(provider): retain full request on continuation mismatch (@bnema)
  • 775d96b: fix(provider): use websocket for codex subscriptions (@bnema)
  • c21eb9c: fix(provider): verify cache continuation boundaries (@bnema)
  • d79d4ec: fix(subagents): harden projection persistence (@bnema)
  • 81538e1: fix(subagents): preserve projection portability (@bnema)
  • 77dae25: fix(subagents): report queued spawn waits (@bnema)
  • 623e758: fix(tools): guide recovery from ambiguous edits (@bnema)

Changed

  • 5bcc0f8: perf(state): skip redundant persistence writes (@bnema)

Documentation

Tests

Other changes