← 返回列表
D

dsh-deepseek-status

v0.1.0 · 3 天前发布

DeepSeek Harness plugin: live DeepSeek official service status (status.deepseek.com) in the sidebar — overall status, component statuses, incidents, and uptime.

deepseek-harnessdshdsh-pluginstatusstatus-pagedeepseekmonitor

README

dsh-deepseek-status

DeepSeek Harness 插件:在 Web UI 侧边栏底部实时显示 DeepSeek 官方服务状态(status.deepseek.com 同源数据)。

  • 状态点 + 文字:绿=所有系统运行正常 / 蓝=维护中 / 黄=性能下降 / 橙=部分故障 / 红=严重故障 / 灰=状态未知

  • 点击展开面板:总体状态、最后更新时间、各组件状态、进行中的事件/维护、最近事件、各组件可用率(uptime%)

  • 宿主进程每 60s 轮询官方状态页并解析(Next.js SSR flight 数据),浏览器每 30s 拉取本地同源路由(无 CORS 问题)

  • 上游故障时保留最后一次成功快照并显示「更新于 X 分钟前」,绝不显示假"正常"
  • 安装

    sh

    从 npm


    dsh plugin --profile web add dsh-deepseek-status

    或从本地 checkout / tarball


    dsh plugin --profile web add ./dsh-deepseek-status
    dsh plugin --profile web add ./dsh-deepseek-status-0.1.0.tgz

    安装后重启 dsh web(新客户端插件需要重启进程才会被扫描进浏览器清单),即可在侧边栏左下角看到状态点。

    配置

    默认无需配置。三种覆盖方式(生效优先级从低到高):

    1. profile patch 覆盖本 bundle 的行:
    ```yaml
    # $DSH_HOME/profiles/web/cordis.patch.yml
    - id: deepseek-status
    config:
    pollInter

    查看完整 README →

    版本兼容矩阵

    DSH 版本状态说明
    dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
    dsh@0.1.0 ✅ 兼容 标准 patch ✅
    dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
    dsh@0.3.0+ ❓ 未知 尚未发布

    💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

    元数据

    License
    MIT
    npm
    dsh-deepseek-status
    Repo
    git+https://github.com/KekuKase/dsh-deepseek-status.git
    Engines
    {"node":">=18"}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web"}}