dsh-client-ui-period-hint
在输入栏显示当前dsAPI价格时段
- Stars
- 0
- Language
- —
- Created
- Aug 21, 2026
- Updated
- Aug 21, 2026
Introduction
dsh-client-ui-period-hint
Peak/idle period hint chip in the composer tool row (conversation.input.left) for the DeepSeek Harness Web UI.
面向 DeepSeek Harness Web 界面的峰值/空闲时段提示插件:在输入框工具栏(conversation.input.left)显示当前请求时段(高峰/空闲)的小标签。
A client UI plugin (profile bundle) for DeepSeek Harness. It adds a small chip next to the composer input that hints the current request period (peak / idle).
这是 DeepSeek Harness 的一个客户端 UI 插件(profile bundle),在输入框旁显示当前请求时段(高峰 / 空闲)提示。
Screenshots / 截图
| Peak / 高峰 | Idle / 空闲 |
|---|---|
![]() | ![]() |
Install / 安装
Requires a dsh CLI (DeepSeek Harness). Install into the profile you boot — the Web UI uses the web profile:
需要 dsh CLI(DeepSeek Harness)。装到你要启动的 profile 里——Web 界面使用 web profile:
pnpm dsh plugin --profile web add https://github.com/<your-username>/dsh-client-ui-period-hint/releases/download/v0.1.0-rc.8/deepseek-ai-dsh-client-ui-period-hint-0.1.0-rc.8.tgz
Then restart pnpm dsh web.
然后重启 pnpm dsh web。
Peer packages (
@deepseek-ai/cordis,@deepseek-ai/dsh-client-runtime,@deepseek-ai/dsh-client-ui-conversation,@deepseek-ai/dsh-invariants) are provided by the standarddsh-base/dsh-web-appbundles at boot; a normal Harness install already carries them.
这些 peer 依赖(
@deepseek-ai/cordis、@deepseek-ai/dsh-client-runtime、@deepseek-ai/dsh-client-ui-conversation、@deepseek-ai/dsh-invariants)在启动时由标准的dsh-base/dsh-web-appbundle 提供,正常安装的 Harness 已自带。
Publishing a new version / 发布新版本
-
Build and pack the updated plugin (the tarball contains the built
lib/). -
Bump the version in
package.jsonand name the tarball<name>-<version>.tgz. -
Replace the tarball in this repo, commit, and push.
-
Create a GitHub Release tagged
v<version>and attach the tarball as an asset. -
Update the install URL above to the new version.
-
构建并打包更新后的插件(tarball 内包含编译好的
lib/)。 -
更新
package.json中的版本号,并把 tarball 命名为<name>-<version>.tgz。 -
替换本仓库中的 tarball,提交并推送。
-
创建 GitHub Release,tag 为
v<version>,把 tarball 作为附件上传。 -
更新上方安装 URL 中的版本号。
License / 许可证
MIT — see LICENSE.
MIT — 见 LICENSE。

