From 84b46cd1b91aa94f5bbcd87a27c46bc734193ab7 Mon Sep 17 00:00:00 2001 From: root <670357+tennc@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:50:11 +0800 Subject: [PATCH] Rename CodeBuddy to CodeBuddy CLI in update script --- scripts/bash/update-agent-context.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bash/update-agent-context.sh b/scripts/bash/update-agent-context.sh index 18e36a13..996a3949 100644 --- a/scripts/bash/update-agent-context.sh +++ b/scripts/bash/update-agent-context.sh @@ -583,7 +583,7 @@ update_specific_agent() { update_agent_file "$ROO_FILE" "Roo Code" ;; codebuddy) - update_agent_file "$CODEBUDDY_FILE" "CodeBuddy" + update_agent_file "$CODEBUDDY_FILE" "CodeBuddy CLI" ;; q) update_agent_file "$Q_FILE" "Amazon Q Developer CLI" @@ -651,7 +651,7 @@ update_all_existing_agents() { fi if [[ -f "$CODEBUDDY_FILE" ]]; then - update_agent_file "$CODEBUDDY_FILE" "CodeBuddy" + update_agent_file "$CODEBUDDY_FILE" "CodeBuddy CLI" found_agent=true fi