feat(web,cli): open the ready Web UI by default

This commit is contained in:
lsdsjy
2026-08-19 15:42:12 +08:00
parent 24ef32c7b8
commit d66841ea3f
40 changed files with 979 additions and 82 deletions
+3 -1
View File
@@ -20,7 +20,7 @@ Install `Node.js`, then run:
npx @deepseek-ai/dsh web
```
The command starts the Web UI, served at `http://127.0.0.1:3080` by default. See [Web UI guide](docs/user/guide/index.md).
The command starts the Web UI at `http://127.0.0.1:3080` by default and opens it in the default browser for a local launch. An SSH launch only prints the host URL because the SSH client or editor owns the local forwarded address. Pass `--no-open` to run the server without opening a browser. See [Web UI guide](docs/user/guide/index.md).
### Run from source
@@ -34,6 +34,8 @@ pnpm run build
pnpm dsh web
```
`pnpm run build` prepares the repository artifacts. `pnpm dsh web` uses those built artifacts without rebuilding.
## Community and support
- Feel free to submit feedback or bug reports through [GitHub Discussions](https://github.com/deepseek-ai/deepseek-harness/discussions).