tweakcc 3.2.2 → 3.2.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 CHANGED
@@ -5,11 +5,14 @@
5
5
 
6
6
  <div align="left">
7
7
 
8
- ### Announcement: Piebald is released!
8
+ ### Check out Piebald
9
9
  We've released **Piebald**, the ultimate agentic AI developer experience. \
10
10
  Download it and try it out for free! **https://piebald.ai/**
11
11
 
12
- <sub>[Scroll down for tweakcc.](https://github.com/Piebald-AI/tweakcc#tweakcc) :point_down:</sub>
12
+ <a href="https://piebald.ai/discord"><img src="https://img.shields.io/badge/Join%20our%20Discord-5865F2?style=flat&logo=discord&logoColor=white" alt="Join our Discord"></a>
13
+ <a href="https://x.com/PiebaldAI"><img src="https://img.shields.io/badge/Follow%20%40PiebaldAI-000000?style=flat&logo=x&logoColor=white" alt="X"></a>
14
+
15
+ <sub>[**Scroll down for tweakcc.**](#tweakcc) :point_down:</sub>
13
16
 
14
17
  </div>
15
18
  </div>
@@ -17,9 +20,9 @@ Download it and try it out for free! **https://piebald.ai/**
17
20
  <div align="left">
18
21
  <a href="https://piebald.ai">
19
22
  <picture>
20
- <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/79c18689-e2f0-4008-a13f-61c80756286a">
21
- <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/25cb5df8-cf15-4cae-9c1e-e88645f06ee1">
22
- <img alt="hero" width="600" src="https://github.com/user-attachments/assets/25cb5df8-cf15-4cae-9c1e-e88645f06ee1">
23
+ <source media="(prefers-color-scheme: dark)" srcset="https://piebald.ai/screenshot-dark.png">
24
+ <source media="(prefers-color-scheme: light)" srcset="https://piebald.ai/screenshot-light.png">
25
+ <img alt="hero" width="800" src="https://piebald.ai/screenshot-light.png">
23
26
  </picture>
24
27
  </a>
25
28
  </div>
@@ -110,6 +113,8 @@ node dist/index.js
110
113
 
111
114
  ## Related projects
112
115
 
116
+ - [**cc-mirror**](https://github.com/numman-ali/cc-mirror) - Create multiple isolated Claude Code variants with custom providers (Z.ai, MiniMax, OpenRouter, LiteLLM). Uses tweakcc to system prompts, customize themes, thinking styles, and toolsets.
117
+
113
118
  Other tools for customizing Claude Code or adding functionality to it:
114
119
 
115
120
  - [**clotilde**](https://github.com/fgrehm/clotilde) - Wrapper for Claude Code that adds powerful manual session naming, resuming, forking, and incognito (ephemeral) session management to Claude Code.