File tree Expand file tree Collapse file tree
webview-ui/src/components/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1043,9 +1043,9 @@ export const unboundDefaultModelInfo: ModelInfo = {
10431043}
10441044// CHANGE AS NEEDED FOR TESTING
10451045// PROD:
1046- export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
1046+ // export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
10471047// DEV:
1048- // export const PEARAI_URL = "http://localhost:8000/integrations/cline"
1048+ export const PEARAI_URL = "http://localhost:8000/integrations/cline"
10491049
10501050// PearAI
10511051export type PearAiModelId = keyof typeof pearAiModels
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const buttonVariants = cva(
1313 "border border-vscode-input-border bg-primary text-primary-foreground shadow hover:bg-primary/90" ,
1414 destructive : "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90" ,
1515 outline :
16- "border border-vscode-input-border bg-background shadow-sm hover:bg-accent hover:text-accent-foreground" ,
16+ "border border-vscode-input-border bg-vscode-input- background shadow-sm hover:bg-accent hover:text-accent-foreground" ,
1717 secondary :
1818 "border border-vscode-input-border bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80" ,
1919 ghost : "hover:bg-accent hover:text-accent-foreground" ,
You can’t perform that action at this time.
0 commit comments