-
Notifications
You must be signed in to change notification settings - Fork 119
Several patch failures against Claude Code 2.1.76 #611
Copy link
Copy link
Description
Environment
- Claude Code version: 2.1.76
- TweakCC: latest (installed via npx)
- Platform: WSL2/Ubuntu 24.04
- Previous working version: 2.1.49
Failed patches
Running npx tweakcc --apply against CC 2.1.76 produces these failures:
/stuckslash command —Could not find system prompt "Skill: /stuck slash command" in cli.js- patchesAppliedIndication —
failed to find Claude Code version pattern(patch 2 failed) - agentsMd —
failed to find early return null for injection - sessionMemory —
failed to find past sessions gate - userMessageDisplay —
failed to find user message display pattern
Successfully applied
- Verbose property (token counter)
- Opusplan[1m] support
- Fix LSP support
- Model customizations
- Show more items in select menus
- Thinking verbs/format/visibility
- MCP non-blocking
Notes
All failures are regex-match failures — the target code patterns in cli.js changed between 2.1.49 and 2.1.76. The prompt extraction (245 files) worked fine.
Reactions are currently unavailable