@kylebrodeur/pi-model-router 0.2.0 → 0.2.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/CHANGELOG.md +5 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.2.1] - 2026-06-05
2
+
3
+ - Bumped @earendil-works/pi-coding-agent SDK to 0.78.1.
4
+ - Updated tool `execute` signatures to match the new SDK API.
5
+
1
6
  # Changelog
2
7
 
3
8
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kylebrodeur/pi-model-router",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "Intelligent per-turn model router extension for the pi coding agent (Enhanced Fork)",
6
6
  "keywords": [
@@ -50,14 +50,14 @@
50
50
  "prepublishOnly": "npm run tsc"
51
51
  },
52
52
  "peerDependencies": {
53
- "@earendil-works/pi-agent-core": "^0.75.0",
54
- "@earendil-works/pi-ai": "^0.75.0",
55
- "@earendil-works/pi-coding-agent": ">=0.75.0",
56
- "@earendil-works/pi-tui": "^0.75.0",
53
+ "@earendil-works/pi-agent-core": "^0.78.1",
54
+ "@earendil-works/pi-ai": "^0.78.1",
55
+ "@earendil-works/pi-coding-agent": ">=0.78.1",
56
+ "@earendil-works/pi-tui": "^0.78.1",
57
57
  "typebox": "*"
58
58
  },
59
59
  "devDependencies": {
60
- "@earendil-works/pi-coding-agent": "^0.75.0",
60
+ "@earendil-works/pi-coding-agent": "^0.78.1",
61
61
  "prettier": "^3.8.1",
62
62
  "typescript": "^6.0.2"
63
63
  }