fix(config): remove hidden flag from demoted plan agent

Plan agent should remain visible as subagent when Prometheus replaces it.
Previously hidden:true made it completely invisible in the UI.
This commit is contained in:
justsisyphus
2026-01-14 13:54:34 +09:00
parent 66f8946ff1
commit 325ce1212b

View File

@@ -253,7 +253,7 @@ export function createConfigHandler(deps: ConfigHandlerDeps) {
: {};
const planDemoteConfig = replacePlan
? { mode: "subagent" as const, hidden: true }
? { mode: "subagent" as const }
: undefined;
config.agent = {