v2.16.0
What's Changed
- Only ask questions after claude request completes by @deathbeam in #437
- Check for manual Claude enable in response by @deathbeam in #438
- Use response.body instead of response.content for reading response by @deathbeam in #440
- fix: tiktoken download fail if cache folder doesn't exist by @JakubPecenka in #439
- docs: add JakubPecenka as a contributor for code by @allcontributors in #441
- Log response body as well on parse failure by @deathbeam in #442
- fix: Ensure that start_col and end_col selection is awlays within bounds by @deathbeam in #443
- Move cache path and IO outside of vim.loop by @deathbeam in #445
- Added Post-Installation to README.md by @thomastthai in #446
- docs: add thomastthai as a contributor for doc by @allcontributors in #448
- Grab model data dynamically instead of hardcoded by @deathbeam in #447
- Insert content to history properly on non-streamed response by @deathbeam in #449
- Improve model listing and add info about :CopilotChatModels to config by @deathbeam in #450
- Remove GPT-4 forcing from system prompt by @deathbeam in #454
- fix: Download tiktoken binaries from correct location by @liskin in #456
- docs: add liskin as a contributor for code by @allcontributors in #457
- Use vim.cmd instead of feed keys for exiting visual mode by @deathbeam in #458
- Improve tiktoken download paralellization by @deathbeam in #459
- fix: "Unterminated quoted string" in fzflua; extra quotes in actions prompts by @liskin in #460
- Improve token counting and use token count from github response by @deathbeam in #455
New Contributors
- @JakubPecenka made their first contribution in #439
- @thomastthai made their first contribution in #446
- @liskin made their first contribution in #456
Full Changelog: v2.15.0...v2.16.0