docs(cli): cover AskQuestion tool behavior and TUI interaction#11162
docs(cli): cover AskQuestion tool behavior and TUI interaction#11162siewcapital wants to merge 2 commits intocontinuedev:mainfrom
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
RomneyDa
left a comment
There was a problem hiding this comment.
@siewcapital I think it would be nice to document this. Could we make it more brief? I think we could remove the Parameters and Permission behavior section (other tools don't have params sections, permissions can be noted in the read-only blurb.
The TUI mode file looks good to me.
|
I have read the CLA Document and I hereby sign the CLA |
|
@RomneyDa Good call — it was getting verbose. I've stripped out the Parameters and Permission behavior sections. The AskQuestion tool is now documented inline with the other read-only tools (brief permission note in the blurb). TUI section stays as-is since that looked good to you. Should be much tighter now. |
Summary
AskQuestionbuilt-in indocs/cli/tool-permissions.mdx, including parameters and default permission behaviorAskQuestionis explicitly includedWhy
Issue #11153 requested docs for the AskQuestion tool and how users interact with it in TUI mode. This update adds those details in the two suggested CLI docs pages.
Closes #11153
Summary by cubic
Documents the
AskQuestiontool and how interactive questions work in CLI TUI mode, addressing #11153. Updates permissions to default-allow more read-only tools (AskQuestion,Checklist,Status,CheckBackgroundJob,ReportFailure,UploadArtifact) and clarifiesDiffruns automatically; explains arrow-key selection, typed custom answers, and default answer submission.Written for commit a0fc354. Summary will update on new commits.