From 5bab080e8f9c930b7d9e30bc0a377339505fb8dc Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Thu, 15 Jan 2026 20:23:22 -0500 Subject: [PATCH] docs: clarify question tool guidance --- packages/opencode/src/tool/question.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/tool/question.txt b/packages/opencode/src/tool/question.txt index a85a4110f50..03cd496d60a 100644 --- a/packages/opencode/src/tool/question.txt +++ b/packages/opencode/src/tool/question.txt @@ -5,6 +5,6 @@ Use this tool when you need to ask the user questions during execution. This all 4. Offer choices to the user about what direction to take. Usage notes: -- Users will always be able to select "Other" to provide custom text input +- When `custom` is enabled (default), a "Type your own answer" option is added automatically; don't include "Other" or catch-all options - Answers are returned as arrays of labels; set `multiple: true` to allow selecting more than one - If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label