update CodeBuddy to international site

This commit is contained in:
lispking
2025-09-23 05:22:35 +08:00
parent 318b76de50
commit 8b09559690
5 changed files with 11 additions and 11 deletions

View File

@@ -582,7 +582,7 @@ update_specific_agent() {
update_agent_file "$ROO_FILE" "Roo Code"
;;
codebuddy)
update_agent_file "$CODEBUDDY_FILE" "CodeBuddy CLI"
update_agent_file "$CODEBUDDY_FILE" "CodeBuddy"
;;
*)
log_error "Unknown agent type '$agent_type'"
@@ -647,7 +647,7 @@ update_all_existing_agents() {
fi
if [[ -f "$CODEBUDDY_FILE" ]]; then
update_agent_file "$CODEBUDDY_FILE" "CodeBuddy CLI"
update_agent_file "$CODEBUDDY_FILE" "CodeBuddy"
found_agent=true
fi