@kimuson/claude-code-viewer 0.4.13 → 0.4.15
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 +10 -7
- package/dist/main.js +529 -447
- package/dist/main.js.map +4 -4
- package/dist/static/assets/{ProtectedRoute-CdwJtygx.js → ProtectedRoute-C5fRf9hh.js} +1 -1
- package/dist/static/assets/{eye-vRHkOT2Y.js → eye-BpyPAB62.js} +1 -1
- package/dist/static/assets/{index-BENMSEhP.js → index-CGQpot94.js} +1 -1
- package/dist/static/assets/{index-CKGQ--tS.js → index-D07oc57n.js} +1 -1
- package/dist/static/assets/{index-DnV70LdM.js → index-DZukx-uT.js} +36 -36
- package/dist/static/assets/index-XlCGs7Gh.css +1 -0
- package/dist/static/assets/{label-CMEANyku.js → label-BhzS1w7s.js} +1 -1
- package/dist/static/assets/{login-CWyt9fyL.js → login-DpxCwKVk.js} +1 -1
- package/dist/static/assets/messages-Bglth_PW.js +1 -0
- package/dist/static/assets/messages-CI-bn0hx.js +1 -0
- package/dist/static/assets/messages-ny4ztBtq.js +1 -0
- package/dist/static/assets/{session-h5mv6_Wi.js → session-CEMQzyS6.js} +1 -1
- package/dist/static/assets/{session-40GpSLiu.js → session-DmyweLUZ.js} +58 -53
- package/dist/static/index.html +2 -2
- package/package.json +1 -1
- package/dist/static/assets/index-CF6ATi6V.css +0 -1
- package/dist/static/assets/messages-B4nydqXe.js +0 -1
- package/dist/static/assets/messages-DQZZWrCH.js +0 -1
- package/dist/static/assets/messages-DRQIx4IO.js +0 -1
package/README.md
CHANGED
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
[](https://github.com/d-kimuson/claude-code-viewer/actions/workflows/ci.yml)
|
|
5
5
|
[](https://github.com/d-kimuson/claude-code-viewer/releases)
|
|
6
6
|
|
|
7
|
+
<img height="auto" width="50%" alt="ccv-logo" src="https://github.com/user-attachments/assets/0e092b2b-6acd-4380-b924-eed7a28acd69" />
|
|
8
|
+
|
|
7
9
|
A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects. Start new conversations, resume existing sessions, monitor running tasks in real-time, and browse your conversation history—all through a modern web interface.
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
https://github.com/user-attachments/assets/090d4806-163f-4bac-972a-002c7433145e
|
|
10
12
|
|
|
11
13
|
## Introduction
|
|
12
14
|
|
|
@@ -25,20 +27,21 @@ Claude Code Viewer is a web-based Claude Code client focused on **comprehensive
|
|
|
25
27
|
| Continue Sessions | Claude Code Viewer provides advanced session process control. Sessions started through Claude Code Viewer remain alive (unless aborted), allowing you to continue conversations without resuming (no session-id reassignment) |
|
|
26
28
|
| Create Projects | Create new projects from Claude Code Viewer. Select a directory through the web UI to execute the `/init` command and begin project setup |
|
|
27
29
|
| File Upload & Preview | Upload images (PNG, JPEG, GIF, WebP), PDFs, and text files directly from the chat interface. Each file type displays with dedicated preview components—images render inline, PDFs embed with a viewer, and text files show formatted content |
|
|
30
|
+
| Browser Preview | Preview web applications directly within Claude Code Viewer. Click the preview button on any URL in chat messages to open a resizable browser panel on the right side. Features include URL input with keyboard navigation, reload functionality, and automatic chat window width adjustment. The embedded browser tracks URL changes as you navigate (same-origin only) |
|
|
28
31
|
| Message Scheduler | Schedule Claude Code messages using cron expressions for recurring tasks or specific datetime for one-time execution. Supports concurrency control (skip/run) for periodic jobs and auto-deletion for reserved jobs |
|
|
29
32
|
| Review Changes | Built-in Git Diff Viewer lets you review all changes directly within Claude Code Viewer |
|
|
30
33
|
| Commit Changes | Execute Git commits directly from the web interface within the Git Diff Viewer |
|
|
31
34
|
| Push Changes | Push committed changes directly from the Git Diff Viewer. Supports both separate push operations and combined commit-and-push workflows for streamlined deployment |
|
|
32
35
|
| MCP Server Viewer | View MCP server configurations directly in the session sidebar. Lists all configured servers with their names and commands, with real-time reload capability |
|
|
33
36
|
| System Information | Monitor Claude Code and Claude Code Viewer versions, feature compatibility, and system status |
|
|
34
|
-
| Multi-language Support | Full internationalization support with English and
|
|
37
|
+
| Multi-language Support | Full internationalization support with English, Japanese, and Simplified Chinese language options |
|
|
35
38
|
|
|
36
39
|
## Screenshots
|
|
37
40
|
|
|
38
41
|
| Feature | Capture |
|
|
39
42
|
| --- | --- |
|
|
40
|
-
| BasicChat (Desktop) |  |  |  |
|
|
44
|
+
| BasicChat (Mobile) |  |
|
|
42
45
|
| CommandCompletion |  |
|
|
43
46
|
| FileCompletion |  |
|
|
44
47
|
| Diff Viewer |  |
|
|
@@ -145,13 +148,13 @@ Settings can be configured from the sidebar in Claude Code Viewer.
|
|
|
145
148
|
| Permission Mode | Ask permission | Controls the approval logic when Claude Code requests tool invocations. By default, users approve requests through the UI. This feature requires Claude Code v1.0.82 or later; earlier versions automatically approve regardless of this setting. |
|
|
146
149
|
| Theme | System | Toggles between Dark Mode and Light Mode. Default follows system settings. |
|
|
147
150
|
| Notifications | None | Enables sound notifications when running session processes complete. Choose from multiple notification sounds with test playback functionality. |
|
|
148
|
-
| Language | System | Interface language selection. Supports English and
|
|
151
|
+
| Language | System | Interface language selection. Supports English, Japanese, and Simplified Chinese with automatic system detection. |
|
|
149
152
|
|
|
150
153
|
## Internationalization (i18n)
|
|
151
154
|
|
|
152
|
-
Claude Code Viewer currently supports **English** and **
|
|
155
|
+
Claude Code Viewer currently supports **English**, **Japanese**, and **Simplified Chinese (简体中文)**. Adding new languages is straightforward—simply add a new `messages.json` file for your locale (see [src/i18n/locales/](./src/i18n/locales/) for examples).
|
|
153
156
|
|
|
154
|
-
|
|
157
|
+
If you'd like support for your language, please open an issue—we'll add it quickly!
|
|
155
158
|
|
|
156
159
|
## Alternatives & Differentiation
|
|
157
160
|
|