Bug Report
tweakcc version: 4.0.11
Claude Code version: 2.1.92
OS: Windows 11 Pro
What happens
Running npx tweakcc --apply results in the themes patch failing:
patch: themes: failed to find objArrMatch
The full patch output shows ✗ Themes in the results. Themes saved in ~/.tweakcc/config.json are not applied to Claude Code.
Other failing patches
patch: findBoxComponent: failed to find Box component (neither ink-box createElement nor displayName found)
patch: patchesAppliedIndication: failed to find Box component
patch: themes: failed to find objArrMatch
patch: agentsMd: failed to find fs expression in function
patch: sessionMemory: failed to find past sessions gate
patch: getAppStateSelectorAndUseState: failed to find pattern
patch: toolsets: toolFetchingMemo: failed to find app state info
patch: toolsets: step 2 failed (writeToolFetchingUseMemo)
patch: mcpStartup: failed to find MCP_CONNECTION_NONBLOCKING check
patch: userMessageDisplay: failed to find Box component
patch: inputPatternHighlighters: failed to find highlight?.color renderer pattern
Patches that still work
- Verbose property
- Opusplan[1m] support
- Fix LSP support
- Model customizations
- Show more items in select menus
- Thinking verbs / format / symbol / visibility
Notes
Attempting to apply also caused a SyntaxError: Invalid or unexpected token crash in cli.js on a prior run, requiring --restore to recover. The themes are saved in config but cannot be applied until this is patched.
Bug Report
tweakcc version: 4.0.11
Claude Code version: 2.1.92
OS: Windows 11 Pro
What happens
Running
npx tweakcc --applyresults in the themes patch failing:The full patch output shows
✗ Themesin the results. Themes saved in~/.tweakcc/config.jsonare not applied to Claude Code.Other failing patches
Patches that still work
Notes
Attempting to apply also caused a
SyntaxError: Invalid or unexpected tokencrash incli.json a prior run, requiring--restoreto recover. The themes are saved in config but cannot be applied until this is patched.