@kimuson/claude-code-viewer 0.6.0-beta.3 → 0.6.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 +20 -12
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/static/assets/{ProtectedRoute-edQHkSob.js → ProtectedRoute-KMCDjFpr.js} +1 -1
- package/dist/static/assets/{eye-9sEkIEDN.js → eye-DsqhY3YQ.js} +1 -1
- package/dist/static/assets/{index-mNk1AK9F.js → index-BU5VCG8M.js} +1 -1
- package/dist/static/assets/{index-C6F_DxvV.js → index-BUy-hZ_L.js} +1 -1
- package/dist/static/assets/{index-DwUYpLCb.js → index-DhqtKAUx.js} +2 -2
- package/dist/static/assets/{label-CkiWXRUG.js → label-Bx75JYJV.js} +1 -1
- package/dist/static/assets/{login-DJTmdJXo.js → login-CIKB0Oew.js} +1 -1
- package/dist/static/assets/{session-Cb2uALII.js → session-D50bOHyT.js} +25 -25
- package/dist/static/assets/{session-CdGXKJhs.js → session-WhX_gGJt.js} +1 -1
- package/dist/static/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,18 +40,6 @@ Claude Code Viewer is a web-based Claude Code client focused on **comprehensive
|
|
|
40
40
|
| System Information | Monitor Claude Code and Claude Code Viewer versions, feature compatibility, and system status |
|
|
41
41
|
| Multi-language Support | Full internationalization support with English, Japanese, and Simplified Chinese language options |
|
|
42
42
|
|
|
43
|
-
## Screenshots
|
|
44
|
-
|
|
45
|
-
| Feature | Capture |
|
|
46
|
-
| --- | --- |
|
|
47
|
-
| BasicChat (Desktop) |  |
|
|
48
|
-
| BasicChat (Mobile) |  |
|
|
49
|
-
| CommandCompletion |  |
|
|
50
|
-
| FileCompletion |  |
|
|
51
|
-
| Diff Viewer |  |
|
|
52
|
-
|
|
53
|
-
Note: Additional UI screenshots are available in [/e2e/snapshots/](./e2e/snapshots/)
|
|
54
|
-
|
|
55
43
|
## Installation & Usage
|
|
56
44
|
|
|
57
45
|
### Quick Start (CLI)
|
|
@@ -120,6 +108,26 @@ docker compose up --build
|
|
|
120
108
|
> - /path/to/claude_home:/root/.claude
|
|
121
109
|
> ```
|
|
122
110
|
|
|
111
|
+
## Screenshots
|
|
112
|
+
|
|
113
|
+
| Feature | Capture |
|
|
114
|
+
| --- | --- |
|
|
115
|
+
| BasicChat (Desktop) |  |
|
|
116
|
+
| BasicChat (Mobile) |  |
|
|
117
|
+
| Browser Preview (Right Panel) |  |
|
|
118
|
+
| Git Tab (Right Panel) |  |
|
|
119
|
+
| Review Panel (Right Panel) |  |
|
|
120
|
+
| File Diffs (Right Panel) |  |
|
|
121
|
+
| Settings |  |
|
|
122
|
+
| Start New Chat |  |
|
|
123
|
+
| Projects List |  |
|
|
124
|
+
| New Project Modal |  |
|
|
125
|
+
| CommandCompletion |  |
|
|
126
|
+
| FileCompletion |  |
|
|
127
|
+
| Diff Viewer |  |
|
|
128
|
+
|
|
129
|
+
Note: Additional UI screenshots are available in [/e2e/snapshots/](./e2e/snapshots/)
|
|
130
|
+
|
|
123
131
|
|
|
124
132
|
## Data Source
|
|
125
133
|
|
package/dist/main.js
CHANGED
|
@@ -7,7 +7,7 @@ import { Effect as Effect65 } from "effect";
|
|
|
7
7
|
// package.json
|
|
8
8
|
var package_default = {
|
|
9
9
|
name: "@kimuson/claude-code-viewer",
|
|
10
|
-
version: "0.6.0
|
|
10
|
+
version: "0.6.0",
|
|
11
11
|
description: "A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects.",
|
|
12
12
|
type: "module",
|
|
13
13
|
license: "MIT",
|