@spences10/pi-context 0.0.20 → 0.0.21
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-context",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "Searchable local SQLite sidecar that keeps oversized Pi tool output useful without flooding model context",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"context",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@spences10/pi-
|
|
40
|
-
"@spences10/pi-
|
|
39
|
+
"@spences10/pi-redact": "0.0.11",
|
|
40
|
+
"@spences10/pi-tui-modal": "0.0.19"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@earendil-works/pi-coding-agent": "^0.74.1",
|