shell_gpt
shell_gpt copied to clipboard
Fix #329: Ability to follow up on one-off prompts with chat and repl
Adds new flag --follow-up (-fu) which can be used with --repl and --chat to pull in the last one-off prompt.
Implemented by keeping a last_chat file in the cache directory that's overwritten for every default prompt call (sgpt "[some prompt]"), and then copying this file over to the chat cache directory when -fu is specified.
#329
@TheR1D I thought there was a way for me to assign reviewers but I can't find it.
@TheR1D I thought there was a way for me to assign reviewers but I can't find it.
The button appears on the top right of this page, but only after it's been reviewed once already. The idea is probably, once you made a PR, it's always ready for review :)
@TheR1D friendly ping on review