ask_questions tool bad UX #3035
andtankian
started this conversation in
General
Replies: 1 comment
-
|
Long term, I think that's a great idea, unfortunately, I think it's going to be a decent chunk of work. The logic that I built for the approval mechanism, sits in I also think if we're going to the trouble of doing this, we should allow an option for the user to add text in a I'm going to be travelling over the next month so my ability to review and work on PRs will be challenged, as an FYI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been facing an annoying issue when using ask_questions tool. It pops up picker
vim.ui.selectbut many times the question is too long and it crosses the picker width, cropping the phrase. The same for the answers, except that we can scroll them horizontally.I was thinking if it's possible to use the same mechanism of run commands approval that uses the chat buffer itself with binded keys:
g1, g2, g3...forask_questionstool.Maybe there's a simpler approach like vim options to wrap the content, but I think that use chat buffer instead can improve capabilities of this tool, for example adding
chat about this...ornone of the above answerswith a reason.If @olimorris feels it's a reasonable approach I can PR it.
Beta Was this translation helpful? Give feedback.
All reactions