twinnydotdev / twinny

The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.
https://twinny.dev
MIT License
3.11k stars 165 forks source link

Fix something in Chat and ChatService #403

Closed fishshi closed 5 days ago

fishshi commented 5 days ago
  1. filePaths may be undefined in ChatService, for example when you edit a message that has been sent.
  2. change the order of save and request in Chat to avoid that a long lasting generation causes the generation of save title timeout.