patch-cc 0.1.2
Fixed
thinking-inlinenow actually renders thinking inline. It previously applied cleanly but changed nothing visually: the rewrites targeted the renderer'scase"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-promptis 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