Copilot chat history #768
                  
                    
                      ruicsh
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 1 comment 1 reply
-
| 
         This was super helpful, thank you for sharing! Just sharing this here in case anyone else ran into this issue with the snacks picker: On nightly builds (or at least for me on v0.11.0-dev-1836+g095c0876c2) I just had to tweak the local function list_chat_history() to use: local date = vim.fn.reltime(mtime)instead of: local date = vim.fn.fmt_relative_time(mtime)edit: typos  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to share a way to manage the CopilotChat.nvim chat history.
YYYYMMDD_<title>chat.save, creating a new file if not saved beforesnacks.pickerto list and preview the history fileschat.loadyou can find the code here
Beta Was this translation helpful? Give feedback.
All reactions