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.
- package/README.md +2 -0
- 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