Howardzhangdqs/dsh-recap

Plugin ⭐ 2 MIT automationweb-ui

DSH recap plugin: distills every model request (turn:step) into one sentence, rendered inline in the conversation flow

Install

# 1. 克隆并构建
git clone https://github.com/Howardzhangdqs/dsh-recap.git ~/Code/dsh-recap
cd ~/Code/dsh-recap && pnpm install && pnpm build

# 2. 在 ~/.dsh/profiles/web/package.json 的 dependencies 中添加本地依赖
#    "dsh-recap": "link:/home/you/Code/dsh-recap"

# 3. 在 ~/.dsh/profiles/web/cordis.patch.yml 中追加挂载条目
#    - insert:
#        - id: recap
#          name: 'dsh-recap'

# 4. 安装并重启
cd ~/.dsh/profiles/web && pnpm install

Add Howardzhangdqs/dsh-recap to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.