Skip to content

Commit b0c9966

Browse files
authored
Remove daemon status/restart references from docs and READMEs (#914)
These commands were removed in the persistent daemon refactor. Only `daemon stop` remains as a user-facing command.
1 parent 5f59f9b commit b0c9966

5 files changed

Lines changed: 3 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ OpenCLI connects to Chrome/Chromium through a lightweight Browser Bridge extensi
5757

5858
```bash
5959
opencli doctor
60-
opencli daemon status
6160
```
6261

6362
### 4. Run your first commands
@@ -75,7 +74,7 @@ Use OpenCLI directly when you want a reliable command instead of a live browser
7574
- `opencli list` shows every registered command.
7675
- `opencli <site> <command>` runs a built-in or generated adapter.
7776
- `opencli register mycli` exposes a local CLI through the same discovery surface.
78-
- `opencli daemon status` and `opencli doctor` help diagnose browser connectivity.
77+
- `opencli doctor` helps diagnose browser connectivity.
7978

8079
## For AI Agents
8180

README.zh-CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ OpenCLI 通过轻量 Browser Bridge 扩展和本地微型 daemon 与 Chrome/Chro
4545

4646
```bash
4747
opencli doctor
48-
opencli daemon status
4948
```
5049

5150
### 4. 跑第一个命令
@@ -63,7 +62,7 @@ opencli bilibili hot --limit 5
6362
- `opencli list` 查看当前所有命令
6463
- `opencli <site> <command>` 调用内置或生成好的适配器
6564
- `opencli register mycli` 把本地 CLI 接入同一发现入口
66-
- `opencli doctor` / `opencli daemon status` 处理浏览器连通性问题
65+
- `opencli doctor` 处理浏览器连通性问题
6766

6867
## 给 AI Agent
6968

docs/guide/browser-bridge.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ The daemon manages the WebSocket connection between your CLI commands and the Ch
4141
The daemon auto-starts on first browser command and stays alive persistently.
4242

4343
```bash
44-
opencli daemon status # Check daemon state (PID, uptime, extension, memory)
4544
opencli daemon stop # Graceful shutdown
46-
opencli daemon restart # Stop + restart
4745
```
4846

4947
The daemon is persistent — it stays alive until you explicitly stop it (`opencli daemon stop`) or uninstall the package.

docs/guide/troubleshooting.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,11 @@ OPENCLI_CDP_TARGET=detail.1688.com opencli 1688 item 841141931191 -f json
3131
### Daemon issues
3232

3333
```bash
34-
# Check daemon status (PID, uptime, extension connection, memory)
35-
opencli daemon status
36-
3734
# View extension logs
3835
curl localhost:19825/logs
3936

40-
# Stop or restart the daemon
37+
# Stop the daemon
4138
opencli daemon stop
42-
opencli daemon restart
4339

4440
# Full diagnostics
4541
opencli doctor

docs/zh/guide/browser-bridge.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ opencli doctor # 检查扩展 + 守护进程连接
2828
Daemon 在首次运行浏览器命令时自动启动,之后保持常驻运行。
2929

3030
```bash
31-
opencli daemon status # 查看 daemon 状态(PID、运行时长、扩展连接、内存)
3231
opencli daemon stop # 优雅关停
33-
opencli daemon restart # 重启
3432
```
3533

3634
Daemon 为常驻模式,会一直运行直到你显式停止(`opencli daemon stop`)或卸载包。

0 commit comments

Comments
 (0)