mirror of
https://github.com/wassname/pi-dynamic-context-pruning.git
synced 2026-06-27 19:31:43 +08:00
9812beb817
- Fix Infinity anchorTimestamp repair on JSON round-trip (blocks extending to end-of-conversation now restored correctly instead of discarded) - Fix nextBlockId calculation to use max(id)+1 instead of array length - Rename internal prompt tag <dcp-message-id> to <dcp-id> - Add regression tests for corrupted-block resilience (PR #3, @wassname) - Update README with Contributors section - Update CHANGELOG for 1.0.7 - Bump package.json to 1.0.7 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"name": "@complexthings/pi-dynamic-context-pruning",
|
|
"version": "1.0.7",
|
|
"description": "PI coding agent extension — Dynamic Context Pruning (DCP)",
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"coding-agent",
|
|
"dynamic-context-pruning",
|
|
"dcp",
|
|
"context",
|
|
"pruning"
|
|
],
|
|
"type": "module",
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"author": {
|
|
"name": "Greg",
|
|
"email": "greg.harvell@complexthings.com",
|
|
"url": "https://github.com/complexthings"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/complexthings/pi-dynamic-context-pruning.git"
|
|
},
|
|
"dependencies": {
|
|
"jsonc-parser": "^3.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@mariozechner/pi-tui": "*",
|
|
"@sinclair/typebox": "*"
|
|
}
|
|
}
|