-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
area:docsRelates to documentationRelates to documentationkind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extension
Description
Summary
The AskQuestion tool was added to the CLI in PR #10845 but is not documented in the tool permissions or reference documentation.
Feature Details
The AskQuestion tool allows the LLM to ask clarifying questions to gather requirements, preferences, or implementation details before proceeding. Features include:
- Interactive quiz-style prompts in TUI mode
- Arrow-key selection for options
- Free-form text answers when no options provided
- Default answer support
- Read-only tool (allowed by default in standard and plan modes)
Suggested Documentation
Update the following docs:
docs/cli/tool-permissions.mdx- Add AskQuestion to the list of read-only tools that default toallow- Consider adding to a tools reference section with:
- Tool name:
AskQuestion - Parameters:
question,options[],defaultAnswer - Use cases and examples
- Tool name:
Reference
- Implementation PR: feat(cli): quiz answers #10845
- Code reference:
extensions/cli/src/tools/definitions/AskQuestion.ts
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:docsRelates to documentationRelates to documentationkind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extension
Type
Projects
Status
Todo