From 6a443d5daf5cccaff8c1df78240f9189722fbba2 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Mon, 13 Jul 2026 17:09:23 +0000 Subject: [PATCH] docs: document agents.usage_display_mode setting 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 --- 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..a07d7ca42 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. Click the usage entry to flip between the two units. Like `model`, this key applies only to the terminal agent's settings file. Type: string. Default: `"credits"`. Options: `"credits"` (credits spent, matching the desktop app's usage footer), `"cost"` (provider dollar cost). ### Knowledge