CatheadOwl/dsh-extras0

@catheadowl/dsh-extras

DSH 精选扩展包,包含质量关卡(gates)、Markdown 重命名与链接关卡(markdown)、声明式提示词注入(prompt)及知识路由(routes)。

AI 分析

核心用途是提供一组开箱即用的 DSH 增强工具和策略控制模块。适合希望通过单次安装获得提示词注入、质量控制和路由等多种进阶功能的 DSH 用户。

包名
@catheadowl/dsh-extras
版本
0.1.1
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CatheadOwl/dsh-extras

Configuration

Disable a single module by row id in your profile patch layer:

- id: gates
  disabled: true

Modules with defaults can be overridden. All config keys per row:

RowConfig keys
gatesmaxConsecutiveBlocks (consecutive-block cap, default 3; exhausted → degrade to pass)
promptproviderTimeoutMs / totalTimeoutMs / renderBudgetChars (example below)
markdown / routesno plugin config keys
- id: prompt
  config:
    providerTimeoutMs: 2000
    totalTimeoutMs: 5000
    renderBudgetChars: 4000

Adding or removing modules happens through package versions: upgrade this package, then dsh plugin update shrinks or grows the composition rows.