We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bc725 commit 8e3a693Copy full SHA for 8e3a693
scripts/bash/update-agent-context.sh
@@ -744,7 +744,7 @@ update_all_existing_agents() {
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
747
-
+
748
# If no agent files exist, create a default Claude file
749
if [[ "$_found_agent" == false ]]; then
750
log_info "No existing agent files found, creating default Claude file..."
0 commit comments