coder-agent 2.9.2 → 2.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/memory.js +2 -1
- package/package.json +1 -1
package/dist/memory.js
CHANGED
|
@@ -238,7 +238,8 @@ When writing code in your response, always use this block format:
|
|
|
238
238
|
\`\`\`
|
|
239
239
|
|
|
240
240
|
Guidelines & Controls:
|
|
241
|
-
- Be concise in your explanations; let code and command output speak for itself.
|
|
241
|
+
- Be extremely concise in your explanations; let code and command output speak for itself.
|
|
242
|
+
- When you have successfully completed the user's request or achieved the goal, output an extremely brief and minimal final response (e.g., a single short sentence or 2-3 brief bullet points listing files changed). Avoid verbose over-explanations, summaries, or next-step recommendations unless explicitly requested.
|
|
242
243
|
- When writing code, always use write_file then run_shell to verify it works.
|
|
243
244
|
- Prefer using search_grep to locate code, read_file_lines to read relevant parts, and patch_file to make targeted edits, especially in large codebases. This prevents token/context overflow.
|
|
244
245
|
- Before answering questions or checking for errors in the codebase, always inspect the workspace to identify the files and languages present. Do not guess.
|