pi-thinking-timer 0.1.1 → 0.1.2

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 +5 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # pi-thinking-timer
2
2
 
3
+ ![Screen Recording 2026-02-18 at 14 54 33](https://github.com/user-attachments/assets/4bea2cef-ff46-4bca-8589-e60f7658bc20)
4
+
5
+
3
6
  A small **pi** extension that shows a live timer next to the collapsed **Thinking** label.
4
7
 
8
+ ![Thinking Timer demo](https://raw.githubusercontent.com/xRyul/pi-thinking-timer/main/assets/demo.gif)
9
+
5
10
  Instead of only:
6
11
 
7
12
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-thinking-timer",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pi extension that shows a live timer next to collapsed Thinking blocks.",
5
5
  "license": "MIT",
6
6
  "author": "xryul",
@@ -18,7 +18,8 @@
18
18
  "pi-extension"
19
19
  ],
20
20
  "pi": {
21
- "extensions": ["./thinking-timer.ts"]
21
+ "extensions": ["./thinking-timer.ts"],
22
+ "image": "https://raw.githubusercontent.com/xRyul/pi-thinking-timer/main/assets/demo.gif"
22
23
  },
23
24
  "peerDependencies": {
24
25
  "@mariozechner/pi-coding-agent": "*",