fix: align multi-review README example model provider name with code default#112
Conversation
…default The multi-review YAML example in README.md used 'zhipuai/glm-5.1' while all code defaults (reviewers.ts, run-github-opencode.py), tests, and other docs consistently use 'zhipuai-coding-plan/glm-5.1'. This patch fixes the README example to match the canonical provider name. Closes: #110 (默认 model provider 名称不一致 item)
|
可合并 所有 4 位 reviewer(quality、security、performance、architecture)一致认为:该 PR 仅修改 README.md 中一行示例模型名称(
📋 各 Reviewer 详细审查结果quality可合并 只有一个 README 文档变更,将示例中的模型名从 阻塞项:无 security安全无虞 该 PR 仅修改了 README.md 中的一行示例配置,将 阻塞项:无 建议项:无 performance性能良好 该 PR 仅修改了 README.md 中的 model 名称字符串( 阻塞项:无 architecture架构合理 该 PR 仅修改了 README.md 中的示例模型名称,将 阻塞项:无 建议项:无 |
分析Spec/需求来源Issue #110 列出了 multi-review 的多项改进,其中本 PR 明确声明仅修复其中一项:
实现内容将 对比结论无遗漏 PR 范围明确限定为"此具体项目",实现完全覆盖该需求。Issue #110 中的其他项目(如移除未用参数、超时逻辑优化、静默异常处理等)不在本 PR 承诺范围内,不存在遗漏。 |

Problem
From #110 — 默认 model provider 名称不一致(quality):
zhipuai-coding-plan/glm-5.1(inreviewers.ts,run-github-opencode.py, tests, and all other docs)zhipuai/glm-5.1(missing-coding-plansuffix)Fix
Changed the multi-review YAML example in
README.md(line 103) fromzhipuai/glm-5.1tozhipuai-coding-plan/glm-5.1, matching the canonical provider name used everywhere else in the codebase.Verification
zhipuai/glm— only the README example was inconsistentzhipuai-coding-plan/glm-5.1Closes #110 (this specific item)