Skip to content

Commit 7e3228d

Browse files
committed
refactor(webview): use canonical anthropic identifier
1 parent 55b7068 commit 7e3228d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webview-ui/src/components/ui/hooks/useSelectedModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function getSelectedModel({
426426

427427
// Apply 1M context beta tier pricing for supported Claude 4 models
428428
if (
429-
provider === "anthropic" &&
429+
provider === providerIdentifiers.anthropic &&
430430
(id === "claude-sonnet-4-20250514" ||
431431
id === "claude-sonnet-4-5" ||
432432
id === "claude-sonnet-4-6" ||

0 commit comments

Comments
 (0)