This file documents the notable changes for each stable version of the Augment Vim plugin. The following list is not necessarily comprehensive, but should include any changes that may impact the user experience.
- Deprecate the
EnableandDisablecommands in favor of theg:augment_disable_completionsoption which disables inline completions but not the chat feature. See:help g:augment_disable_completionsfor more details. - Check for the
winfixbufoption before setting it to avoid an error on older versions of Vim. - Perform a runtime compatibility check on startup to warn users if they are running an unsupported version of Node.js.
- Improve the auth flow by significantly shortening the auth URL (addressing issues with truncated URLs) and improving the error messages on failure.
- Add support for filepaths containing spaces.