tweakcc-fixed 2.3.1 → 2.3.3
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 +16 -14
- package/dist/{config-BIUszwwT.mjs → config-8tCWqEB5.mjs} +4 -4
- package/dist/{content-C6NVZIaj.mjs → content-Bn3roEkx.mjs} +1 -1
- package/dist/identifierUnion-CsCDd5w_.mjs +1 -0
- package/dist/index.mjs +5 -5
- package/dist/lib/index.d.mts +0 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/{nativeInstallation-5a1et253.mjs → nativeInstallation-DThz6NAn.mjs} +1 -1
- package/package.json +1 -1
- package/dist/identifierUnion-N_n-SC8r.mjs +0 -1
package/README.md
CHANGED
|
@@ -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.191) | **1,
|
|
59
|
+
| Prompt sites (CC 2.1.191) | **1,380** | 519 |
|
|
60
60
|
| Unique prompt IDs | **1,050** | 519 |
|
|
61
61
|
| Patches | **58** | 45 |
|
|
62
62
|
| Overrides on native installs | **yes** | gated off |
|
|
@@ -72,33 +72,35 @@ Two of those are worth calling out, and both ship off by default. **fff-first Ba
|
|
|
72
72
|
|
|
73
73
|
<br>
|
|
74
74
|
|
|
75
|
+
Each patch is tagged with how it behaves on `--apply`: **`[default on]`** applies unless you set its config flag to `false`, **`[always]`** applies unconditionally with no toggle, **`[opt-in]`** applies only if you turn it on. Patches that change model-facing behavior are marked **on by default** below — `--apply` activates them even if you never selected them, so review these before applying.
|
|
76
|
+
|
|
75
77
|
**Memory & context**
|
|
76
78
|
|
|
77
|
-
- `dream-mode` — `/dream` plus automatic memory consolidation
|
|
78
|
-
- `lean-memory-types` — a trimmed memory-type taxonomy
|
|
79
|
-
- `claudemd-context-once-per-conversation` — inject CLAUDE.md and context once per conversation, not every turn
|
|
79
|
+
- `dream-mode` **`[default on]`** — `/dream` plus automatic memory consolidation
|
|
80
|
+
- `lean-memory-types` **`[opt-in]`** — a trimmed memory-type taxonomy
|
|
81
|
+
- `claudemd-context-once-per-conversation` **`[default on]`** — inject CLAUDE.md and context once per conversation, not every turn (rewrites how CLAUDE.md reaches the model)
|
|
80
82
|
|
|
81
83
|
**Reasoning**
|
|
82
84
|
|
|
83
|
-
- `max-effort-default` — Opus defaults to max reasoning effort
|
|
84
|
-
- `complexity-router` — route reasoning effort by task difficulty _(experimental)_
|
|
85
|
+
- `max-effort-default` **`[opt-in]`** — Opus defaults to max reasoning effort
|
|
86
|
+
- `complexity-router` **`[opt-in]`** — route reasoning effort by task difficulty _(experimental)_
|
|
85
87
|
|
|
86
88
|
**Search**
|
|
87
89
|
|
|
88
|
-
- `swap-ripgrep-for-fff` — fff-backed grep, find, and rg _(experimental)_
|
|
90
|
+
- `swap-ripgrep-for-fff` **`[opt-in]`** — fff-backed grep, find, and rg _(experimental)_
|
|
89
91
|
|
|
90
92
|
**Correctness & noise**
|
|
91
93
|
|
|
92
|
-
- `fix-rewind-summary-header` — an honest rewind / compaction summary header
|
|
93
|
-
- `fix-summarize-from-here` — "summarize from here" starts at the rewind point, not the top
|
|
94
|
-
- `strip-empty-system-reminders` — drop the empty `<system-reminder>` blocks left after empty tool output
|
|
95
|
-
- `read-default-lines` — an env-gated cap on the default `Read` line count
|
|
96
|
-
- `suppress-deferred-tools` — drop the deferred-tools announcement
|
|
94
|
+
- `fix-rewind-summary-header` **`[default on]`** — an honest rewind / compaction summary header
|
|
95
|
+
- `fix-summarize-from-here` **`[default on]`** — "summarize from here" starts at the rewind point, not the top
|
|
96
|
+
- `strip-empty-system-reminders` **`[always]`** — drop the empty `<system-reminder>` blocks left after empty tool output
|
|
97
|
+
- `read-default-lines` **`[always]`** — an env-gated cap on the default `Read` line count
|
|
98
|
+
- `suppress-deferred-tools` **`[opt-in]`** — drop the deferred-tools announcement
|
|
97
99
|
|
|
98
100
|
**Models & prompts**
|
|
99
101
|
|
|
100
|
-
- `autonomous-operation-all-models` — apply the Fable/Mythos autonomous prompt set to every model
|
|
101
|
-
- `auto-mode-classifier-model` — pin the auto-mode safety classifier to a cheaper model
|
|
102
|
+
- `autonomous-operation-all-models` **`[opt-in]`** — apply the Fable/Mythos autonomous prompt set to every model
|
|
103
|
+
- `auto-mode-classifier-model` **`[opt-in]`** — pin the auto-mode safety classifier to a cheaper model
|
|
102
104
|
|
|
103
105
|
</details>
|
|
104
106
|
|