evolution: remove obsolete :cloud suffix from kimi-k2.6 model id across all configs

This commit is contained in:
NW
2026-05-13 09:27:48 +01:00
parent c031c4b9e5
commit 4c9a95661f
19 changed files with 125 additions and 85 deletions

View File

@@ -198,7 +198,7 @@
"the-fixer": {
"description": "Iteratively fixes bugs based on specific error reports and test failures",
"mode": "all",
"model": "ollama-cloud/kimi-k2.6:cloud",
"model": "ollama-cloud/kimi-k2.6",
"color": "#F59E0B",
"permission": {
"read": "allow",
@@ -218,7 +218,7 @@
"performance-engineer": {
"description": "Reviews code for performance issues. Focuses on efficiency, N+1 queries, memory leaks, and algorithmic complexity",
"mode": "all",
"model": "ollama-cloud/kimi-k2.6:cloud",
"model": "ollama-cloud/kimi-k2.6",
"color": "#0D9488",
"permission": {
"read": "allow",
@@ -236,7 +236,7 @@
"security-auditor": {
"description": "Scans for security vulnerabilities, OWASP Top 10, dependency CVEs, and hardcoded secrets",
"mode": "subagent",
"model": "ollama-cloud/kimi-k2.6:cloud",
"model": "ollama-cloud/kimi-k2.6",
"color": "#DC2626",
"permission": {
"read": "allow",
@@ -269,7 +269,7 @@
"orchestrator": {
"description": "Main dispatcher. Routes tasks between agents based on Issue status and manages the workflow state machine",
"mode": "all",
"model": "ollama-cloud/kimi-k2.6:cloud",
"model": "ollama-cloud/kimi-k2.6",
"color": "#7C3AED",
"permission": {
"read": "allow",
@@ -376,7 +376,7 @@
"agent-architect": {
"description": "Creates, modifies, and reviews new agents, workflows, and skills based on capability gap analysis",
"mode": "subagent",
"model": "ollama-cloud/kimi-k2.6:cloud",
"model": "ollama-cloud/kimi-k2.6",
"permission": {
"read": "allow",
"edit": "allow",
@@ -502,7 +502,7 @@
"incident-responder": {
"description": "Server incident response and system hardening specialist. Handles live forensics, malware removal, persistence hunting, SSH-based server cleanup, and post-incident hardening. Works with any OS and panel.",
"mode": "subagent",
"model": "ollama-cloud/kimi-k2.6:cloud",
"model": "ollama-cloud/kimi-k2.6",
"color": "#B91C1C",
"permission": {
"read": "allow",