fix(ui): exclude hidden agents from pickers

This commit is contained in:
Shantur Rathore
2026-02-18 16:00:58 +00:00
parent 127a1f628d
commit f75c942162
4 changed files with 9 additions and 6 deletions

View File

@@ -526,6 +526,7 @@ async function fetchAgents(instanceId: string): Promise<void> {
name: agent.name,
description: agent.description || "",
mode: agent.mode,
hidden: agent.hidden,
model: agent.model?.modelID
? {
providerId: agent.model.providerID || "",