We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c868ce5 commit 33bc725Copy full SHA for 33bc725
1 file changed
scripts/bash/update-agent-context.sh
@@ -743,7 +743,7 @@ update_all_existing_agents() {
743
_update_if_new "$AGY_FILE" "Antigravity" || _all_ok=false
744
_update_if_new "$VIBE_FILE" "Mistral Vibe" || _all_ok=false
745
_update_if_new "$KIMI_FILE" "Kimi Code" || _all_ok=false
746
- _update_if_new "$TRAE_FILE" "Trae" || _all_ok=false
+ _update_if_new "$TRAE_FILE" "Trae" || _all_ok=false
747
748
# If no agent files exist, create a default Claude file
749
if [[ "$_found_agent" == false ]]; then
0 commit comments