-
Notifications
You must be signed in to change notification settings - Fork 35
Add ability to recall the last response #44
Description
Hi! First of all, thanks so much for making this; I use sc daily and it has quickly become one of my essential tools.
I've found that I often ask sc a question in one place and then wish I could see the response again in another place. For example, I get a code snippet from sc in a terminal pane, then moments later wish I had the response in my editor. Or I closed the terminal pane and then forgot what the response was (this happens too often). It would be nice to have a quick way to see that message again.
I've considered writing my own little utility to extract the last message from conversations.toml, but I was wondering if this would make sense as a smartcat feature. Being able to run something like sc --recall-last (or sc -R?) to get that last response would be pretty neat, and I can see it working nicely with #40.
Let me know what you think. I'd be happy to try my hand at this and open a PR if you think the feature would be a good addition!