Interactive prompts
Sometimes CC needs to ask a user for something, and right now it happens just via a normal text box.
For example, I sometimes ask it to confirm something, before doing it. So CC will ask me and wait for a response. This is good.
But the response is just the same text box, so I type in "yes", or "go ahead" into it.
I think UX could be nicer, if CC could infer the right prompt widget, and instead use the same prompt library to present a choice using a prompt widget UI, e.g. a boolean or select could be shown:
- Yes, go ahead
- Do not go ahead
Similar idea for choice, sometimes I ask it to present me three options, and it'd be nice to just keyboard up and down to select some options, rather than literally type in, "Go with option 3".
Related to #2799
This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗