Skip to content

qoder中使用subagent-driven-development时,会报告没有general-purpose实现子智能体 #119

Description

@Root-Fang

我安装了superpowers-zh后,在Qoder中使用时subagent-driven-development时,总是会出现下面的提示
关于工具适配:Qoder 的 Agent 工具提供 CodeReview subagent(适合审查),但没有 general-purpose 实现子智能体。我将适配为:控制者直接实现每个任务(严格按计划文本)+ CodeReview agent 做任务审查 + CodeReview agent 做最终整分支审查,保持审查关卡的隔离上下文。

我让工具分析了一下,得出了这样的结论
原因找到了。

问题出在 implementer-prompt.md 第 6 行,模板写死了 Subagent (general-purpose)。这个技能是为 Claude Code 环境设计的,在那个环境里 Agent 工具支持 general-purpose 子智能体类型。而 Qoder 的 Agent 工具只提供 CodeReview 一种子智能体,没有通用实现子智能体,所以 Qoder 读到这个模板后检测到类型不匹配,自动降级为你看到的那段适配说明。

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions