xenodium / chatgpt-shell

A multi-llm Emacs shell (ChatGPT, Claude, Gemini) + editing integrations
https://xenodium.com
GNU General Public License v3.0
846 stars 75 forks source link

Reset the file path after clear the buffer #228

Closed ccqpein closed 2 months ago

ccqpein commented 3 months ago

Try to implement the issue #227 .

After (setf shell-maker-if-file-path-reset-after-clean 'reset) and manually binding the ("C-c M-o" . chatgpt-shell-clear-buffer). It will reset the shell-maker--fileto nil after I clean the buffer. So I can save the new conversation in new file.

Feel free to change it if it isn't match the design of owner.**

ccqpein commented 2 months ago

No problem

xenodium commented 2 months ago

A couple of follow-ups: