fix: correct model path format for OpenRouter
Changed qwen/qwen3.6-plus:free to openrouter/qwen/qwen3.6-plus:free for capability-analyst, agent-architect, and evaluator agents.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user