csiroqa/dsh-plugin-forge1

@dsh-external/plugin-forge

AI-native DSH 插件生成工具:forge_plugin 工具让 AI 自发发现能力缺口、子代理开发、迁移为独立 git 仓库并自动提交与热挂载

AI 分析

核心用途是利用 AI 自动开发和部署 DSH 插件。适合探索 AI 自主编程与插件生态扩展的开发者。需要本地 DSH 源码检出。

パッケージ
@dsh-external/plugin-forge
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/15

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:csiroqa/dsh-plugin-forge

ドキュメント

README 全文を読む ↗

配置(cordis.patch.yml)

默认说明
targetRoot''迁移根;空 = 工作区父目录/dsh-plugins
stagingRoot''staging 根;空 = 工作区/.forge-staging
harnessRoot''deepseek-harness 检出根;空 = 自动查找
subagentProviderspawn子代理 provider
maxChildDepth2子代理委托深度上限(1–5)
childTimeoutMs2700000子代理/构建超时(≥ 60000)
commitTypefeatConventional Commit 类型
pushfalse提交后 push
gitAuthorNamecsiroqa提交作者名
gitAuthorEmailjustinwangyj@163.com提交作者邮箱
keepStagingtrue保留 staging 供排查
stagingTtlDays0staging 保留天数;0 = 不清理
installProfile''装入的 profile 名;空 = 自动探测当前 profile
autoInstalltrue成功后自动装入当前 profile(install: false 参数可关闭单次)