claudecode-history-viewer 1.0.1 → 1.0.2
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.en-US.md +3 -1
- package/README.md +3 -1
- package/package.json +1 -1
package/README.en-US.md
CHANGED
|
@@ -35,7 +35,9 @@ npm install -g claudecode-history-viewer
|
|
|
35
35
|
claudecode-history-viewer
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
Open **http://localhost:3747
|
|
38
|
+
Open **http://localhost:3747**
|
|
39
|
+
|
|
40
|
+
Disable auto-open: `NO_OPEN_BROWSER=1 npx claudecode-history-viewer`
|
|
39
41
|
|
|
40
42
|
### Clone from GitHub (development)
|
|
41
43
|
|
package/README.md
CHANGED
|
@@ -35,7 +35,9 @@ npm install -g claudecode-history-viewer
|
|
|
35
35
|
claudecode-history-viewer
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
浏览器访问 **http://localhost:3747
|
|
38
|
+
浏览器访问 **http://localhost:3747**
|
|
39
|
+
|
|
40
|
+
禁用自动打开:`NO_OPEN_BROWSER=1 npx claudecode-history-viewer`
|
|
39
41
|
|
|
40
42
|
### 从 GitHub 克隆(开发 / 改代码)
|
|
41
43
|
|