GrayCodeTeam/graycode-for-dsh--packages-bundle5

@graycode/dsh

将 GrayCode 能力作为可安装的 DeepSeek Harness 组合包进行集成的插件

AI 分析

核心用途是增量插入 GrayCode 核心与客户端插件。适合需要一键集成 GrayCode 完整工作流、记忆和检查点能力的用户,版本锁定于 DSH 0.1.0-rc.6。

包名
@graycode/dsh
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GrayCodeTeam/graycode-for-dsh#4c71da7f553a3bef025315e24a2bd0e985d17bac&path:packages/bundle

@graycode/dsh

GrayCode 能力的 DSH 组合包(bundle)。

本包仅声明 dsh.bundle.patchcordis.patch.yml),在 DSH profile 的 base/web 层之上 增量插入 GrayCode 插件行:

- insert:
    - id: graycode
      name: '@graycode/dsh-plugin'
    - id: graycode-client
      name: '@graycode/dsh-client'

安装(以本地 tarball 为例):

dsh plugin --profile graycode add ./graycode-dsh-0.1.0.tgz
dsh --profile graycode
  • 版本锁定:DSH 0.1.0-rc.6(见仓库根 docs/ADR-0001.md)。
  • 组合层默认值在插件 Schemastery schema 中;本层只钉 id,不复制 DSH 配置。