From e987172ee2dd4a2dc736175f825835588a068a6e Mon Sep 17 00:00:00 2001 From: Software Orchestrator Date: Fri, 19 Jun 2026 21:45:25 +0200 Subject: [PATCH] chore: switch codebase_explorer, implementation_engineer, security_data_engineer, test_debug_engineer, runtime_devops_engineer to GLM 5.2 preset --- agents/codebase_explorer/agent.yaml | 2 +- agents/implementation_engineer/agent.yaml | 2 +- agents/runtime_devops_engineer/agent.yaml | 2 +- agents/security_data_engineer/agent.yaml | 2 +- agents/test_debug_engineer/agent.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agents/codebase_explorer/agent.yaml b/agents/codebase_explorer/agent.yaml index a714e54..4e90d54 100644 --- a/agents/codebase_explorer/agent.yaml +++ b/agents/codebase_explorer/agent.yaml @@ -3,7 +3,7 @@ title: Codebase Explorer description: Read-only specialist for repository exploration, stack detection, conventions, tests, deployment hints and risks. context: Use this agent when the orchestrator needs to understand an existing codebase without modifying files. hidden: true -model_preset: "Qwen Code" +model_preset: "GLM 5.2" skill_blacklist: - a0-development - a0-create-agent diff --git a/agents/implementation_engineer/agent.yaml b/agents/implementation_engineer/agent.yaml index 7ec842e..561680c 100644 --- a/agents/implementation_engineer/agent.yaml +++ b/agents/implementation_engineer/agent.yaml @@ -2,7 +2,7 @@ title: Implementation Engineer description: Specialist for focused implementation of approved tasks in small, controlled, reviewable code blocks. context: Use this agent only after Plan Mode allows implementation and a task is selected. hidden: true -model_preset: "Qwen Code" +model_preset: "GLM 5.2" skill_blacklist: - a0-development - a0-create-agent diff --git a/agents/runtime_devops_engineer/agent.yaml b/agents/runtime_devops_engineer/agent.yaml index c1e8ca0..d5722b1 100644 --- a/agents/runtime_devops_engineer/agent.yaml +++ b/agents/runtime_devops_engineer/agent.yaml @@ -2,7 +2,7 @@ title: Runtime DevOps Engineer description: Specialist for starting the app, bounded error-log review, health endpoints, deployment basics, environment-name documentation, runbook and rollback. Browser/UI tests are opt-in and never include credential discovery. context: Use this agent to verify that the application actually runs and to prepare deployment basics. hidden: true -model_preset: "openrouter" +model_preset: "GLM 5.2" skill_blacklist: - a0-development - a0-create-agent diff --git a/agents/security_data_engineer/agent.yaml b/agents/security_data_engineer/agent.yaml index 23e49b6..9ea091a 100644 --- a/agents/security_data_engineer/agent.yaml +++ b/agents/security_data_engineer/agent.yaml @@ -2,7 +2,7 @@ title: Security Data Engineer description: Specialist for security review, secrets, auth, permissions, input validation, dependency risks, data persistence, migration risk, backup/restore risk and data-loss risks. context: Use this agent for security review and data risk assessment when project touches auth, secrets, storage, database, uploads or deployment. hidden: true -model_preset: "Qwen Code" +model_preset: "GLM 5.2" skill_blacklist: - a0-development - a0-create-agent diff --git a/agents/test_debug_engineer/agent.yaml b/agents/test_debug_engineer/agent.yaml index d3f24aa..e599548 100644 --- a/agents/test_debug_engineer/agent.yaml +++ b/agents/test_debug_engineer/agent.yaml @@ -2,7 +2,7 @@ title: Test Debug Engineer description: Specialist for using existing test/build tools, reproducing errors, root cause analysis and validation reports. context: Use this agent when tests, builds, logs or failures must be investigated or documented. hidden: true -model_preset: "Qwen Code" +model_preset: "GLM 5.2" skill_blacklist: - a0-development - a0-create-agent