Skip to content

Commit b9e7228

Browse files
committed
πŸ€– refactor: Show outcome variety in final status examples
Updated final status examples to reflect different outcomes: - βœ… Success: 'PR checks pass and ready to merge' - ❌ Failure: 'CreateWorkspace Tests failed' - ⚠️ Warning/blocker: 'Encountered serious issue with design' This encourages agents to communicate the actual outcome, not just that work is complete.
1 parent eaec61f commit b9e7228

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

β€Žsrc/utils/tools/toolDefinitions.tsβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ export const TOOL_DEFINITIONS = {
186186
"Set a status indicator to show what the agent is currently doing. " +
187187
"The emoji appears left of the streaming indicator, and the message shows on hover. " +
188188
"IMPORTANT: Always set a status at the start of each response and update it as your work progresses. " +
189-
"Set a final status before finishing your response (e.g., 'βœ… Complete', 'πŸŽ‰ Done', 'βœ“ Finished'). " +
189+
"Set a final status before finishing your response that reflects the outcome: " +
190+
"'βœ… PR checks pass and ready to merge' (success), " +
191+
"'❌ CreateWorkspace Tests failed' (failure), " +
192+
"'⚠️ Encountered serious issue with design' (warning/blocker). " +
190193
"The status is cleared at the start of each new response, so you must set it again. " +
191194
"Use this to communicate ongoing activities (e.g., 'πŸ” Analyzing code', 'πŸ“ Writing tests', 'πŸ”§ Refactoring logic').",
192195
schema: z

0 commit comments

Comments
Β (0)