dd2673/dsh-rtk

Plugin ⭐ 0 NOASSERTION developer-toolstools

把本机 RTK(Rust Token Killer)以 DSH 原生插件 方式接入 DeepSeek Harness:模型通过 pwsh 工具执行的命令会被自动改写为 RTK 过滤版本(git status → rtk git status),压缩后的输出再返回给模型, 与 Claude Code / Codex 的 PreToolUse 钩子等价,模型无需显式写 rtk 命令。

catalog description:Native DSH bundle that rewrites pwsh commands through RTK while preserving DSH execution policy.

Install

# 1. 在插件目录构建
cd D:\AI\DeepSeek\plugins-split\dsh-rtk
pnpm install && pnpm build

# 2. 挂载到目标 profile(以 devtools-test 为例)
#    在 <profile>/package.json 的 dependencies 添加:
#      "dsh-rtk": "link:D:/AI/DeepSeek/plugins-split/dsh-rtk"
#    在 <profile>/package.json 的 dsh.profile.bundles 添加 "dsh-rtk"
#    在 <profile>/cordis.patch.yml 添加:
#      - id: rtk
#        name: dsh-rtk
#        config:
#          enabled: true
#          announceToAgent: true

Add dd2673/dsh-rtk to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.