Skip to content

Commit 64bbcf4

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
feat: added prompts reference, so catching up correctly plans pointed continuation requests
1 parent 0d20dd8 commit 64bbcf4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/agent/prompts/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,13 @@ pub fn is_generation_query(query: &str) -> bool {
478478
"new feature",
479479
"develop",
480480
"code",
481+
// Plan execution keywords - needed for plan continuation
482+
"plan",
483+
"continue",
484+
"resume",
485+
"execute",
486+
"next task",
487+
"proceed",
481488
];
482489

483490
generation_keywords

0 commit comments

Comments
 (0)