Skip to content

patch-cc 0.1.4

Choose a tag to compare

@anfreire anfreire released this 23 Jul 12:16
· 38 commits to main since this release

Highlights

  • apply --help is now the dynamic manual. It reads your installed binary on demand to list that build's real subagent agents and models, shows every patch per group with titles and enable hints, a "configuring patches" section, and worked full-command examples.
  • list slimmed to a quick catalog — id + description + simple hints (default and cached values). It no longer reads the binary, so it's instant, and the misleading (via --model) tag on off-by-default patches is fixed.
  • New: apply --from-cache — replay your last interactive menu selection non-interactively, re-validated against the current binary. An explicit CLI apply now also records its selection to that cache (a bare apply never does, so it can't clobber a remembered pick), and the menu shows a reapply hint after a successful patch.
  • Thinking patches regrouped — the "Live thinking" group folds into a single Thinking group (ordered as an escalation), and thinking-summaries is renamed Fix blank thinking blocks with a description that says why it exists.
  • Apply report polish — no more duplicated version in the heading, and configurable patches (branding, version marker, subagent models) now report the value they actually applied.

Docs updated: README, CONDUCT.md (the hermetic rule now carves out the explicit --from-cache exception), PLAYBOOK.md, and the cache internals.

Install / upgrade

uvx patch-cc              # run without installing
uv tool install patch-cc  # or install on PATH
pipx install patch-cc     # or via pipx / pip

Full changelog: v0.1.3...v0.1.4