Skip to content

Commit 1ef62e9

Browse files
committed
Remove unused DEFAULT_PROVIDER_KIND constant
1 parent e68c0d1 commit 1ef62e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/contracts/src/orchestration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const ORCHESTRATION_WS_CHANNELS = {
3131

3232
export const ProviderKind = Schema.Literals(["codex", "claudeCode"]);
3333
export type ProviderKind = typeof ProviderKind.Type;
34-
export const DEFAULT_PROVIDER_KIND: ProviderKind = "codex";
3534
export const ProviderApprovalPolicy = Schema.Literals([
3635
"untrusted",
3736
"on-failure",

0 commit comments

Comments
 (0)