tweakcc 3.0.2 → 3.1.0
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 +3 -2
- package/dist/index.js +283 -70
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
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.
|
|
10
|
+
> **NEW in 3.1.0:** tweakcc now enables you to manually name your Claude Code sessions—run `npx tweakc --apply` now to get a `/title my chat title` slash command (or `/rename`)!
|
|
11
11
|
|
|
12
12
|
> [!tip]
|
|
13
|
-
> **NEW in
|
|
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/)
|
|
14
14
|
|
|
15
15
|
<!--
|
|
16
16
|
> [!note]
|
|
@@ -23,6 +23,7 @@ With tweakcc, you can
|
|
|
23
23
|
|
|
24
24
|
- Customize all of Claude Code's **system prompts**
|
|
25
25
|
- Create custom **toolsets** that can be used in Claude Code with the new **`/toolset`** command
|
|
26
|
+
- Manually name **sessions** in Claude Code with `/title my chat name` or `/rename`
|
|
26
27
|
- Create **custom themes** with a graphical HSL/RGB color picker
|
|
27
28
|
- Add custom **thinking verbs** that will show while Claude's working
|
|
28
29
|
- Create custom **thinking spinner animations** with different speeds and phases
|