From 0e668ab3f22330c0f395dd38240d7079fe813e90 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 18 May 2024 09:52:20 +0000 Subject: [PATCH] refactor: add the `may_` prefix to reflect updates in AIChat --- bin/{execute_command => may_execute_command} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bin/{execute_command => may_execute_command} (69%) diff --git a/bin/execute_command b/bin/may_execute_command similarity index 69% rename from bin/execute_command rename to bin/may_execute_command index 64fb440..6e35e3c 100755 --- a/bin/execute_command +++ b/bin/may_execute_command @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -# @describe Executes a shell command. This tool does not return data to LLM. +# @describe Executes a shell command. # @option --shell-command~ "Shell command to execute, such as `ls -la`" main() {