cc-viewer 1.0.6 → 1.0.7

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
@@ -32,13 +32,14 @@ ccv --uninstall
32
32
 
33
33
  - Real-time capture of all API requests from Claude Code, including streaming responses
34
34
  - Left panel shows request method, URL, duration, and status code
35
- - Automatically identifies and labels Main Agent and Sub Agent requests
35
+ - Automatically identifies and labels Main Agent and Sub Agent requests (with sub-types: Bash, Task, Plan, General)
36
36
  - Right panel supports Request / Response tab switching
37
37
  - Request Body expands `messages`, `system`, `tools` one level by default
38
38
  - Response Body fully expanded by default
39
39
  - Toggle between JSON view and plain text view
40
40
  - One-click JSON content copy
41
41
  - MainAgent requests support Body Diff JSON, showing a collapsible diff with the previous MainAgent request (only changed/added fields)
42
+ - Body Diff JSON tooltip is dismissible; once closed, the preference is persisted server-side and never shown again
42
43
 
43
44
  ### Chat Mode
44
45