Alvin Unreal 2 months ago
parent
commit
7f4c668dda
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/agents/index.ts

+ 0 - 1
src/agents/index.ts

@@ -121,7 +121,6 @@ export function getAgentConfigs(config?: PluginConfig): Record<string, SDKAgentC
       // Apply classification-based visibility and mode
       if (isSubagent(a.name)) {
         sdkConfig.mode = "subagent";
-        sdkConfig.hidden = true;
       } else if (a.name === "orchestrator") {
         sdkConfig.mode = "primary";
       }