aws / mynah-ui

https://aws.github.io/mynah-ui/
Apache License 2.0
13 stars 11 forks source link

fix: quick action handling edge case not filtering disabled command #96

Closed willyyhuang closed 2 weeks ago

willyyhuang commented 1 month ago

Problem

Matched command is not filtering disabled command, allowing disabled command to be bypassed

Solution

Filter disabled command when finding the prompt & quick command match

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.