cc-viewer 1.0.16 → 1.0.17

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 CHANGED
@@ -40,6 +40,8 @@ ccv --uninstall
40
40
  - Toggle between JSON view and plain text view
41
41
  - One-click JSON content copy
42
42
  - MainAgent requests support Body Diff JSON, showing a collapsible diff with the previous MainAgent request (only changed/added fields)
43
+ - Diff section supports JSON/Text view switching and one-click copy
44
+ - "Expand Diff" setting: when enabled, MainAgent requests auto-expand the diff section
43
45
  - Body Diff JSON tooltip is dismissible; once closed, the preference is persisted server-side and never shown again
44
46
  - Sensitive headers (`x-api-key`, `authorization`) are automatically masked in JSONL log files to prevent credential leakage
45
47
  - Inline token usage stats per request (input/output tokens, cache creation/read, hit rate)
@@ -79,6 +81,7 @@ Hover panel in the header area:
79
81
 
80
82
  - Token counts grouped by model (input/output)
81
83
  - Cache creation/read counts and cache hit rate
84
+ - Cache rebuild statistics: grouped by reason (TTL, system/tools/model change, message truncation/modification, key change) with count and cache_creation tokens
82
85
  - Main Agent cache expiration countdown
83
86
 
84
87
  ### Log Management