Skip to content

Commit c34ed46

Browse files
fix
1 parent 458507e commit c34ed46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ export function buildApiHandler(configuration: ProviderSettings): ApiHandler {
144144
return new IOIntelligenceHandler(options)
145145
case "roo":
146146
return new RooHandler(options)
147+
case "featherless":
148+
return new FeatherlessHandler(options)
147149
default:
148150
apiProvider satisfies "gemini-cli" | undefined
149151
return new AnthropicHandler(options)

0 commit comments

Comments
 (0)