Skip to content

Commit af52ffe

Browse files
committed
prompt agent
1 parent f1fa8c0 commit af52ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agentfs/sdk_version_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func CheckSDKVersion(dir string, projectType ProjectType, settingsMap map[string
5757
// Find the best result (prefer lock files over source files)
5858
bestResult := findBestResult(results)
5959
if bestResult == nil {
60-
return fmt.Errorf("package %s not found in any project files", getTargetPackageName(projectType))
60+
return fmt.Errorf("package %s not found in any project files. Are you sure this is an agent?", getTargetPackageName(projectType))
6161
}
6262

6363
if !bestResult.Satisfied {

0 commit comments

Comments
 (0)