We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fa8c0 commit af52ffeCopy full SHA for af52ffe
pkg/agentfs/sdk_version_check.go
@@ -57,7 +57,7 @@ func CheckSDKVersion(dir string, projectType ProjectType, settingsMap map[string
57
// Find the best result (prefer lock files over source files)
58
bestResult := findBestResult(results)
59
if bestResult == nil {
60
- return fmt.Errorf("package %s not found in any project files", getTargetPackageName(projectType))
+ return fmt.Errorf("package %s not found in any project files. Are you sure this is an agent?", getTargetPackageName(projectType))
61
}
62
63
if !bestResult.Satisfied {
0 commit comments