Commit 06c781b
fix(pi-kilocode): let detectCompat auto-detect supportsDeveloperRole for kilocode models (#16)
* fix(pi-kilocode): let detectCompat auto-detect supportsDeveloperRole for kilocode models
Remove the hardcoded supportsDeveloperRole: false override from toPiModel()
so pi-ai's detectCompat() handles it automatically. kilo.ai is not in
detectCompat's isNonStandard list, so the developer role is enabled,
matching direct OpenRouter behaviour.
Closes #15
* Apply suggestion from @sudosubin
---------
Co-authored-by: Subin Kim <sudosubin@gmail.com>1 parent 6bc9d5f commit 06c781b
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
0 commit comments