404
dsh 共享核心组合包:把所有 profile 都要用到的工具、模型适配器、subagent provider、持久化与策略作为第一层 patch 插入到 profile 根上,每个 profile 都默认带上这一层。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/bundle/base
8
个插件
★ 404
累计 Star
dsh 共享核心组合包:把所有 profile 都要用到的工具、模型适配器、subagent provider、持久化与策略作为第一层 patch 插入到 profile 根上,每个 profile 都默认带上这一层。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/bundle/basedsh 浏览器表层组合包:在 dsh-base 之上叠加 Web 宿主与浏览器插件,注册前端 dist、URL 输出、默认浏览器打开与 DSH_WEB_URL 变量。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/bundle/web-appDSH 一次性任务运行包:在命令行提交一句任务,启动 Agent 执行后把最终答案打印到 stdout 退出。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/bundle/headless让 DSH 在委托会话里一次性无人工地拉起官方 Codex 子代理:通过 app-server 协议把一条纯文本任务交给 Codex 跑并按严格成功条件回传最终答案。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/subagent/subagent-codex在 DSH 侧栏挂一个入口,把完整的 LLM Wiki 知识库产品(资料导入/编译式 Wiki/知识图谱/可溯源问答)在新窗口以独立应用方式启动,DSH 主页不受影响。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/examples/ff-llm-wiki-plugin让 DSH 在委托会话里以一次性无人工方式拉起官方 Claude Code 子代理:通过 `dsh-subagent` 把一条纯文本任务交给 Claude Agent SDK 运行并按严格成功条件回传最终答案。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/subagent/subagent-claude-codeDSH 桌面插件中心可信安装特性的确定性测试包,同时承载 Host 端条目与浏览器端工作区工具页面,用于 F003 真实安装事务验证。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/examples/plugin-center-fixtureDSH 插件中心 Skill 安装链路的开发测试样本,注册固定文本 Skill 用于验证 Host 重启后的持久发现。
$ dsh plugin --profile web add github:fufankeji/deepseek-harness-studio/packages/examples/plugin-center-skill-fixture