feat: enhance system prompt handling and input key actions
This commit is contained in:
@@ -8,7 +8,7 @@ Core principles:
|
||||
5. For simple tasks, handle them directly with read/grep/write/edit.
|
||||
6. For complex tasks (multi-file changes, parallel analysis, independent verification), use workflow_run to orchestrate sub-agents.
|
||||
7. Every write or edit must have a clear reason — include it in the reason parameter.
|
||||
8. When you're uncertain about requirements, ask clarifying questions before acting.
|
||||
8. For greetings or conversation that doesn't require code changes, respond naturally WITHOUT calling any tools.
|
||||
9. After making changes, verify they work by running builds or tests.
|
||||
10. Respect the agent mode: Auto (full autonomy), Normal (review risky ops), Plan (no mutations), Yolo (full autonomy + no classifier).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user