@grapine.ai/contextprune 0.1.3 → 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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -184,6 +184,17 @@ npx @grapine.ai/contextprune watch --port 8080
184
184
 
185
185
  A live browser dashboard that monitors your Claude Code sessions in real time. No configuration — run `npx @grapine.ai/contextprune watch` and it opens automatically.
186
186
 
187
+ **Healthy Context Dashboard**
188
+
189
+ ![Healthy Context Dashboard](https://github.com/grapine-ai/contextprune-examples-ts/blob/main/screenshots/cp_dashboard_healthy.jpg?raw=true)
190
+
191
+
192
+
193
+ **Context Compression Recommendation Dashboard**
194
+
195
+ ![Context Compression Recommendation Dashboard](https://github.com/grapine-ai/contextprune-examples-ts/blob/main/screenshots/cp_dashboard_healthy.jpg?raw=true)
196
+
197
+
187
198
  **What the dashboard shows:**
188
199
 
189
200
  **Context Window** — utilization bar with colour-coded status (green → yellow → red). Switches to Compression Suggested / Compress Now badges as context fills up.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grapine.ai/contextprune",
3
- "version": "0.1.3",
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",