forked from RooCodeInc/Roo-Code
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem (one or two sentences)
src/core/costrict/code-review/codeReviewService.ts这个文件中以下代码有问题
const reportMessage = [...task.clineMessages]
.reverse()
.find((msg) => msg.type === "say" && msg?.text?.includes("I-AM-CODE-REVIEW-REPORT-V1"))
我本地部署的costrict中clineMessages中没有I-AM-CODE-REVIEW-REPORT-V1相关信息,最后一条信息为type:say say:completion_result的信息,导致后续if (reportMessage?.text)分支进不去,代码评审进度条卡住,没法生成最终的报告,插件版本为2.0.24
Context (who is affected and when)
我本地部署的costrict受影响
Desired behavior (conceptual, not technical)
无
Constraints / preferences (optional)
No response
Request checklist
- I've searched existing Issues and Discussions for duplicates
- This describes a specific problem with clear context and impact
Acceptance criteria (optional)
No response
Proposed approach (optional)
No response
Trade-offs / risks (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request