feat: promote context window usage breakdown to stable - #14534
Conversation
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>
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR promotes the context window usage breakdown by enabling the Cargo feature in the app default feature set and removing the runtime dogfood flag entry while keeping the existing compile-time bridge.
Concerns
- The change enables a user-facing Stable UI path, but the PR description does not include screenshots or a screen recording demonstrating the breakdown end to end.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| "mcp_grouped_server_context", | ||
| "fork_from_command", | ||
| "context_window_usage_v2", | ||
| "context_window_usage_breakdown", |
There was a problem hiding this comment.

Description
Promotes the detailed context-window usage breakdown to Stable in the Warp client.
context_window_usage_breakdownCargo feature by default.ContextWindowUsageBreakdownfromDOGFOOD_FLAGSbecause Stable builds now compile and enable it through the existing feature bridge.This complements the server-side production rollout and addresses REMOTE-2390.
Validation
./script/formatcargo check -p warp_featurescargo clippy -p warp_features --all-targets -- -D warningscargo metadatathatcontext_window_usage_breakdownis present in the default feature set.No new integration test is included because this PR only promotes the existing, already-tested implementation through configuration; it does not change rendering behavior.
Co-Authored-By: Oz oz-agent@warp.dev
Conversation: https://staging.warp.dev/conversation/058394b3-c0e4-4edd-a6af-3f2ee8405276
Run: https://oz.staging.warp.dev/runs/019fb027-7a76-7053-834f-5ba35407e63b
This PR was generated with Oz.