jschuur / chatgpt-repl

Interactive CLI for ChatGPT
https://npmjs.com/package/chatgpt-repl
13 stars 0 forks source link

Feature: Retry command should still work even with a cleared conversation history #22

Open jschuur opened 1 year ago

jschuur commented 1 year ago

For performance reasons, changing the system mid-session clears the conversation history. But this means you can't use the .retry command to rerun a prompt after you used .system (up arrow still works though).

Ideally, save the last prompt separate from the conversation history, so the retry command behaves consistently.