Releases: ykdojo/claude-code-tips
v0.26.7
v0.26.6
v0.26.5
v0.26.4
v0.26.3
v0.26.2
v0.26.1
v0.26.0
System prompt patches for Claude Code 2.1.51 through 2.1.70
- Added patches for versions 2.1.51, 2.1.63, 2.1.66, 2.1.68, 2.1.69, 2.1.70
- 2.1.70: new
customRegexsupport in patch-cli.js for complex JS ternary expressions that differ across npm/native builds - Added note about Claude Code built-in voice mode
All patch sets verified across npm, native Linux, and native macOS builds.
v0.25.1
fix: half-clone counts progress messages as user messages
The grep chains matched "type":"user" anywhere in the raw JSON line, including inside nested subagent progress data. This inflated the clean user message count (e.g. 53 vs actual 28), causing the cut point to land on a progress message instead of a real user turn.
Replace all grep chains with a single filter_clean_user_msgs helper that extracts the top-level type (first "type":"..." in the line). Also filters isMeta, interrupted, and tool_result in one pass.
Fixes #8.
Also fixes 4 pre-existing test failures and adds a new test for the progress message bug. 11/11 tests passing.
Plugin version: 0.14.9