From 0fec1bc25a57354cbfdb79ae91aa259ed7150117 Mon Sep 17 00:00:00 2001 From: Oz Date: Tue, 11 Aug 2026 19:20:53 +0000 Subject: [PATCH] Remove unused defaultEnabledValue field from CodebaseContextPolicy schema The server stopped serving this field in warp-server#13738 (Aug 4, 2026), which enforced a tri-state admin setting for codebase context instead. No client code selects or depends on this field (no cynic QueryFragment references it), so this brings the checked-in schema back in sync with what the server actually serves. Co-Authored-By: Warp Agent --- crates/warp_graphql_schema/api/schema.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/warp_graphql_schema/api/schema.graphql b/crates/warp_graphql_schema/api/schema.graphql index 6a21e64e6dd..cc068fe6aa4 100644 --- a/crates/warp_graphql_schema/api/schema.graphql +++ b/crates/warp_graphql_schema/api/schema.graphql @@ -781,7 +781,6 @@ type CodebaseContextConfigOutput implements Response { union CodebaseContextConfigResult = CodebaseContextConfigOutput | UserFacingError type CodebaseContextPolicy { - defaultEnabledValue: Boolean! embeddingGenerationBatchSize: Int! isUnlimitedIndices: Boolean! maxFilesPerRepo: Int!