Releases: augmentcode/augment.vim
Releases · augmentcode/augment.vim
v0.48.1
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 standardinput()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_clienttovim.lsp.start, and use the colon-method syntax forclient:notify/client:requeston Neovim 0.11+, with a compatibility fallback for 0.10. (#53) - Set
winfixwidthon 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)
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 standardinput()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_clienttovim.lsp.start, and use the colon-method syntax forclient:notify/client:requeston Neovim 0.11+, with a compatibility fallback for 0.10. (#53) - Set
winfixwidthon 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!