Skip to content

Commit 2a7d2e3

Browse files
feat: promote ContextWindowUsageBreakdown to stable
Enable the context_window_usage_breakdown Cargo feature by default and remove the redundant DOGFOOD_FLAGS entry while keeping the runtime flag and compile-time bridge for rollback. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent bf56c3c commit 2a7d2e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ default = [
600600
"mcp_grouped_server_context",
601601
"fork_from_command",
602602
"context_window_usage_v2",
603+
"context_window_usage_breakdown",
603604
"ambient_agents_command_line",
604605
"ambient_agents_image_upload",
605606
"scheduled_ambient_agents",

crates/warp_features/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ pub enum FeatureFlag {
519519
/// Enables v2 of the context window usage UI.
520520
ContextWindowUsageV2,
521521

522-
/// Dev-only: enables the expandable per-segment context window usage
523-
/// breakdown in the conversation usage card.
522+
/// Enables the expandable per-segment context window usage breakdown in
523+
/// the conversation usage card.
524524
ContextWindowUsageBreakdown,
525525

526526
/// Enables global search
@@ -1000,7 +1000,6 @@ pub const DOGFOOD_FLAGS: &[FeatureFlag] = &[
10001000
FeatureFlag::WarpControlCli,
10011001
FeatureFlag::TerminalLifecycleRecovery,
10021002
FeatureFlag::PromptCacheExpiryWarning,
1003-
FeatureFlag::ContextWindowUsageBreakdown,
10041003
FeatureFlag::JupyterNotebookRendering,
10051004
FeatureFlag::WaitForEventsParentRegistration,
10061005
FeatureFlag::McpJsonTreeView,

0 commit comments

Comments
 (0)