claude-scope 0.8.41 → 0.8.42

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.
@@ -3574,7 +3574,7 @@ var init_context_widget = __esm({
3574
3574
  const current_usage = contextWindow.current_usage;
3575
3575
  const context_window_size = contextWindow.context_window_size;
3576
3576
  const used_percentage = contextWindow.used_percentage;
3577
- if (used_percentage !== void 0) {
3577
+ if (used_percentage !== void 0 && used_percentage > 0) {
3578
3578
  const renderData2 = {
3579
3579
  used: 0,
3580
3580
  // Will be calculated from percentage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-scope",
3
- "version": "0.8.41",
3
+ "version": "0.8.42",
4
4
  "description": "Claude Code plugin for session status and analytics",
5
5
  "license": "MIT",
6
6
  "type": "module",