cc-viewer 0.2.0 → 1.0.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 +5 -2
- package/lib/assets/index-DHxuhfJE.js +555 -0
- package/lib/index.html +1 -1
- package/lib/server.js +2 -2
- package/locales/ar.json +7 -2
- package/locales/da.json +7 -2
- package/locales/de.json +7 -2
- package/locales/en.json +7 -2
- package/locales/es.json +7 -2
- package/locales/fr.json +7 -2
- package/locales/it.json +7 -2
- package/locales/ja.json +7 -2
- package/locales/ko.json +7 -2
- package/locales/no.json +7 -2
- package/locales/pl.json +7 -2
- package/locales/pt-BR.json +7 -2
- package/locales/ru.json +7 -2
- package/locales/th.json +7 -2
- package/locales/tr.json +7 -2
- package/locales/uk.json +7 -2
- package/locales/zh-TW.json +7 -2
- package/locales/zh.json +7 -2
- package/package.json +1 -1
- package/lib/assets/index-BX8W4MxH.js +0 -551
package/README.md
CHANGED
|
@@ -40,13 +40,14 @@ ccv --uninstall
|
|
|
40
40
|
- Response Body 默认全部展开
|
|
41
41
|
- 支持 JSON 视图与纯文本视图切换
|
|
42
42
|
- 支持一键复制 JSON 内容
|
|
43
|
+
- MainAgent 请求支持 Body Diff JSON,折叠展示与上一次 MainAgent 请求的差异(仅显示变更/新增字段)
|
|
43
44
|
|
|
44
45
|
### 对话模式
|
|
45
46
|
|
|
46
47
|
点击右上角「对话模式」按钮,将 Main Agent 的完整对话历史解析为聊天界面:
|
|
47
48
|
|
|
48
|
-
-
|
|
49
|
-
-
|
|
49
|
+
- 用户消息右对齐(蓝色气泡),Main Agent 回复左对齐(深色气泡),支持 Markdown 渲染
|
|
50
|
+
- `/compact` 消息自动识别并折叠展示,点击展开查看完整摘要
|
|
50
51
|
- 工具调用结果内联显示在对应的 Assistant 消息内部
|
|
51
52
|
- `thinking` 块默认折叠,点击展开查看思考过程
|
|
52
53
|
- `tool_use` 显示为紧凑的工具调用卡片(Bash、Read、Edit、Write、Glob、Grep、Task 等均有专属展示)
|
|
@@ -69,8 +70,10 @@ Header 区域的「Token 消耗统计」悬浮面板:
|
|
|
69
70
|
通过左上角 CC-Viewer 下拉菜单:
|
|
70
71
|
|
|
71
72
|
- 导入本地日志:浏览历史日志文件,按项目分组,在新窗口打开
|
|
73
|
+
- 加载本地 JSONL 文件:直接选择本地 `.jsonl` 文件加载查看(支持最大 200MB)
|
|
72
74
|
- 当前日志另存为:下载当前监控的 JSONL 日志文件
|
|
73
75
|
- 导出用户 Prompt:提取并展示所有用户输入,支持 system-reminder 折叠查看
|
|
76
|
+
- 导出 Prompt 为 TXT:将用户 Prompt 导出为本地 `.txt` 文件
|
|
74
77
|
|
|
75
78
|
### 多语言支持
|
|
76
79
|
|