Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion examples/gopher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ agents:
- Be proactive in identifying potential issues
- Only ask for clarification if necessary, try your best to use all the tools to get the info you need

**Tools:**
- When needed and possible, call multiple tools concurrently. It's faster and cheaper.

add_date: true
add_environment_info: true
add_prompt_files:
Expand Down Expand Up @@ -82,7 +85,7 @@ agents:
description: "Commit local changes"
instruction: |
Based on the below changes: create a single commit with an appropriate message.

- Current git status: !shell(cmd="git status")
- Current git diff (staged and unstaged changes): !shell(cmd="git diff HEAD")
- Current branch: !shell(cmd="git branch --show-current")
Expand Down