From 1ab9939c92a6201884d8919aeba360dac8b09213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8NW=C2=A8?= <¨neroworld@mail.ru¨> Date: Sun, 5 Apr 2026 23:47:14 +0100 Subject: [PATCH] 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) --- .kilo/agents/product-owner.md | 2 +- .kilo/agents/prompt-optimizer.md | 2 +- .kilo/agents/workflow-architect.md | 2 +- .kilo/commands/blog.md | 2 +- .kilo/commands/booking.md | 2 +- .kilo/commands/commerce.md | 2 +- .kilo/commands/status.md | 2 +- .kilo/kilo.jsonc | 4 ++-- .kilo/rules/agent-frontmatter-validation.md | 2 +- agent-evolution/data/agent-versions.json | 8 ++++---- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.kilo/agents/product-owner.md b/.kilo/agents/product-owner.md index 59dba2e..f545230 100644 --- a/.kilo/agents/product-owner.md +++ b/.kilo/agents/product-owner.md @@ -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 diff --git a/.kilo/agents/prompt-optimizer.md b/.kilo/agents/prompt-optimizer.md index 0023758..a55aeae 100644 --- a/.kilo/agents/prompt-optimizer.md +++ b/.kilo/agents/prompt-optimizer.md @@ -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 diff --git a/.kilo/agents/workflow-architect.md b/.kilo/agents/workflow-architect.md index 73a4bf0..2d399c5 100644 --- a/.kilo/agents/workflow-architect.md +++ b/.kilo/agents/workflow-architect.md @@ -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 diff --git a/.kilo/commands/blog.md b/.kilo/commands/blog.md index 3f56fbb..1a6b26b 100644 --- a/.kilo/commands/blog.md +++ b/.kilo/commands/blog.md @@ -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 diff --git a/.kilo/commands/booking.md b/.kilo/commands/booking.md index c223c9f..92280e1 100644 --- a/.kilo/commands/booking.md +++ b/.kilo/commands/booking.md @@ -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 diff --git a/.kilo/commands/commerce.md b/.kilo/commands/commerce.md index ef62ada..325b905 100644 --- a/.kilo/commands/commerce.md +++ b/.kilo/commands/commerce.md @@ -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 diff --git a/.kilo/commands/status.md b/.kilo/commands/status.md index dabab7c..0c9bff1 100644 --- a/.kilo/commands/status.md +++ b/.kilo/commands/status.md @@ -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" --- diff --git a/.kilo/kilo.jsonc b/.kilo/kilo.jsonc index c5524bc..83ce3b8 100644 --- a/.kilo/kilo.jsonc +++ b/.kilo/kilo.jsonc @@ -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" }, diff --git a/.kilo/rules/agent-frontmatter-validation.md b/.kilo/rules/agent-frontmatter-validation.md index 0bcf8ad..721ce59 100644 --- a/.kilo/rules/agent-frontmatter-validation.md +++ b/.kilo/rules/agent-frontmatter-validation.md @@ -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 diff --git a/agent-evolution/data/agent-versions.json b/agent-evolution/data/agent-versions.json index 2acc2fd..332d0a4 100644 --- a/agent-evolution/data/agent-versions.json +++ b/agent-evolution/data/agent-versions.json @@ -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"