kui123456789/dsh-codex-workflow ↗★ 0
dsh-codex-workflow
DeepSeek Harness plugin that uses Codex to plan and review while DSH executes.
AI 分析
核心用途是引入 Codex 作为规划器和审查器,与 DSH 协同工作。适合需要高强度代码规划、多轮审查循环以提升代码生成质量的复杂开发任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kui123456789/dsh-codex-workflowドキュメント
README 全文を読む ↗Configuration
Defaults in cordis.patch.yml:
codexCommand:codexplannerModel/reviewerModel: empty means the current Codex defaultplannerEffort/reviewerEffort:highmaxReviewCycles:3(1–10)maxNoChangeReviewRounds:1(1–10)reviewDiffMaxBytes:65536(1 KiB–1 MiB)bridgePollMs:1000(200 ms–60 s)bridgeMaxPayloadBytes:1048576(64 KiB–16 MiB)callbackTimeoutMs:600000(10 s–30 min)callbackMaxAttempts:3(1–10 attempts per persistent recovery round)callbackRetryBaseMs:2000(200 ms–5 min)turnTimeoutMs:600000idleProcessMs:5000(starts only after all App Server work is idle)terminalRelayTimeoutMs:60000(0 disables; maximum 10 minutes; cancels only a stuck terminal pass relay and preserves inbox work)
State lives in $DSH_HOME/storages/dsh-codex-workflow/coord.sqlite (queue + leases + workflows + live sessions); bridge/review-schema.json holds the enforced verdict schema. Records never contain login tokens.