codewhale.history 2.8.9 → 2.8.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewhale.history",
3
- "version": "2.8.9",
3
+ "version": "2.8.10",
4
4
  "description": "CodeWhale utility commands: session history, tool listing, file snapshot, interactive code quiz — global install",
5
5
  "bin": {
6
6
  "codewhale-history": "./_list_sessions.js",
@@ -170,12 +170,15 @@ explanation. The model removes lines from the file and the user restores them.
170
170
 
171
171
  #### Thinking Suppression (Interactive Mode)
172
172
 
173
- During steps 1–4 (selection through presentation), **suppress thinking
174
- entirely**. Do not include the selected snippet, the original lines, or
175
- which lines are being removed in your reasoning. The user can see the
176
- thinking block and it spoils the exercise. Use light thinking only for
177
- mechanical coordination (e.g., "reading file, selecting lines 42-55,
178
- removing 2 lines, presenting") — never the actual code.
173
+ During steps 1–4 (selection through presentation), use **Skip** thinking
174
+ depth — emit no reasoning_content at all. Do not include the selected
175
+ snippet, the original lines, or which lines are being removed. The
176
+ thinking block is visible to the user and spoils the exercise before it
177
+ begins. Resume normal thinking depth at step 5 (after presentation).
178
+
179
+ The `edit_file` diff output is unavoidably visible in the transcript
180
+ (CodeWhale transparency), but thinking control keeps the primary leak
181
+ closed.
179
182
 
180
183
  #### Interactive Mode Presentation Format
181
184