fix: remove unsupported config parameters from kilo.jsonc

defaultAgent, defaultModel, smallModel are not supported by Kilo Code.
These cause Kilo Code to fail on startup.
This commit is contained in:
¨NW¨
2026-04-05 16:42:35 +01:00
parent 74c4b45972
commit ab02873a4a

View File

@@ -4,9 +4,6 @@
"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",