cc-viewer 1.1.1 → 1.2.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 +4 -1
- package/dist/assets/{index-BHtxCYLG.js → index-BKNofE3-.js} +111 -96
- package/dist/assets/index-IwP1YVNl.css +1 -0
- package/dist/index.html +2 -2
- package/locales/i18n.json +114 -2
- package/package.json +1 -1
- package/server.js +52 -1
- package/dist/assets/index-BBqiuoMW.css +0 -1
package/README.md
CHANGED
|
@@ -60,6 +60,7 @@ Click the "Chat mode" button in the top right to parse Main Agent's full convers
|
|
|
60
60
|
- User selection messages (AskUserQuestion) shown in Q&A format
|
|
61
61
|
- System tags (`<system-reminder>`, `<project-reminder>`, etc.) auto-collapsed
|
|
62
62
|
- Skill loaded messages auto-detected and collapsed, showing skill name; click to expand full documentation with Markdown rendering
|
|
63
|
+
- Skills reminder auto-detected and collapsed
|
|
63
64
|
- System text auto-filtered, showing only real user input
|
|
64
65
|
- Multi-session segmented display (auto-segmented after `/compact`, `/clear`, etc.)
|
|
65
66
|
- Each message shows a timestamp accurate to the second, derived from API request timing
|
|
@@ -83,6 +84,7 @@ Hover panel in the header area:
|
|
|
83
84
|
- Cache creation/read counts and cache hit rate
|
|
84
85
|
- Cache rebuild statistics: grouped by reason (TTL, system/tools/model change, message truncation/modification, key change) with count and cache_creation tokens
|
|
85
86
|
- Tool usage statistics: call counts per tool, sorted by frequency
|
|
87
|
+
- Skill usage statistics: call counts per skill, sorted by frequency
|
|
86
88
|
- Concept help (?) icons: click to view built-in documentation for MainAgent, CacheRebuild, and each tool
|
|
87
89
|
- Main Agent cache expiration countdown
|
|
88
90
|
|
|
@@ -93,7 +95,8 @@ Via the CC-Viewer dropdown menu in the top left:
|
|
|
93
95
|
- Import local logs: browse historical log files, grouped by project, opens in new window
|
|
94
96
|
- Load local JSONL file: directly select and load a local `.jsonl` file (up to 500MB)
|
|
95
97
|
- Download current log: download the current monitoring JSONL log file
|
|
96
|
-
-
|
|
98
|
+
- Merge logs: combine multiple JSONL log files into a single session for unified analysis
|
|
99
|
+
- Export user prompts: extract and display all user inputs with three view modes — Original (raw content), Context (with system tags collapsible), and Text (plain text only); slash commands (`/model`, `/context`, etc.) shown as standalone entries; command-related tags auto-hidden from prompt content
|
|
97
100
|
- Export prompts to TXT: export user prompts (text only, excluding system tags) to a local `.txt` file
|
|
98
101
|
|
|
99
102
|
### Multi-language Support
|