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:
¨NW¨
2026-04-05 23:42:32 +01:00
parent a4e09ad5d5
commit 6ba325cec5
5 changed files with 15 additions and 15 deletions

View File

@@ -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"
}