tweakcc 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +82 -78
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
tweakcc is a CLI tool that upgrades your Claude Code experience. Customize its system prompts, add custom themes, create toolsets, and personalize the UI.
|
|
8
8
|
|
|
9
9
|
> [!important]
|
|
10
|
-
> **NEW in 3.1.0:** tweakcc now enables you to manually name your Claude Code sessions—run `npx
|
|
10
|
+
> **NEW in 3.1.0:** tweakcc now enables you to manually name your Claude Code sessions—run `npx tweakcc --apply` now to get a `/title my chat title` slash command (or `/rename`)!
|
|
11
11
|
|
|
12
12
|
> [!tip]
|
|
13
13
|
> **NEW in 3.0.0:** tweakcc now supports Claude Code native installations! It also adds a new feature to CC called **toolsets**—try them out in Claude Code with the `/toolsets` command after you create them in tweakcc. Lastly it makes [Claude Code's native LSP server support work.](https://www.reddit.com/r/ClaudeAI/comments/1otdfo9/lsp_is_coming_to_claude_code_and_you_can_try_it/)
|
|
@@ -53,7 +53,7 @@ $ pnpm dlx tweakcc
|
|
|
53
53
|
|
|
54
54
|
tweakcc works by patching Claude Code's minified `cli.js` file. For npm-based installations this file is modified directly, but for native installation it's extracted from the binary, patched, and then the binary is repacked. When you update your Claude Code installation, your customizations will be overwritten, but they're remembered in your configuration file, so they can be reapplied by just running `npx tweakcc --apply`.
|
|
55
55
|
|
|
56
|
-
tweakcc is verified to work with Claude Code **2.0.
|
|
56
|
+
tweakcc is verified to work with Claude Code **2.0.55**.
|
|
57
57
|
|
|
58
58
|
### Configuration directory
|
|
59
59
|
|