Skip to content

v0.48.1

Latest

Choose a tag to compare

@mgmonteleone mgmonteleone released this 09 Jun 21:37
· 2 commits to main since this release

Augment Vim v0.48.1

Stable release — the promotion of v0.48.0 to the main branch. It bundles five community-driven improvements.

New features

  • :Augment chat-input — opens a floating window for composing a chat message before sending it (Neovim only). It is range-aware like :Augment chat, and falls back to the standard input() prompt on Vim. See :Augment help chat-input. (#61, #66 — thanks @Sarctiann!)
  • :Augment help [command] — lists the available commands, or shows detailed help for a specific command. (#67)

Fixes

  • Fix Neovim API deprecation warnings: migrate from vim.lsp.start_client to vim.lsp.start, and use the colon-method syntax for client:notify / client:request on Neovim 0.11+, with a compatibility fallback for 0.10. (#53)
  • Set winfixwidth on the chat window so its width is preserved when other windows open or close. (#23)
  • Fix documentation spelling. (#64)

Thanks to everyone who reported issues and contributed!