ErrorLst/dsh-notes

插件 ⭐ 0 MIT other

DSH(DeepSeek Harness)「小记」插件:常驻在侧栏与对话区之间的全高竖栏,上半部分为常驻会话卡片(卡片内直接对话,融合自 dsh-session-card),下半部分为持久化轻量笔记栏(全局与工作区两种作用域)。所有配色基于 DSH 主题令牌(--dsw-alias-),自动适配明暗主题。

catalog 简介:—

安装

# 1. 克隆并构建
git clone <本仓库地址> dsh-notes
cd dsh-notes
pnpm install
pnpm build            # 产出 lib/index.mjs(Host half)+ lib/client.js(浏览器 bundle)

# 2. 安装进 DSH(一步完成:加入 profile 依赖并自动登记为 bundle 层)
dsh plugin --profile web add .

# 3. 重启 DSH 使其生效
dsh web               # 或 dsh --profile web

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

README

展开完整 README 收起

README 内容为空。