docq
docq copied to clipboard
FEAT: chat input history
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.