docs: document agents.usage_display_mode setting#330
Draft
hongyi-chen wants to merge 1 commit into
Draft
Conversation
Add the terminal agent's usage_display_mode setting to the all-settings reference. It controls whether the terminal agent's usage entry shows credits spent or provider dollar cost. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the
agents.usage_display_modesetting in the all-settings reference. Surfaced by themissing_docsdrift-watch audit as an undocumented GA setting.The setting controls which unit the terminal (TUI) agent's usage entry displays — credits spent (default) or provider dollar cost — and is flipped by clicking the entry. It's modeled like the existing
agents.modelkey: a TUI-only, file-backed setting, so it's documented in the same[agents]section.Source:
warp:app/src/settings/ai.rs(TuiUsageDisplayMode,toml_path: "agents.usage_display_mode").Validation
npm run buildpasses.Conversation: https://staging.warp.dev/conversation/0ee78198-1342-4558-b918-b484f4655005
Run: https://oz.staging.warp.dev/runs/019f5c6b-ee12-75f1-a353-e0ef6e3edd4f
This PR was generated with Oz.