From 0dd8b16417860dc36a2b7a5407a5f329067d984d Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Fri, 10 Jul 2026 17:08:54 +0000 Subject: [PATCH] docs: document agents.usage_display_mode setting Add the agents.usage_display_mode TUI setting (credits vs. provider cost) to the all-settings reference. Co-Authored-By: Oz --- src/content/docs/terminal/settings/all-settings.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/terminal/settings/all-settings.mdx b/src/content/docs/terminal/settings/all-settings.mdx index f8d7495e7..1c544a8f9 100644 --- a/src/content/docs/terminal/settings/all-settings.mdx +++ b/src/content/docs/terminal/settings/all-settings.mdx @@ -262,6 +262,7 @@ Settings for Warp's agents, including model behavior, permissions, knowledge, MC * `cloud_conversation_storage_enabled` — Whether conversations are stored in the cloud. Type: boolean. Default: `true`. * `model` — The default model for the Warp Agent in the terminal. The desktop app's Agent Mode selects its model through [agent profiles](/agent-platform/capabilities/agent-profiles-permissions/) instead, so this key applies only to the terminal agent's settings file. Type: string. Default: `"auto"` (defers to Warp's automatic model selection). +* `usage_display_mode` — Which unit the terminal agent's usage entry displays. Applies only to the terminal agent's settings file; click the usage entry to flip between units. Type: string. Default: `"credits"`. Options: `"credits"` (the same number the desktop app's usage footer shows), `"cost"` (provider dollar cost). ### Knowledge