diff options
Diffstat (limited to 'agents/coder/tools.sh')
| -rwxr-xr-x | agents/coder/tools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agents/coder/tools.sh b/agents/coder/tools.sh index dd9e7a8..b0c0cd4 100755 --- a/agents/coder/tools.sh +++ b/agents/coder/tools.sh @@ -12,7 +12,7 @@ fs_create() { echo "File created: $path" >> "$LLM_OUTPUT" } -# @cmd Apply changes to a file. Use this when you need to edit an existing file. +# @cmd Apply changes to a file. Use this when you need to edit an existing file. # YOU ALWAYS PROVIDE THE FULL FILE CONTENT WHEN EDITING. NO PARTIAL CONTENT OR COMMENTS. # YOU MUST PROVIDE THE FULL FILE CONTENT. |
