Opencode适配#6
Open
kebold wants to merge 3 commits into
Open
Conversation
…optimizations 为 DeepRefine 添加 OpenCode 原生集成——不是简单的 Cursor 端口,而是在 harness 层(不动引擎一行代码)利用 OpenCode 的并行子 Agent(task())、模型路由、结构化进度追踪(todowrite)、5-Oracle 并行审查、apply 后自动验证和证据账本 6 项平台原生能力,将 Reafiner 工作流从单线程串行升级为并行分派+自动质量审查+自动审批门的三阶段架构。新增 SKILL_OPENCODE.md、3 个斜杠命令、CLI 安装器、20 个 pytest 用例;安装器、CLI、打包配置和 README 均为追加编辑,不影响已有 Cursor/Copilot/Codex/Gemini 集成。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为 DeepRefine 添加 OpenCode 原生集成,在 harness 层利用 OpenCode 并行子 Agent、模型路由、todowrite、5-Oracle 审查、apply 后验证和证据账本 6 项平台能力,将 Reafiner 工作流升级为并行分派+自动审查+审批门的三阶段架构。
当前版本的 OpenCode 原生支持基础流程;搭配 oh-my-openagent 可获得子 Agent 并行、5-Oracle 审查能力。建议提交前在 README 中注明依赖差异。
Changes