tweakcc-fixed 2.7.38 → 2.8.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 +4 -4
- package/dist/{config-Be6dX3XI.mjs → config-DExKIeti.mjs} +107 -82
- package/dist/{content-DKvKnKEI.mjs → content-BWwLHuul.mjs} +1 -1
- package/dist/identifierUnion-CHuiYy54.mjs +1 -0
- package/dist/index.mjs +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/nativeInstallation-Dg6az5Xv.mjs +4 -0
- package/package.json +2 -2
- package/dist/identifierUnion-BgzUd_JP.mjs +0 -1
- package/dist/nativeInstallation-BrGdwPlR.mjs +0 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/tweakcc-fixed)
|
|
8
8
|
[](https://www.npmjs.com/package/tweakcc-fixed)
|
|
9
|
-
[](https://github.com/anthropics/claude-code)
|
|
10
10
|
[](#credit--license)
|
|
11
11
|
|
|
12
12
|
**[Install](#install) · [Customize](#what-you-can-customize) · [The fork](#what-this-fork-adds) · [How it works](#how-it-works)**
|
|
@@ -53,12 +53,12 @@ It works the same on npm and native (Bun-compiled) installs, every change is a t
|
|
|
53
53
|
|
|
54
54
|
tweakcc-fixed is a strict superset of the original: everything above still applies, on the same latest Claude Code target. What it adds is reach.
|
|
55
55
|
|
|
56
|
-
The biggest difference is coverage. Its extractor pulls over
|
|
56
|
+
The biggest difference is coverage. Its extractor pulls over eight times the prompt surface upstream does — every model-facing string at any length: tool results, system reminders, utility-agent prompts, slash-command descriptions, and the short fragments the base skips. Every candidate string is classified by its emission site (model-facing vs UI vs internal) with verdicts cached content-addressed, so coverage is complete by construction, not by heuristic. That is what makes serious prompt editing possible in the first place.
|
|
57
57
|
|
|
58
58
|
| | tweakcc-fixed | upstream |
|
|
59
59
|
| ---------------------------- | :-----------: | :-------: |
|
|
60
|
-
| Prompt sites (CC 2.1.
|
|
61
|
-
| Unique prompt IDs | **
|
|
60
|
+
| Prompt sites (CC 2.1.246) | **5,914** | 732 |
|
|
61
|
+
| Unique prompt IDs | **5,545** | 732 |
|
|
62
62
|
| Patches | **61** | 45 |
|
|
63
63
|
| Overrides on native installs | **yes** | gated off |
|
|
64
64
|
|