@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.
- package/CHANGELOG.md +5 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kylebrodeur/pi-model-router",
|
|
3
|
-
"version": "0.2.
|
|
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.
|
|
54
|
-
"@earendil-works/pi-ai": "^0.
|
|
55
|
-
"@earendil-works/pi-coding-agent": ">=0.
|
|
56
|
-
"@earendil-works/pi-tui": "^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.
|
|
60
|
+
"@earendil-works/pi-coding-agent": "^0.78.1",
|
|
61
61
|
"prettier": "^3.8.1",
|
|
62
62
|
"typescript": "^6.0.2"
|
|
63
63
|
}
|