diff options
Diffstat (limited to 'agents/coder/tools.sh')
| -rwxr-xr-x | agents/coder/tools.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agents/coder/tools.sh b/agents/coder/tools.sh index 0001c46..6e599e6 100755 --- a/agents/coder/tools.sh +++ b/agents/coder/tools.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -e +# @env LLM_OUTPUT=/dev/stdout The output path + # @cmd Create a new file at the specified path with contents. # @option --path! The path where the file should be created # @option --contents! The contents of the file |
