alk233/dsh-wechat-status1

@dsh-external/dsh-wechat-status

Persistent WeChat login watchdog for DSH: polls the dsh-wechat bridge status and shows a Web overlay banner when the session drops and re-scanning is required. AI-generated, educational use only.

AI 分析

微信登录状态看门狗,适合使用dsh-wechat并需要实时断线重连提醒的用户。

パッケージ
@dsh-external/dsh-wechat-status
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/12

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alk233/dsh-wechat-status

ドキュメント

README 全文を読む ↗

验证组合配置(应看到 "- id: dsh-wechat-status" 行)

npx @deepseek-ai/dsh --profile --dump-config


**重启 DSH 后生效。**

> ⚠️ **别用** `npx dsh plugin`——npm 上 `dsh` 这个名字早在 2016 年就被一个不相关的
> JS shell 包占用(`dsh@1.0.1`,作者 `infusion`),它没暴露 CLI bin,会报
> `could not determine executable to run`。DSH 的 CLI 在 scoped 包
> `@deepseek-ai/dsh` 下,必须用完整名。

## 前置依赖

需要先安装并登录 [`dsh-wechat`](https://github.com/pan17/dsh-wechat)。本插件只读取它的
状态,不修改它的任何行为:

```bash
npx @deepseek-ai/dsh plugin --profile 
 add dsh-wechat