mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
Do not include hidden agents in ACP (#5791)
This commit is contained in:
parent
203581e82f
commit
0d472a49a0
@ -698,7 +698,7 @@ export namespace ACP {
|
||||
})
|
||||
|
||||
const availableModes = agents
|
||||
.filter((agent) => agent.mode !== "subagent")
|
||||
.filter((agent) => agent.mode !== "subagent" && !agent.hidden)
|
||||
.map((agent) => ({
|
||||
id: agent.name,
|
||||
name: agent.name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user