← 返回列表
D

@graysilver/dsh-task-modes

v0.2.0 · 1 天前发布

Composable working, reasoning, and quality controls for DeepSeek Harness Web.

deepseek-harnessdshdsh-pluginai-agentsprompt-engineeringagent-reviewplan-modeacceptance-review

README

dsh-task-modes

English README

一个可独立安装的 DeepSeek Harness Web bundle,通过一个包含三个可组合维度的任务模式按钮工作,不修改 DeepSeek Harness core:

  • 工作状态:执行或计划;

  • 推理方式:标准或第一性原理;

  • 质量门:关闭、对抗性审查或验收审查。
  • !dsh-task-modes

    安装

    无需全局安装 DSH,直接将固定 npm 版本安装到 Web profile:

    sh
    npx -y @deepseek-ai/dsh plugin --profile web add @graysilver/dsh-task-modes@0.2.0

    如果已经全局安装 dsh,可以使用:

    sh
    dsh plugin --profile web add @graysilver/dsh-task-modes@0.2.0

    安装后重启 Web profile,输入区工具旁会出现一个任务模式按钮。按钮显示当前组合,例如 Execute · Standard · Off;点开后可选择三个维度。bundle 会接管独立的 Plan 状态 UI seat,因此输入区只保留一个任务模式入口,同时仍复用官方 Plan service 和审批流程。该 bundle 要求标准 DSH Plan mode capability;若服务不存在,它会明确加载失败,而不会伪造一个计划模式。

    需要审计源码或进行开发时,可以安装固定 Git revision:

    `

    查看完整 README →

    版本兼容矩阵

    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
    @graysilver/dsh-task-modes
    Repo
    git+https://github.com/GraySilver/dsh-task-modes.git
    Engines
    {"node":"^22.19.0 || >=24.0.0"}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web","inject":["@deepseek-ai/dsh-api-remotes","@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-connection","@deepseek-ai/dsh-client-locale","@deepseek-ai/dsh-client-ui-conversation","@deepseek-ai/dsh-client-ui-primitives","@deepseek-ai/dsh-client-ui-slots"]}}