@grapine.ai/contextprune 0.1.1 → 0.1.3
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 +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -184,16 +184,6 @@ 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
|
-

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

|
|
196
|
-
|
|
197
187
|
**What the dashboard shows:**
|
|
198
188
|
|
|
199
189
|
**Context Window** — utilization bar with colour-coded status (green → yellow → red). Switches to Compression Suggested / Compress Now badges as context fills up.
|