JunguangJiang/ds-whale-ui ↗★ 0
ds-whale-ui
A swimming, spouting whale progress indicator for the DeepSeek Harness Web UI while the agent is thinking or running tools.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JunguangJiang/ds-whale-ui说明文档
阅读完整 README ↗推送到 GitHub 仓库(确保有 build 产物或配置了 prepare script)
git init && git add -A && git commit -m "initial" git remote add origin git@github.com:yourname/ds-whale-ui.git git push -u origin main
用户安装:
```sh
dsh plugin --profile web add github:yourname/ds-whale-ui
### 方式三:本地路径(当前使用)
```sh
dsh plugin --profile web add /absolute/path/to/ds-whale-ui
# 或使用相对路径
dsh plugin --profile web add ./ds-whale-ui
卸载
dsh plugin --profile web remove ds-whale-ui