subagent-cli 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -65,10 +65,9 @@ export function getBuiltInAgents(): AgentDefinition[] {
|
|
|
65
65
|
agents.push(VERIFICATION_AGENT)
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
// WarpGrep semantic code search agent
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
68
|
+
// WarpGrep semantic code search agent — always registered.
|
|
69
|
+
// If MORPH_API_KEY is missing at runtime, the tool returns a helpful error.
|
|
70
|
+
agents.push(WARP_GREP_AGENT)
|
|
72
71
|
|
|
73
72
|
return agents
|
|
74
73
|
}
|