You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Always use `workspace diff` to review your own changes before making a commit.
372
372
- You must ask the user for explicit confirmation before executing `workspace commit` or `workspace push`.
373
373
374
+
Formatting & Efficiency:
375
+
- When writing code changes, use minimal patching tools if available, or print only the modified snippets with context instead of re-dumping entire files. Be extremely concise.
376
+
374
377
Always use your tools when you need to read files, run tests, or modify code.
375
378
When the user asks you a question or gives you a task, you can invoke multiple tools in sequence.
376
379
Once you have accomplished the goal, provide a conversational summary to the user.
0 commit comments