docq icon indicating copy to clipboard operation
docq copied to clipboard

FEAT: chat input history

Open janaka opened this issue 2 years ago • 0 comments

Current

if a user want's to repeat a previous message / instruction they have to re-type or copy and paste. This is inefficient.

Solution

Track input entered in the chat input box. Allow scrolling through back and forth through historical input using up arrow and down arrow. scope input history to a thread. Store in-memory.

janaka avatar Dec 27 '23 19:12 janaka