D
dsh-composer-skill-mention
v0.1.0 · 2 天前发布
Codex-style $ and fullwidth ¥ Skill mentions for the DSH composer
README
dsh-composer-skill-mention
English | 中文
为 DeepSeek Harness Web 输入框提供 Codex 风格的 Skill 提及。
已按 @deepseek-ai/dsh@0.1.0-rc.6 验证。
安装
需要 Node.js 22 或更高版本,并确保 pnpm 在 PATH 中:
bash
dsh plugin --profile web add dsh-composer-skill-mention@0.1.0
卸载命令:dsh plugin --profile web remove dsh-composer-skill-mention。
做什么
在输入框里键入 $ 或全角人民币符号 ¥(U+FFE5),即可筛选当前会话可用的 Skills。选中候选后写入规范文本 $skill-name 。进入 Agent step 之前,宿主通过 DSH 的 Skill registry 加载该 Skill 正文,并作为 skill-invocation 上下文注入。
$dis 与 ¥dis 打开同一份候选。选中后草稿一律写成 $skill-name ,而不是全角触发符。手工输入或粘贴 $skill-name、¥skill-name 具有相同的宿主语义。
行为
renderSkillContent()。版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-composer-skill-mention
- Repo
- git+https://github.com/SisyphusSQ/dsh-plugins.git
- Engines
{"node":">=22"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-api-remotes","@deepseek-ai/dsh-client-connection","@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-ui-input-trigger"],"platform":"web"}}