JunguangJiang/ds-whale-ui0

ds-whale-ui

A swimming, spouting whale progress indicator for the DeepSeek Harness Web UI while the agent is thinking or running tools.

AI 분석

核心用途是为 DSH 网页端提供一个趣味性的加载动画。适合想要替换默认加载提示、在等待模型思考或工具执行时看到可爱鲸鱼动画以提升使用趣味性的用户。

패키지
ds-whale-ui
버전
0.1.0
최근 업데이트
2026. 8. 19.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JunguangJiang/ds-whale-ui

推送到 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