feat: set orchestrator as default agent in kilo.jsonc

This commit is contained in:
¨NW¨
2026-04-05 16:33:17 +01:00
parent 1175bf1b07
commit 74c4b45972

View File

@@ -4,9 +4,14 @@
"skills": {
"paths": [".kilo/skills"]
},
"defaultAgent": "orchestrator",
"defaultModel": "qwen/qwen3.6-plus:free",
"smallModel": "openai/llama-3.1-8b-instant",
"agent": {
"orchestrator": {
"model": "ollama-cloud/glm-5",
"description": "Main dispatcher. Routes tasks between agents based on Issue status."
},
"pipeline-runner": {
"description": "Runs agent pipeline with Gitea logging",
"mode": "subagent",