diff --git a/.kilo/agents/agent-architect.md b/.kilo/agents/agent-architect.md index b136e6e..a88204e 100644 --- a/.kilo/agents/agent-architect.md +++ b/.kilo/agents/agent-architect.md @@ -1,7 +1,7 @@ --- name: Agent Architect mode: subagent -model: qwen/qwen3.6-plus:free +model: openrouter/qwen/qwen3.6-plus:free description: Creates, modifies, and reviews new agents, workflows, and skills based on capability gap analysis color: "#8B5CF6" permission: diff --git a/.kilo/agents/capability-analyst.md b/.kilo/agents/capability-analyst.md index d452022..0c6387b 100644 --- a/.kilo/agents/capability-analyst.md +++ b/.kilo/agents/capability-analyst.md @@ -1,7 +1,7 @@ --- description: Analyzes task requirements against available agents, workflows, and skills. Identifies gaps and recommends new components. mode: subagent -model: qwen/qwen3.6-plus:free +model: openrouter/qwen/qwen3.6-plus:free color: "#6366F1" --- diff --git a/.kilo/agents/evaluator.md b/.kilo/agents/evaluator.md index 1fcc745..aa4eab3 100644 --- a/.kilo/agents/evaluator.md +++ b/.kilo/agents/evaluator.md @@ -1,7 +1,7 @@ --- description: Scores agent effectiveness after task completion for continuous improvement mode: subagent -model: qwen/qwen3.6-plus:free +model: openrouter/qwen/qwen3.6-plus:free color: "#047857" permission: read: allow diff --git a/.kilo/capability-index.yaml b/.kilo/capability-index.yaml index 4184434..265acc3 100644 --- a/.kilo/capability-index.yaml +++ b/.kilo/capability-index.yaml @@ -302,7 +302,7 @@ agents: - new_agent_specs forbidden: - implementation - model: qwen/qwen3.6-plus:free + model: openrouter/qwen/qwen3.6-plus:free mode: subagent # Process Management @@ -358,7 +358,7 @@ agents: - recommendations forbidden: - code_changes - model: qwen/qwen3.6-plus:free + model: openrouter/qwen/qwen3.6-plus:free mode: subagent prompt-optimizer: @@ -374,7 +374,7 @@ agents: - optimization_report forbidden: - agent_creation - model: qwen/qwen3.6-plus:free + model: openrouter/qwen/qwen3.6-plus:free mode: subagent # Fixes @@ -410,7 +410,7 @@ agents: - issue closures forbidden: - implementation - model: qwen/qwen3.6-plus:free + model: openrouter/qwen/qwen3.6-plus:free mode: subagent # Workflow @@ -426,7 +426,7 @@ agents: - command_files forbidden: - execution - model: qwen/qwen3.6-plus:free + model: openrouter/qwen/qwen3.6-plus:free mode: subagent # Validation @@ -457,7 +457,7 @@ agents: - integration_plan forbidden: - agent_execution - model: qwen/qwen3.6-plus:free + model: openrouter/qwen/qwen3.6-plus:free mode: subagent # Cognitive Enhancement (New - Research Based) diff --git a/agent-evolution/data/agent-versions.json b/agent-evolution/data/agent-versions.json index 68b6647..2acc2fd 100644 --- a/agent-evolution/data/agent-versions.json +++ b/agent-evolution/data/agent-versions.json @@ -313,7 +313,7 @@ }, "capability-analyst": { "current": { - "model": "qwen/qwen3.6-plus:free", + "model": "openrouter/qwen/qwen3.6-plus:free", "provider": "OpenRouter", "category": "Analysis", "mode": "subagent", @@ -333,7 +333,7 @@ "commit": "auto", "type": "model_change", "from": "ollama-cloud/nemotron-3-super", - "to": "qwen/qwen3.6-plus:free", + "to": "openrouter/qwen/qwen3.6-plus:free", "reason": "+23% quality, IF:90 score, 1M context, FREE via OpenRouter", "source": "research" } @@ -376,7 +376,7 @@ }, "evaluator": { "current": { - "model": "qwen/qwen3.6-plus:free", + "model": "openrouter/qwen/qwen3.6-plus:free", "provider": "OpenRouter", "category": "Process", "mode": "subagent", @@ -405,7 +405,7 @@ "commit": "auto", "type": "model_change", "from": "ollama-cloud/nemotron-3-super", - "to": "qwen/qwen3.6-plus:free", + "to": "openrouter/qwen/qwen3.6-plus:free", "reason": "+4% quality, IF:90 for scoring accuracy, FREE", "source": "research" } @@ -536,7 +536,7 @@ }, "agent-architect": { "current": { - "model": "qwen/qwen3.6-plus:free", + "model": "openrouter/qwen/qwen3.6-plus:free", "provider": "OpenRouter", "category": "Meta", "mode": "subagent", @@ -556,7 +556,7 @@ "commit": "auto", "type": "model_change", "from": "ollama-cloud/nemotron-3-super", - "to": "qwen/qwen3.6-plus:free", + "to": "openrouter/qwen/qwen3.6-plus:free", "reason": "+22% quality, IF:90 for YAML frontmatter generation, 1M context for all agents analysis", "source": "research" }