Skip to content

patch-cc 0.1.2

Choose a tag to compare

@anfreire anfreire released this 22 Jul 01:45
· 40 commits to main since this release

Fixed

  • thinking-inline now actually renders thinking inline. It previously applied cleanly but changed nothing visually: the rewrites targeted the renderer's case"thinking" arm, while Claude Code's activity-group builder swallowed every finished thinking message into the collapsed "thought for Ns" group before rendering. A new group-routing step flushes the open group and sends finished thinking into the visible message flow, where the existing rewrites render it expanded. Proven by a live A/B against a pristine 2.1.216.

Changed

  • subagent-prompt is now opt-in (the Subagents group no longer patches by default)
  • Plain menu title

Install: uv tool install patch-cc or pipx install patch-cc