github DanBradbury/copilot-chat.vim v1.8.0

9 hours ago

πŸš€ v1.8.0 - Performance Edition

✨ What's New

  • Big performance improvements inside the chat buffer (fixed reported slowness when sending multiple messages)

βš™οΈNew config options

" Send only the last 10 messages for faster responses
let g:copilot_chat_message_history_limit = 10

" Increase debounce delay for slower machines (reduces CPU usage)
let g:copilot_chat_syntax_debounce_ms = 500

" Longer cache timeout for large projects (reduces system calls)
let g:copilot_chat_file_cache_timeout = 10

Full Changelog: v1.7.6...v1.8.0

Thank you to everyone who reported performance issues and tested the beta builds. Your feedback made this release possible! πŸ™

Don't miss a new copilot-chat.vim release

NewReleases is sending notifications on new releases.