tweakcc 3.1.0 → 3.1.2

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +74 -79
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -12,16 +12,14 @@ tweakcc is a CLI tool that upgrades your Claude Code experience. Customize its
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/)
14
14
 
15
- <!--
16
15
  > [!note]
17
16
  > ⭐ **If you find tweakcc useful, please consider [starring the repository](https://github.com/Piebald-AI/tweakcc) to show your support!** ⭐
18
- -->
19
17
 
20
18
  <img src="./assets/demo.gif" alt="Animated GIF demonstrating running `npx tweakcc`, creating a new theme, changing all of Claude Code's UI colors to purple, changing the thinking format from '<verb>ing...' to 'Claude is <verb>ing', changing the generating spinner style to a 50m glow animation, applying the changes, running Claude, and using '/config' to switch to the new theme, and sending a message to see the new thinking verb format." width="800">
21
19
 
22
20
  With tweakcc, you can
23
21
 
24
- - Customize all of Claude Code's **system prompts**
22
+ - Customize all of Claude Code's **system prompts** (**NEW:** also see [**Claude Code System Prompts**](https://github.com/Piebald-AI/claude-code-system-prompts))
25
23
  - Create custom **toolsets** that can be used in Claude Code with the new **`/toolset`** command
26
24
  - Manually name **sessions** in Claude Code with `/title my chat name` or `/rename`
27
25
  - Create **custom themes** with a graphical HSL/RGB color picker
@@ -97,6 +95,8 @@ tweakcc allows you to customize the various parts of Claude Code's system prompt
97
95
  - prompts for builtin Task/Plan/Explore subagents, and
98
96
  - prompts for utilities such as conversation compaction, WebFetch summarization, Bash command analysis, CLAUDE.md/output style/statusline creation, and many more.
99
97
 
98
+ 👉 See [**Claude Code System Prompts**](https://github.com/Piebald-AI/claude-code-system-prompts) for a breakdown of all the system prompt parts, as well as a changelog and diffs for each CC version.
99
+
100
100
  Because the system prompt is **dynamically composed** based on several factors, **it's not one string** that can be simply modified in a text editor. It's a bunch of smaller strings sprinkled throughout Claude Code's source code.
101
101
 
102
102
  tweakcc's method for modifying involves maintaining one markdown file for each individual portion of the prompt, resulting in a file for each tool description, each agent/utility prompt, and one for the main system prompt and a few more for various large notes inserted into other prompt parts.