mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix bug where continuing task with context mention wouldnt pull file contents
This commit is contained in:
parent
52582c44b1
commit
e35d69d124
1 changed files with 2 additions and 1 deletions
|
|
@ -3019,7 +3019,8 @@ export class Cline {
|
|||
if (
|
||||
block.text.includes("<feedback>") ||
|
||||
block.text.includes("<answer>") ||
|
||||
block.text.includes("<task>")
|
||||
block.text.includes("<task>") ||
|
||||
block.text.includes("<user_message>")
|
||||
) {
|
||||
return {
|
||||
...block,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue