Skip to content

grok-nvim v0.1.1 Release Notes

Latest

Choose a tag to compare

@acris-software acris-software released this 21 Oct 03:47
· 5 commits to master since this release
ca38022

grok-nvim v0.1.1 Release Notes

Release Date: October 20, 2025

Overview

The v0.1.1 release of grok-nvim brings significant UI improvements and bug fixes, enhancing the plugin's usability within Neovim. This update focuses on polishing the chat interface and resolving key issues identified in v0.1.0.

New Features

  • UI Polish:
    • Centered chat input box with configurable positions (left, center, right).
    • Multi-line prompt support with auto-growing height (3-8 lines).
    • Auto-scrolling to keep new messages in view.
  • Command Addition:
    • :GrokKeymaps command to display chat window keymaps (accessible via Tab 2).

Bug Fixes

  • Issue 4: Corrected max prompt length to track characters (2000 for grok-3-mini) instead of tokens.
  • Issue 5: Ensured consistent prompt box display on repeated :Grok commands.
  • Issue 7: Fixed Neovim exit issues by properly cleaning up buffers, eliminating the need for :qa!.

Verification

  • Confirmed Grok-3-mini context window limit of 131072 tokens.
  • Core features tested and functional; edge-case testing ongoing.

Known Limitations

  • Further testing is recommended for edge cases (e.g., rapid tab switching, heavy usage, Neovim exit scenarios).
  • Max character limit (2000 chars) and GitHub CLI integration with Lazygit verified but should be validated in diverse workflows.

Installation

  • Update via your plugin manager (e.g., Packer, Lazy) or clone the latest from the repo.
  • Ensure Neovim 0.9+ and required dependencies (plenary.nvim) are installed.

Next Steps

  • Complete edge-case testing post-release.
  • Plan v0.1.2 features based on user feedback.