From e6a3b5d019f345e5a32aa39edbfad42f149c2e33 Mon Sep 17 00:00:00 2001
From: Brennan Benson <79079362+brennanb2025@users.noreply.github.com>
Date: Wed, 16 Sep 2026 13:32:57 -0700
Subject: [PATCH] docs(native-chat): record why the question answer row has no
slash grammar (#21084)
The free-text row on an AskUserQuestion card is a plain input on purpose,
but nothing said so, and its absence reads as a missing picker rather than
a decision. Note the reason at the input.
---
.../src/components/native-chat/NativeChatQuestionCard.tsx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/renderer/src/components/native-chat/NativeChatQuestionCard.tsx b/src/renderer/src/components/native-chat/NativeChatQuestionCard.tsx
index 1b1ce5a3547..fa9da34be3a 100644
--- a/src/renderer/src/components/native-chat/NativeChatQuestionCard.tsx
+++ b/src/renderer/src/components/native-chat/NativeChatQuestionCard.tsx
@@ -192,6 +192,10 @@ export function NativeChatQuestionCard({
+ {/* Intentionally plain — no `/` or `@` grammar. This row answers the
+ question; a slash command addresses the session, so running one here
+ could only answer with command text or abandon the pending prompt.
+ That grammar belongs to the composer, which this card replaces. */}