Skip to content

Commit 1fdfd07

Browse files
amitksingh1490dariuszkowalski-comForgeCode
committed
fix: add missing ClaudeCode case to BuiltInProviderId Display impl
This fixes the compiler error where ClaudeCode variant was not covered in the Display implementation match statement. Co-Authored-By: Dariusz Kowalski <[email protected]> Co-Authored-By: ForgeCode <[email protected]>
1 parent 531ce68 commit 1fdfd07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/forge_domain/src/provider.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ impl fmt::Display for BuiltInProviderId {
6262
BuiltInProviderId::Cerebras => "cerebras",
6363
BuiltInProviderId::Xai => "xai",
6464
BuiltInProviderId::Anthropic => "anthropic",
65+
BuiltInProviderId::ClaudeCode => "claude_code",
6566
BuiltInProviderId::VertexAi => "vertex_ai",
6667
BuiltInProviderId::BigModel => "big_model",
6768
BuiltInProviderId::Azure => "azure",

0 commit comments

Comments
 (0)