claude-depester 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,8 @@ Instead of seeing "Flibbertigibbeting", "Discombobulating", "Clauding", etc., yo
9
9
 
10
10
  > **Last updated:** 2026-01-13 | **Tested with:** Claude Code 2.1.4, 2.1.5
11
11
 
12
- ![Thinking... instead of silly words](img/screenshot1.png)
12
+ ![Thinking... instead of silly words](img/thinking.png)
13
+ ![Thought for Xs instead of Baked/Brewed/etc](img/thought.png)
13
14
 
14
15
  ## The Problem
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-depester",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Remove silly thinking words and completion verbs from Claude Code. Auto-patches and survives updates via SessionStart hook.",
5
5
  "main": "lib/patcher.js",
6
6
  "bin": {