We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cca67f commit 84b46cdCopy full SHA for 84b46cd
1 file changed
scripts/bash/update-agent-context.sh
@@ -583,7 +583,7 @@ update_specific_agent() {
583
update_agent_file "$ROO_FILE" "Roo Code"
584
;;
585
codebuddy)
586
- update_agent_file "$CODEBUDDY_FILE" "CodeBuddy"
+ update_agent_file "$CODEBUDDY_FILE" "CodeBuddy CLI"
587
588
q)
589
update_agent_file "$Q_FILE" "Amazon Q Developer CLI"
@@ -651,7 +651,7 @@ update_all_existing_agents() {
651
fi
652
653
if [[ -f "$CODEBUDDY_FILE" ]]; then
654
655
found_agent=true
656
657
0 commit comments