mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix(condense-focus): rewrite post-completion feedback cue to avoid refocusing on initial task\n\n- Replace generic cue with directive to continue from current context and not re-answer original request\n- Supports PR #8611 goal to remove XML gating and prevent focus drift after condense
This commit is contained in:
parent
b899f29557
commit
e709135b35
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export async function attemptCompletionTool(
|
|||
const feedbackSuffix = text && text.trim().length > 0 ? `\n${text}` : ""
|
||||
toolResults.push({
|
||||
type: "text",
|
||||
text: `The user has provided feedback on the results. Consider their input to continue the task, and then attempt completion again.${feedbackSuffix}`,
|
||||
text: `User feedback received. Continue from the current context—do not re-answer the original request. Apply the feedback and proceed to the next step, then attempt completion again.${feedbackSuffix}`,
|
||||
})
|
||||
|
||||
toolResults.push(...formatResponse.imageBlocks(images))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue