Default User Prompt Behavior Incorrect
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
In chapter 16. User prompts:
By default user prompts are not handled automatically unless a user prompt handler has been defined
This statement would only be true if the default value for unhandledPromptBehavior were "ignore" instead of "dismiss and notify". Even if an error is being returned, the user prompt is still being handled automatically for the user.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with chapter 16, “User prompts,” and the definition of the default unhandledPromptBehavior value. Check that the statement about prompts not being handled automatically matches the documented default of “dismiss and notify”; it is done when the wording accurately describes that behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100