From 530c1c13847866a6b4132290106debb748e2236c Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Wed, 27 May 2026 14:02:10 +0100 Subject: [PATCH] =?UTF-8?q?fix(commands):=20replace=20all=20non-Ollama=20p?= =?UTF-8?q?roviders=20with=20ollama-cloud/\n\nRemoved:=20openrouter,=20ope?= =?UTF-8?q?nai=20(unreliable/foreign)\nReplaced=206=20commands:\n=20=20/st?= =?UTF-8?q?atus=20=20=E2=86=92=20ollama-cloud/qwen3.5-122b\n=20=20/ask=20?= =?UTF-8?q?=20=20=20=E2=86=92=20ollama-cloud/qwen3.5-122b\n=20=20/hotfix?= =?UTF-8?q?=20=E2=86=92=20ollama-cloud/deepseek-v4-pro-max\n=20=20/review?= =?UTF-8?q?=20=E2=86=92=20ollama-cloud/kimi-k2.6\n=20=20/code=20=20=20?= =?UTF-8?q?=E2=86=92=20ollama-cloud/deepseek-v4-pro-max=20(prev=20commit)\?= =?UTF-8?q?n=20=20/plan=20=20=20=E2=86=92=20ollama-cloud/deepseek-v4-pro-m?= =?UTF-8?q?ax=20(prev=20commit)\nAll=20models=20now=20served=20from=20olla?= =?UTF-8?q?ma-cloud/=20exclusively.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .kilo/commands/ask.md | 2 +- .kilo/commands/code.md | 2 +- .kilo/commands/feature.md | 2 +- .kilo/commands/hotfix.md | 2 +- .kilo/commands/plan.md | 2 +- .kilo/commands/review.md | 2 +- .kilo/commands/status.md | 2 +- kilo-meta.json | 24 ++++++++++++------------ 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.kilo/commands/ask.md b/.kilo/commands/ask.md index 1a81193..98e4fa0 100644 --- a/.kilo/commands/ask.md +++ b/.kilo/commands/ask.md @@ -1,7 +1,7 @@ --- description: Answers questions about the codebase, explains concepts, provides guidance mode: ask -model: openai/qwen3-32b +model: ollama-cloud/qwen3.5-122b color: "#8B5CF6" --- diff --git a/.kilo/commands/code.md b/.kilo/commands/code.md index 281999c..c4cdf52 100644 --- a/.kilo/commands/code.md +++ b/.kilo/commands/code.md @@ -1,7 +1,7 @@ --- description: Generates code for small tasks and hotfixes mode: code -model: openrouter/qwen/qwen3-coder:free +model: ollama-cloud/deepseek-v4-pro-max color: "#10B981" --- diff --git a/.kilo/commands/feature.md b/.kilo/commands/feature.md index 9261513..07924f0 100644 --- a/.kilo/commands/feature.md +++ b/.kilo/commands/feature.md @@ -1,7 +1,7 @@ --- description: Full feature development pipeline from requirements to release mode: feature -model: openrouter/qwen/qwen3-coder:free +model: ollama-cloud/deepseek-v4-pro-max color: "#059669" permission: read: allow diff --git a/.kilo/commands/hotfix.md b/.kilo/commands/hotfix.md index 4355dba..3fd6991 100644 --- a/.kilo/commands/hotfix.md +++ b/.kilo/commands/hotfix.md @@ -1,7 +1,7 @@ --- description: Quick bug fix workflow for urgent production issues mode: hotfix -model: openrouter/minimax/minimax-m2.5:free +model: ollama-cloud/deepseek-v4-pro-max color: "#DC2626" permission: read: allow diff --git a/.kilo/commands/plan.md b/.kilo/commands/plan.md index 8a738eb..ad16d8c 100644 --- a/.kilo/commands/plan.md +++ b/.kilo/commands/plan.md @@ -1,7 +1,7 @@ --- description: Creates detailed task plans with breakdown, estimates, and dependencies mode: plan -model: openrouter/qwen/qwen3-coder:free +model: ollama-cloud/deepseek-v4-pro-max color: "#3B82F6" permission: read: allow diff --git a/.kilo/commands/review.md b/.kilo/commands/review.md index 11d9bdd..a438667 100644 --- a/.kilo/commands/review.md +++ b/.kilo/commands/review.md @@ -1,7 +1,7 @@ --- description: Comprehensive code review with tests, style, security, and performance checks mode: review -model: openrouter/minimax/minimax-m2.5:free +model: ollama-cloud/kimi-k2.6 color: "#F59E0B" permission: read: allow diff --git a/.kilo/commands/status.md b/.kilo/commands/status.md index 0c9bff1..ecaffa8 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: openrouter/qwen/qwen3.6-plus:free +model: ollama-cloud/qwen3.5-122b color: "#3B82F6" --- diff --git a/kilo-meta.json b/kilo-meta.json index 3a08f17..74e67fa 100644 --- a/kilo-meta.json +++ b/kilo-meta.json @@ -1,7 +1,7 @@ { "$schema": "https://app.kilo.ai/config.json", "metaVersion": "1.0.0", - "lastSync": "2026-05-27T12:37:47.564Z", + "lastSync": "2026-05-27T13:01:37.013Z", "agents": { "requirement-refiner": { "file": ".kilo/agents/requirement-refiner.md", @@ -273,7 +273,7 @@ "status": { "file": ".kilo/commands/status.md", "description": "Check pipeline status for issue", - "model": "qwen/qwen3.6-plus:free" + "model": "ollama-cloud/qwen3.5-122b" }, "evaluate": { "file": ".kilo/commands/evaluate.md", @@ -283,12 +283,12 @@ "plan": { "file": ".kilo/commands/plan.md", "description": "Creates detailed task plans", - "model": "openrouter/qwen/qwen3-coder:free" + "model": "ollama-cloud/deepseek-v4-pro-max" }, "ask": { "file": ".kilo/commands/ask.md", "description": "Answers codebase questions", - "model": "openai/qwen3-32b" + "model": "ollama-cloud/qwen3.5-122b" }, "debug": { "file": ".kilo/commands/debug.md", @@ -298,7 +298,7 @@ "code": { "file": ".kilo/commands/code.md", "description": "Quick code generation", - "model": "openrouter/qwen/qwen3-coder:free" + "model": "ollama-cloud/deepseek-v4-pro-max" }, "research": { "file": ".kilo/commands/research.md", @@ -308,17 +308,17 @@ "feature": { "file": ".kilo/commands/feature.md", "description": "Full feature development pipeline", - "model": "openrouter/qwen/qwen3-coder:free" + "model": "ollama-cloud/deepseek-v4-pro-max" }, "hotfix": { "file": ".kilo/commands/hotfix.md", "description": "Hotfix workflow", - "model": "openrouter/minimax/minimax-m2.5:free" + "model": "ollama-cloud/deepseek-v4-pro-max" }, "review": { "file": ".kilo/commands/review.md", "description": "Code review workflow", - "model": "openrouter/minimax/minimax-m2.5:free" + "model": "ollama-cloud/kimi-k2.6" }, "review-watcher": { "file": ".kilo/commands/review-watcher.md", @@ -342,17 +342,17 @@ "commerce": { "file": ".kilo/commands/commerce.md", "description": "Create e-commerce site with products, cart, payments", - "model": "qwen/qwen3-coder:free" + "model": "ollama-cloud/deepseek-v4-pro-max" }, "blog": { "file": ".kilo/commands/blog.md", "description": "Create blog/CMS with posts, comments, SEO", - "model": "qwen/qwen3-coder:free" + "model": "ollama-cloud/deepseek-v4-pro-max" }, "booking": { "file": ".kilo/commands/booking.md", "description": "Create booking system for services/appointments", - "model": "qwen/qwen3-coder:free" + "model": "ollama-cloud/deepseek-v4-pro-max" } }, "syncTargets": [ @@ -396,4 +396,4 @@ "failOnError": true, "reportFile": ".kilo/logs/sync-violations.json" } -} \ No newline at end of file +}