feat: enhance system prompt handling and input key actions

This commit is contained in:
asepharyana
2026-07-11 22:16:47 +07:00
parent 3dee2a1427
commit 1f182021fb
4 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -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).