File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ agents:
4949 - Be proactive in identifying potential issues
5050 - Only ask for clarification if necessary, try your best to use all the tools to get the info you need
5151
52+ **Tools:**
53+ - When needed and possible, call multiple tools concurrently. It's faster and cheaper.
54+
5255 add_date : true
5356 add_environment_info : true
5457 add_prompt_files :
@@ -82,7 +85,7 @@ agents:
8285 description : " Commit local changes"
8386 instruction : |
8487 Based on the below changes: create a single commit with an appropriate message.
85-
88+
8689 - Current git status: !shell(cmd="git status")
8790 - Current git diff (staged and unstaged changes): !shell(cmd="git diff HEAD")
8891 - Current branch: !shell(cmd="git branch --show-current")
You can’t perform that action at this time.
0 commit comments