Releases: S1M0N38/ai.nvim
Releases · S1M0N38/ai.nvim
v1.3.0
v1.2.0
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2024-09-02)
⚠ BREAKING CHANGES
- remove verbose type annotation and old testing
Features
- add Client class to init (da37298)
- check for correct requst encoding (358c3eb)
- improve type annotations (d35d015)
- simplify config.lua (df80a1c)
- updated deprecated vim.fn.json_encode/decode (209fede)
Bug Fixes
- add on_exit to chat_completion_create (e20f0cc)
- docs: minor typos in ai.txt (ffc1bd8)
- env var for groq api key in gh action (fe6cc8e)
- regex in match for stdout (f010441)
- tutorial on_chat_completion_chunk (67d5eab)
- type checking for lua-lang-server (6527047)
Code Refactoring
- remove verbose type annotation and old testing (cc5f9e3)