We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410e6a1 commit b551e6eCopy full SHA for b551e6e
1 file changed
cli/src/index.tsx
@@ -82,7 +82,7 @@ let validationErrors: Array<{ id: string; message: string }> = []
82
if (loadedAgentsData) {
83
const agentDefinitions = loadAgentDefinitions()
84
const validationResult = await validateAgents(agentDefinitions, {
85
- remote: false, // Use local validation only for startup
+ remote: true, // Use remote validation to ensure spawnable agents exist
86
})
87
88
if (!validationResult.success) {
0 commit comments