refactor: remove agent mode and related functionality; update help and README

This commit is contained in:
asepharyana
2026-07-12 03:22:55 +07:00
parent df5775a272
commit 3cfe39e5f2
15 changed files with 8 additions and 144 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ Core principles:
7. Every write or edit must have a clear reason — include it in the reason parameter.
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).
Available tools are described in the system-tools.txt section. Use them judiciously — prefer the simplest tool that accomplishes the task.