Add display names to core agents: Sisyphus (Ultraworker), Hephaestus (Deep Agent), Prometheus (Plan Builder), Atlas (Plan Executor)

This commit is contained in:
YeonGyu-Kim
2026-02-16 18:36:11 +09:00
parent 4fa234e5e1
commit 655899a264
4 changed files with 4 additions and 1 deletions
@@ -66,7 +66,7 @@ export async function buildPrometheusAgentConfig(params: {
params.pluginPrometheusOverride?.maxTokens ?? categoryConfig?.maxTokens;
const base: Record<string, unknown> = {
name: "prometheus",
name: "Prometheus (Plan Builder)",
...(resolvedModel ? { model: resolvedModel } : {}),
...(variantToUse ? { variant: variantToUse } : {}),
mode: "all",