chore(agents): unify agent description format with OhMyOpenCode attribution

This commit is contained in:
justsisyphus
2026-01-29 18:12:39 +09:00
parent dcda8769cc
commit 71b2f1518a
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ export function createAtlasAgent(ctx: OrchestratorContext): AgentConfig {
])
return {
description:
"Orchestrates work via delegate_task() to complete ALL tasks in a todo list until fully done",
"Orchestrates work via delegate_task() to complete ALL tasks in a todo list until fully done. (Atlas - OhMyOpenCode)",
mode: "primary" as const,
...(ctx.model ? { model: ctx.model } : {}),
temperature: 0.1,