CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.65k stars 73 forks source link

where can i find logs #424

Closed samarth-na closed 4 weeks ago

samarth-na commented 1 month ago

I am not sure if this is even an feature or not I just to have an history of all things I have talked to copilot about somewhere

deathbeam commented 4 weeks ago

You can do :CopilotChatSave /:CopilotChatLoad to store chats but thats about it. There is some stuff that is logged but not much if you dont have debug enabled, you can see where logs are stored via :CopilotChatDebugInfo

samarth-na commented 4 weeks ago

oh thanks!, Is there an way to have that turned on that by default so it stores everything even if someone forget to save