@hk_net/pi-thinking-command 0.1.10 → 0.1.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.11 - 2026-08-29
4
+
5
+ ### Changed
6
+
7
+ - Require Pi 0.84.4 or newer; this is the development, type-compatibility, and test baseline.
8
+
3
9
  ## 0.1.10 - 2026-08-27
4
10
 
5
11
  ### Changed
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `/think` command extension for pi
2
2
 
3
- Adds a `/think` thinking-level shortcut and status display to Pi 0.84.1 or newer (tested with the current Pi 0.84.3 release).
3
+ Adds a `/think` thinking-level shortcut and status display to Pi 0.84.4 or newer.
4
4
 
5
5
  This is especially useful when switching between model classes. Smaller models, including many local models, often benefit from tighter thinking limits than larger hosted models from major providers.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hk_net/pi-thinking-command",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Pi extension that adds a /think slash command for changing reasoning level",
5
5
  "type": "module",
6
6
  "private": false,