mirror of
https://github.com/wassname/pi-dynamic-context-pruning.git
synced 2026-08-16 11:25:33 +08:00
Adding in pi package details.
This commit is contained in:
+15
-1
@@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "@complexthings/pi-dynamic-context-pruning",
|
"name": "@complexthings/pi-dynamic-context-pruning",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "PI coding agent extension — Dynamic Context Pruning (DCP)",
|
"description": "PI coding agent extension — Dynamic Context Pruning (DCP)",
|
||||||
|
"keywords": [
|
||||||
|
"pi-package",
|
||||||
|
"pi-extension",
|
||||||
|
"coding-agent",
|
||||||
|
"dynamic-context-pruning",
|
||||||
|
"dcp",
|
||||||
|
"context",
|
||||||
|
"pruning"
|
||||||
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"pi": {
|
"pi": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
@@ -19,5 +28,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jsonc-parser": "^3.3.1"
|
"jsonc-parser": "^3.3.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@mariozechner/pi-coding-agent": "*",
|
||||||
|
"@mariozechner/pi-tui": "*",
|
||||||
|
"@sinclair/typebox": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user