@grapine.ai/contextprune 0.1.2 → 0.1.4
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/README.md
CHANGED
|
@@ -186,13 +186,14 @@ A live browser dashboard that monitors your Claude Code sessions in real time. N
|
|
|
186
186
|
|
|
187
187
|
**Healthy Context Dashboard**
|
|
188
188
|
|
|
189
|
-

|
|
189
|
+

|
|
190
190
|
|
|
191
191
|
|
|
192
192
|
|
|
193
193
|
**Context Compression Recommendation Dashboard**
|
|
194
194
|
|
|
195
|
-

|
|
196
|
+
|
|
196
197
|
|
|
197
198
|
**What the dashboard shows:**
|
|
198
199
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grapine.ai/contextprune",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Garbage collection for LLM context windows.",
|
|
5
5
|
"author": "Grapine AI <hello@grapine.ai>",
|
|
6
6
|
"homepage": "https://www.contextprune.com",
|
|
@@ -46,8 +46,7 @@
|
|
|
46
46
|
"files": [
|
|
47
47
|
"dist/",
|
|
48
48
|
"README.md",
|
|
49
|
-
"license.md"
|
|
50
|
-
"screenshots/"
|
|
49
|
+
"license.md"
|
|
51
50
|
],
|
|
52
51
|
"exports": {
|
|
53
52
|
".": {
|
|
Binary file
|
|
Binary file
|