Merge branch 'watsonx-ai-integration' of https://github.com/PrasangAPrajapati/Roo-Code into watsonx-ai-integration

This commit is contained in:
Prasang Prajapati 2025-09-17 18:59:12 -04:00
parent 2529892555
commit 59ee5aa2a1
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ export { UnboundHandler } from "./unbound"
export { VertexHandler } from "./vertex"
export { VsCodeLmHandler } from "./vscode-lm"
export { XAIHandler } from "./xai"
export { WatsonxAIHandler } from "./watsonx"
export { ZAiHandler } from "./zai"
export { FireworksHandler } from "./fireworks"
export { RooHandler } from "./roo"

View file

@ -14,7 +14,6 @@ import type {
CloudUserInfo,
ShareVisibility,
QueuedMessage,
ModelInfo,
} from "@roo-code/types"
import { GitCommit } from "../utils/git"