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:
parent
66f8946ff1
commit
325ce1212b
@ -253,7 +253,7 @@ export function createConfigHandler(deps: ConfigHandlerDeps) {
|
|||||||
: {};
|
: {};
|
||||||
|
|
||||||
const planDemoteConfig = replacePlan
|
const planDemoteConfig = replacePlan
|
||||||
? { mode: "subagent" as const, hidden: true }
|
? { mode: "subagent" as const }
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
config.agent = {
|
config.agent = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user