From 6c0e4bfca1f302cc52594dc1a15fdadd629470d5 Mon Sep 17 00:00:00 2001 From: "t3-code[bot]" <269035359+t3-code[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:59:46 +0000 Subject: [PATCH] fix(web): clarify auto permission fallback --- apps/web/src/components/chat/ChatComposer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/chat/ChatComposer.tsx b/apps/web/src/components/chat/ChatComposer.tsx index 201fb79c566..f6d34315dac 100644 --- a/apps/web/src/components/chat/ChatComposer.tsx +++ b/apps/web/src/components/chat/ChatComposer.tsx @@ -245,7 +245,7 @@ const runtimeModeConfig: Record< }, auto: { label: "Auto", - description: "An AI reviewer approves routine actions; risky ones still ask.", + description: "Supported providers approve routine actions; others still ask.", icon: SparklesIcon, }, "full-access": {