fix: correct OpenRouter model paths across all files
Fixed format from 'qwen/...' to 'openrouter/qwen/...' for: - product-owner.md - prompt-optimizer.md - workflow-architect.md - status.md, blog.md, booking.md, commerce.md - kilo.jsonc (default model + ask agent) - agent-frontmatter-validation.md - agent-versions.json (recommendations and history)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Manages issue checklists, status labels, tracks progress and coordinates with human users
|
||||
mode: subagent
|
||||
model: qwen/qwen3.6-plus:free
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
color: "#EA580C"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Improves agent system prompts based on performance failures. Meta-learner for prompt optimization
|
||||
mode: subagent
|
||||
model: qwen/qwen3.6-plus:free
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
color: "#BE185D"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Creates and maintains workflow definitions with complete architecture, Gitea integration, and quality gates
|
||||
mode: subagent
|
||||
model: qwen/qwen3.6-plus:free
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
color: "#EC4899"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Create full-stack blog/CMS with Node.js, Vue, SQLite, admin panel, comments, and Docker deployment
|
||||
mode: blog
|
||||
model: qwen/qwen3-coder:free
|
||||
model: openrouter/qwen/qwen3-coder:free
|
||||
color: "#10B981"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Create full-stack booking site with Node.js, Vue, SQLite, admin panel, calendar, and Docker deployment
|
||||
mode: booking
|
||||
model: qwen/qwen3-coder:free
|
||||
model: openrouter/qwen/qwen3-coder:free
|
||||
color: "#8B5CF6"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Create full-stack e-commerce site with Node.js, Vue, SQLite, admin panel, payments, and Docker deployment
|
||||
mode: commerce
|
||||
model: qwen/qwen3-coder:free
|
||||
model: openrouter/qwen/qwen3-coder:free
|
||||
color: "#F59E0B"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Check pipeline status for an issue
|
||||
mode: subagent
|
||||
model: qwen/qwen3.6-plus:free
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
color: "#3B82F6"
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"skills": {
|
||||
"paths": [".kilo/skills"]
|
||||
},
|
||||
"model": "qwen/qwen3.6-plus:free",
|
||||
"model": "openrouter/qwen/qwen3.6-plus:free",
|
||||
"default_agent": "orchestrator",
|
||||
"agent": {
|
||||
"orchestrator": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"mode": "primary"
|
||||
},
|
||||
"ask": {
|
||||
"model": "qwen/qwen3.6-plus:free",
|
||||
"model": "openrouter/qwen/qwen3.6-plus:free",
|
||||
"description": "Read-only Q&A agent for codebase questions.",
|
||||
"mode": "primary"
|
||||
},
|
||||
|
||||
@@ -43,7 +43,7 @@ Unquoted `#` starts a YAML comment, making the value empty or invalid.
|
||||
# ✅ Good
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: qwen/qwen3.6-plus:free
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
|
||||
# ❌ Bad - model not in KILO_SPEC
|
||||
model: ollama-cloud/nonexistent-model
|
||||
|
||||
@@ -427,7 +427,7 @@
|
||||
"capabilities": ["prompt_analysis", "prompt_improvement", "failure_pattern_detection"],
|
||||
"recommendations": [
|
||||
{
|
||||
"target": "openrouter/qwen3.6-plus:free",
|
||||
"target": "openrouter/qwen/qwen3.6-plus:free",
|
||||
"reason": "Terminal-Bench 61.6% > Nemotron, always-on CoT",
|
||||
"priority": "high"
|
||||
}
|
||||
@@ -438,7 +438,7 @@
|
||||
"date": "2026-04-05T05:21:00Z",
|
||||
"commit": "caf77f53c8",
|
||||
"type": "model_change",
|
||||
"from": "openrouter/qwen3.6-plus:free",
|
||||
"from": "openrouter/qwen/qwen3.6-plus:free",
|
||||
"to": "ollama-cloud/nemotron-3-super",
|
||||
"reason": "Research recommendation applied",
|
||||
"source": "git"
|
||||
@@ -482,7 +482,7 @@
|
||||
"date": "2026-04-05T05:21:00Z",
|
||||
"commit": "caf77f53c8",
|
||||
"type": "model_change",
|
||||
"from": "openrouter/qwen3.6-plus:free",
|
||||
"from": "openrouter/qwen/qwen3.6-plus:free",
|
||||
"to": "ollama-cloud/glm-5",
|
||||
"reason": "GLM-5 good for management tasks",
|
||||
"source": "git"
|
||||
@@ -526,7 +526,7 @@
|
||||
"date": "2026-04-05T05:21:00Z",
|
||||
"commit": "caf77f53c8",
|
||||
"type": "model_change",
|
||||
"from": "openrouter/qwen3.6-plus:free",
|
||||
"from": "openrouter/qwen/qwen3.6-plus:free",
|
||||
"to": "ollama-cloud/nemotron-3-nano:30b",
|
||||
"reason": "Nano efficient for lightweight validation tasks",
|
||||
"source": "git"
|
||||
|
||||
Reference in New Issue
Block a user