Skip to content

Releases: S1M0N38/ai.nvim

v1.3.0

24 Sep 13:40
53f63d8
Compare
Choose a tag to compare

1.3.0 (2024-09-24)

Features

  • update Lua type annotations and paths (64f7a21)

v1.2.0

14 Sep 18:29
378ea95
Compare
Choose a tag to compare

1.2.0 (2024-09-14)

Features

  • types: add type definitions for chat completion API (b3ddcd8)

Bug Fixes

  • correct grammar and punctuation in README.md (02c0f14)
  • spec: remove GitHub Copilot configuration (4e5edc7)

v1.1.0

05 Sep 09:04
7ac02bc
Compare
Choose a tag to compare

1.1.0 (2024-09-05)

Features

  • GitHub Copilot compatibility (be281d9)

Bug Fixes

  • update environment variable for Copilot API key (dd08c50)

v1.0.1

04 Sep 17:47
a218663
Compare
Choose a tag to compare

1.0.1 (2024-09-04)

Bug Fixes

v1.0.0

02 Sep 09:43
ce3e53e
Compare
Choose a tag to compare

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)

v0.1.0

16 May 18:30
21a6878
Compare
Choose a tag to compare

First Beta Release