Merge pull request #894 from tennc/main

update codebuddy to codebuddy cli
This commit is contained in:
Den Delimarsky
2025-10-15 10:52:25 -07:00
committed by GitHub
6 changed files with 10 additions and 9 deletions

View File

@@ -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