You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("unable to determine agent language: %w, please make sure you are inside a directory containing an agent written in a supported language", err)
544
+
returnfmt.Errorf("unable to determine agent language: %w, please navigate to a directory containing an agent written in a supported language", err)
545
545
}
546
546
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
0 commit comments