Commit fa70ad0
feat: promote context window usage breakdown to stable (#14534)
## Description
Promotes the detailed context-window usage breakdown to Stable in the
Warp client.
- Enables the `context_window_usage_breakdown` Cargo feature by default.
- Removes `ContextWindowUsageBreakdown` from `DOGFOOD_FLAGS` because
Stable builds now compile and enable it through the existing feature
bridge.
- Keeps the feature flag and compile-time bridge in place for a one-line
rollback during stabilization.
- Updates the feature comment to remove the stale dev-only designation.
This complements the server-side production rollout and addresses
[REMOTE-2390](https://linear.app/warpdotdev/issue/REMOTE-2390/context-breakdown-for-conversations-system-prompt-tools-agentsmd).
## Validation
- `./script/format`
- `cargo check -p warp_features`
- `cargo clippy -p warp_features --all-targets -- -D warnings`
- Confirmed via `cargo metadata` that `context_window_usage_breakdown`
is 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](https://warp.dev/oz)._
Co-authored-by: Oz <oz-agent@warp.dev>1 parent 9c60994 commit fa70ad0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
| 604 | + | |
604 | 605 | | |
605 | 606 | | |
606 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | | - | |
| 522 | + | |
| 523 | + | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| |||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | | - | |
1004 | 1003 | | |
1005 | 1004 | | |
1006 | 1005 | | |
| |||
0 commit comments