v0.2.3
Major QOL improvements for actually debugging + contributing to the plugin, huge thanks to @dceluis
At a high-level:
- stronger reference to default template path (avoids differences in user config - see #6 (comment))
- templates are less error-prone and much easier to read
- jobs throw errors instead of silently crashing the neovim entirely
- added custom deepseek template that respects prompt caching strategy
- various bug fixes
What's Changed
- Enable jinja whitespace control by @dceluis in #18
- fix off by one error when setting extmark by @chottolabs in #20
- Fix anthropic template not being passed prompt args by @dceluis in #22
- Improve curl error handling by @dceluis in #23
- Add default TEMPLATE_DIRECTORY by @dceluis in #24
- throw minijinja error by @chottolabs in #26
- Add Deepseek templates for prompt caching by @chottolabs in #25
New Contributors
Full Changelog: v0.2.2...v0.2.3