diff --git a/.kilo/kilo.jsonc b/.kilo/kilo.jsonc index 076cf7a..66d2704 100644 --- a/.kilo/kilo.jsonc +++ b/.kilo/kilo.jsonc @@ -14,6 +14,22 @@ "bash": "allow", "task": "allow" } + }, + "code": { + "model": "ollama-cloud/qwen3-coder:480b", + "description": "Primary code writer. Full tool access for development tasks." + }, + "ask": { + "model": "qwen/qwen3.6-plus:free", + "description": "Read-only Q&A agent for codebase questions." + }, + "plan": { + "model": "ollama-cloud/nemotron-3-super", + "description": "Task planner. Creates detailed implementation plans." + }, + "debug": { + "model": "ollama-cloud/gpt-oss:20b", + "description": "Bug diagnostics and troubleshooting." } } } \ No newline at end of file