cc-context-stats 1.13.1 → 1.14.0

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -385,6 +385,8 @@ Session Summary
385
385
  context-stats # Live monitoring (default)
386
386
  context-stats -w 5 # Custom refresh interval (5 seconds)
387
387
  context-stats --no-watch # Show once and exit
388
+ context-stats export # Export session stats as Markdown
389
+ context-stats export abc123def --output report.md
388
390
  context-stats --type cumulative # Show cumulative context usage
389
391
  context-stats --type both # Show both graphs
390
392
  context-stats --type mi # Model Intelligence over time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-context-stats",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "description": "Monitor your Claude Code session context in real-time - track token usage and never run out of context",
5
5
  "main": "scripts/statusline.js",
6
6
  "bin": {