Howardzhangdqs/dsh-recap

插件 ⭐ 2 MIT automationweb-ui

DSH回顾插件:将每次模型请求(轮次:步骤)提炼为一句话,并内联显示在对话流中。

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

安装

# 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

Howardzhangdqs/dsh-recap 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。