From 30902f966c724c178bed0caa0e294bc9a3eeea42 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 13 Jul 2024 05:02:52 +0000 Subject: refactor: improve agents --- agents/coder/README.md | 2 +- agents/coder/tools.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'agents/coder') diff --git a/agents/coder/README.md b/agents/coder/README.md index 86a24c2..bdc30c7 100644 --- a/agents/coder/README.md +++ b/agents/coder/README.md @@ -19,7 +19,7 @@ https://github.com/user-attachments/assets/0851b9e7-3ac5-4ec1-ab8b-d845c460446b https://github.com/user-attachments/assets/df459938-3abf-442b-bc51-42bdb9c72c43 -## Reference +## Similar Projects - https://github.com/Doriandarko/claude-engineer - https://github.com/paul-gauthier/aider \ No newline at end of file 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. -- cgit v1.2.3