Skip to content

Releases: augmentcode/augment.vim

v0.48.1

09 Jun 21:37

Choose a tag to compare

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!

v0.48.0 (prerelease)

09 Jun 21:37

Choose a tag to compare

v0.48.0 (prerelease) Pre-release
Pre-release

Augment Vim v0.48.0 — prerelease

This prerelease bundles five community-driven improvements. It is promoted to the stable channel as v0.48.1.

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!