π 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 = 10Full 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! π