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.

包名
@dsh-external/dsh-wechat-status
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

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

验证组合配置(应看到 "- 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