chore(agent): fix triage model provider path for gpt-5-nano

Corrects the model identifier to `kilo/openai/gpt-5-nano`. Previously, running the triage agent failed because the prefix was missing, throwing an Model Not Found error. Resolved by explicitly using the `kilo/openai/gpt-5-nano` target path.
This commit is contained in:
Aarav Sharma
2026-06-13 07:17:21 -06:00
parent fcb8802aa5
commit 0846f9e24c
+1 -1
View File
@@ -1,7 +1,7 @@
---
mode: primary
hidden: true
model: openai/gpt-5-nano
model: kilo/openai/gpt-5-nano # kilocode_change
color: "#44BA81"
tools:
"*": false