pi-tool-duration 0.1.3 → 0.2.0

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,6 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## [0.2.0] - 2026-08-06
4
+
5
+ ### Changed
6
+
7
+ - Requires Pi 0.84.0 or later and refreshes the development lock against the released Pi 0.84.0 packages.
8
+ - Verified the tool timing hooks and lifecycle cleanup against Pi 0.84.0's extension events, emitted types, and runtime implementation.
9
+
10
+ ## [0.1.4] - 2026-07-16
11
+
12
+ - Refreshed the local Pi development lock and validation baseline to Pi 0.80.9; the unified model runtime/provider changes do not affect tool timing.
4
13
 
5
14
  ## [0.1.3] - 2026-07-14
6
15
 
package/README.md CHANGED
@@ -23,6 +23,8 @@ Scope: Pi tools that emit `tool_result` events, including built-ins and extensio
23
23
 
24
24
  ## Install
25
25
 
26
+ Requires Pi 0.84.0 or later.
27
+
26
28
  ```bash
27
29
  pi install . # local, global settings
28
30
  pi install -l --approve . # local, project settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-tool-duration",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Append model-visible durations to slow Pi tool results",
5
5
  "type": "module",
6
6
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
@@ -40,7 +40,7 @@
40
40
  ]
41
41
  },
42
42
  "devDependencies": {
43
- "@earendil-works/pi-coding-agent": "^0.80.7",
43
+ "@earendil-works/pi-coding-agent": "0.84.0",
44
44
  "typescript": "^5.9.3"
45
45
  },
46
46
  "peerDependencies": {