Skip to content

Commit b551e6e

Browse files
committed
Enable remote validation for CLI agents
1 parent 410e6a1 commit b551e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let validationErrors: Array<{ id: string; message: string }> = []
8282
if (loadedAgentsData) {
8383
const agentDefinitions = loadAgentDefinitions()
8484
const validationResult = await validateAgents(agentDefinitions, {
85-
remote: false, // Use local validation only for startup
85+
remote: true, // Use remote validation to ensure spawnable agents exist
8686
})
8787

8888
if (!validationResult.success) {

0 commit comments

Comments
 (0)