mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
chore(watcher): mark subagent feedback as extremely important
This commit is contained in:
@@ -1077,7 +1077,7 @@ export class GeminiClient {
|
||||
const feedback = watcherResult.feedback;
|
||||
const feedbackRequest = [
|
||||
{
|
||||
text: `System: Feedback from Watcher Sub Agent based on recent progress (Review of last ${watcherInterval} turns):\n\n${feedback}`,
|
||||
text: `System: EXTREMELY IMPORTANT Feedback from Watcher Sub Agent based on recent progress (Review of last ${watcherInterval} turns):\n\n${feedback}`,
|
||||
},
|
||||
];
|
||||
// Inject feedback into the conversation for the NEXT turn
|
||||
|
||||
Reference in New Issue
Block a user