diff --git a/assets/agents/coder/config.yaml b/assets/agents/coder/config.yaml index b638ef9..730ce8c 100644 --- a/assets/agents/coder/config.yaml +++ b/assets/agents/coder/config.yaml @@ -123,4 +123,7 @@ instructions: | ## Context - Project: {{project_dir}} - CWD: {{__cwd__}} - - Shell: {{__shell__}} \ No newline at end of file + - Shell: {{__shell__}} + + ## Available tools: + {{__tools__}} \ No newline at end of file