tweakcc-fixed 2.3.4 → 2.4.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/{config-DO3JYWNw.mjs → config-DA5WGkrh.mjs} +36 -36
- package/dist/{content-6AvhLjvY.mjs → content-B4UtFUNc.mjs} +1 -1
- package/dist/identifierUnion-DWQSMV2M.mjs +1 -0
- package/dist/index.mjs +1 -1
- package/dist/lib/index.d.mts +1 -0
- package/dist/lib/index.mjs +1 -1
- package/dist/{nativeInstallation-DdLkyCkE.mjs → nativeInstallation-BSy3hpBP.mjs} +1 -1
- package/package.json +1 -1
- package/dist/identifierUnion-Bd-9WQXT.mjs +0 -1
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)**
|
|
@@ -56,7 +56,7 @@ The biggest difference is coverage. Its extractor pulls roughly twice the prompt
|
|
|
56
56
|
|
|
57
57
|
| | tweakcc-fixed | upstream |
|
|
58
58
|
| ---------------------------- | :-----------: | :-------: |
|
|
59
|
-
| Prompt sites (CC 2.1.
|
|
59
|
+
| Prompt sites (CC 2.1.195) | **1,390** | 524 |
|
|
60
60
|
| Unique prompt IDs | **1,050** | 520 |
|
|
61
61
|
| Patches | **58** | 45 |
|
|
62
62
|
| Overrides on native installs | **yes** | gated off |
|
|
@@ -96,6 +96,7 @@ Each patch is tagged with how it behaves on `--apply`: **`[default on]`** applie
|
|
|
96
96
|
- `strip-empty-system-reminders` **`[always]`** — drop the empty `<system-reminder>` blocks left after empty tool output
|
|
97
97
|
- `read-default-lines` **`[always]`** — an env-gated cap on the default `Read` line count
|
|
98
98
|
- `suppress-deferred-tools` **`[opt-in]`** — drop the deferred-tools announcement
|
|
99
|
+
- `multi-skill-invocation` **`[opt-in]`** — run every `/skill` you type in one message ("`/a /b do X`"), not just the leading one
|
|
99
100
|
|
|
100
101
|
**Models & prompts**
|
|
101
102
|
|