Skip to content

Releases: Kurama622/llm.nvim

v1.3.0

19 Apr 10:41

Choose a tag to compare

What's Changed

  • Fix some small issues in buffers.lua and files.lua and add check for an "error" reply to ollama.lua by @todmorrison in #149

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

11 Mar 12:15
6d2c4db

Choose a tag to compare

  • Fix the cursor reset issue in the history window and model window during vimresize
  • fix web search
  • Adjust the display timing of spinner for streaming output

v1.2.0

07 Mar 13:29
9bdb016

Choose a tag to compare

  • Display LLM response time and termination reason
  • Supportable in the SSE stream's comment payload
  • Upgrade the QA tool's copy method

v1.1.0

03 Mar 11:21
977aeb1

Choose a tag to compare

Add shortcut key help window

v1.0.1

24 Feb 08:17

Choose a tag to compare

support for forced window closure situations

v1.0.0

19 Feb 14:24
85213d0

Choose a tag to compare

List of supported models (platforms): Github Models, ChatAnywhere, Deepseek, Copilot, GLM, Openrouter, kimi, Cloudflare, ollama, SiliconFlow, Iflow, LMStudio, DashScope

Allow custom output parsing format

Support function calling, Image reading (A part of the models)

Supports chat, displays diff, performs web search, extracts LSP and diagnostic information, and interacts with buffers and project files.