DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

bpc-oss /

bpc-oss/dsh-fork-to-preset

已验证

Fork any DeepSeek Harness session into a different agent preset — a UI button with preset picker in the conversation header.

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: master@1cb7b9f6

dsh-fork-to-preset

License Version

A DeepSeek Harness plugin that adds a "Fork to preset" button to every conversation's header. Pick any agent preset from the roster and fork the current session into a fresh independent child session running under that preset — inheriting the parent's completed turns.

How it works

  • Click the ↴ Fork to preset dropdown in the conversation header
  • Select a target agent preset from the roster
  • Click the button → a new session opens, mounted on the chosen preset, with the parent's completed-turn history

Distribution

GitHub-only. Not published to npm. Install by mounting the package directory with a cordis.patch.yml bundle declaration.

Requires a platform that has the session.fork({ agentPreset }) API (DeepSeek Harness rc.8+).

Install

1. Link the package into the harness install

:: Windows
mklink /J "<plugin-dir>\node_modules" "<harness>\resources\host\node_modules"
# POSIX (Linux/macOS)
ln -s "<harness>/resources/host/node_modules" "<plugin-dir>/node_modules"

2. Add the bundle to a profile

{
  "dependencies": { "dsh-fork-to-preset": "link:<plugin-dir>" },
  "dsh": { "profile": { "bundles": ["...", "dsh-fork-to-preset"] } }
}

License

MIT

—/ 5

暂无评分

已验证 DSH bundle

Commit 1cb7b9f60e52

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于