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 +2 -1
- package/dist/assets/{index-CgfGIm_Z.js → index-Bf2poirE.js} +118 -118
- package/dist/assets/{index-MD7-2CKg.css → index-C_eOlam6.css} +1 -1
- package/dist/index.html +2 -2
- package/interceptor.js +11 -2
- package/locales/ar.json +3 -3
- package/locales/da.json +3 -3
- package/locales/de.json +3 -3
- package/locales/en.json +2 -0
- package/locales/es.json +3 -3
- package/locales/fr.json +3 -3
- package/locales/it.json +3 -3
- package/locales/ja.json +3 -3
- package/locales/ko.json +3 -3
- package/locales/no.json +3 -3
- package/locales/pl.json +3 -3
- package/locales/pt-BR.json +3 -3
- package/locales/ru.json +3 -3
- package/locales/th.json +3 -3
- package/locales/tr.json +3 -3
- package/locales/uk.json +3 -3
- package/locales/zh-TW.json +3 -3
- package/locales/zh.json +2 -0
- package/package.json +1 -1
- package/server.js +31 -1
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
|
|