You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable up/down cursor to cycle through prompt history in the text box, would make it easier to retry inputs if the model or provider fails for some reason and not have to copy/paste/re-type
The text was updated successfully, but these errors were encountered:
IMO, just enabling up/down cursor is not an ideal solution for the Electron UI. As the input in the electron UI is essentially a textarea, where you can navigate your curosr through multiple lines using arrow keys. This is different from the terminal.
Here are some options we can consider:
Use Ctrl/Cmd + ↑/↓ or Alt + ↑/↓
↑ only triggers history when cursor is at start, ↓ only triggers history when cursor is at end.
personally I prefere the first one, and we can add explanatory text after What can goose help with?.
And I am happy to take over this issue and contribute
Enable up/down cursor to cycle through prompt history in the text box, would make it easier to retry inputs if the model or provider fails for some reason and not have to copy/paste/re-type
The text was updated successfully, but these errors were encountered: