v3.3.0
What's Changed
- perf: optimize curl connection settings by @deathbeam in #621
- fix: add debug logging for Copilot HTTP responses by @deathbeam in #622
- fix: parse stream response body again if stream returned no response by @deathbeam in #623
- fix: make file operations and contexts async by @deathbeam in #624
- refactor(context): replace io.popen with vim.system by @deathbeam in #625
- perf: optimize GitHub token handling and remove scheduler by @deathbeam in #626
- feat(context): add full file content support for files by @deathbeam in #627
- refactor: improve embedding stability and token handling by @deathbeam in #629
- refactor(copilot): improve embedding reliability by @deathbeam in #630
- fix: check if tiktoken loaded correctly by @deathbeam in #632
- fix: improve debug info window handling by @deathbeam in #634
- refactor(context): optimize file loading with caching by @deathbeam in #635
- refactor: simplify buffer handling using builtin functions by @deathbeam in #636
- fix: improve logging output format and consistency by @deathbeam in #638
- fix: add error handling to chat async operation by @deathbeam in #639
- refactor: unify info display into show_info and show_context by @deathbeam in #640
- fix: add null check for buffer symbols by @deathbeam in #641
- style: improve debug output readability by @deathbeam in #642
- feat: add URL context support using lynx by @deathbeam in #637
- docs: improve documentation clarity and organization by @deathbeam in #643
- docs(readme): reorganize requirements section by @deathbeam in #644
- docs: improve README formatting and add prompt command info by @deathbeam in #645
- refactor: switch to character-based truncation by @deathbeam in #646
- feat: add status notifications for background tasks by @deathbeam in #647
- feat: make lynx optional for URL context by @deathbeam in #648
- style: link spinner highlight to DiagnosticInfo by @deathbeam in #649
- refactor: remove redundant log messages by @deathbeam in #650
- refactor: move source type to init.lua by @deathbeam in #651
- Add vid to README by @deathbeam in #652
Full Changelog: v3.2.0...v3.3.0