cc-viewer 0.2.0 → 0.2.1

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
@@ -45,8 +45,8 @@ ccv --uninstall
45
45
 
46
46
  点击右上角「对话模式」按钮,将 Main Agent 的完整对话历史解析为聊天界面:
47
47
 
48
- - 用户消息左对齐(蓝色气泡)
49
- - Main Agent 回复左对齐(深灰气泡),支持 Markdown 渲染
48
+ - 用户消息右对齐(蓝色气泡),Main Agent 回复左对齐(深色气泡),支持 Markdown 渲染
49
+ - `/compact` 消息自动识别并折叠展示,点击展开查看完整摘要
50
50
  - 工具调用结果内联显示在对应的 Assistant 消息内部
51
51
  - `thinking` 块默认折叠,点击展开查看思考过程
52
52
  - `tool_use` 显示为紧凑的工具调用卡片(Bash、Read、Edit、Write、Glob、Grep、Task 等均有专属展示)
@@ -69,8 +69,10 @@ Header 区域的「Token 消耗统计」悬浮面板:
69
69
  通过左上角 CC-Viewer 下拉菜单:
70
70
 
71
71
  - 导入本地日志:浏览历史日志文件,按项目分组,在新窗口打开
72
+ - 加载本地 JSONL 文件:直接选择本地 `.jsonl` 文件加载查看(支持最大 200MB)
72
73
  - 当前日志另存为:下载当前监控的 JSONL 日志文件
73
74
  - 导出用户 Prompt:提取并展示所有用户输入,支持 system-reminder 折叠查看
75
+ - 导出 Prompt 为 TXT:将用户 Prompt 导出为本地 `.txt` 文件
74
76
 
75
77
  ### 多语言支持
76
78