brunhildzhou/dsh-all-warmup0

dsh-all-warmup

Global frictionless warm-up layer plugin for DeepSeek Harness: every session (top-level, every subagent depth, after compaction) runs one independent warmup call with a minimal catalog, then exposes the full original mode from the second round on.

AI 分析

核心用途是通过首轮极简调用为新会话或子代理进行无感热身。适合需要优化会话初始化响应、减少首轮延迟的 DSH 用户。支持通过配置文件进行热重载,无需重启。

パッケージ
dsh-all-warmup
バージョン
0.1.0
ライセンス
NOASSERTION
最終更新
2026/08/15

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:brunhildzhou/dsh-all-warmup

ドキュメント

README 全文を読む ↗

配置

- insert:
    - id: all-warmup
      name: dsh-all-warmup
      config:
        excludePresets: [minimal]   # 排除清单(默认排除官方极简模式)
        # warmupText: 你是谁         # 热身文案(默认"你是谁")

使用与署名

MIT License。如果你参考或改编了本插件的代码:

  • 欢迎 fork 本项目,在 fork 仓库中改造和发布
  • 参考了本插件代码后,如果在你的项目 README 中提及本仓库 作者会在心灵上感谢你哈哈
  • 任何分发都必须保留 LICENSE 文件与版权声明(MIT 强制要求)