Highlights
V1.3.0 introduces a new tool-based OllamaEdit workflow for AI-assisted coding in Vim.
- Edit selected code or entire project workspaces.
- Inspect files and apply targeted changes through Vim-Ollama tools.
- Validate changes with
vim-make,vim-check, and:OllamaQuickFix. - Support thinking models with expandable folded reasoning output.
- Add bubblewrap sandbox support for safer tool execution.
- Add the secure
scripts/mkbuild helper for Makefile and CMake projects. - Hide Git tools when Git is unavailable.
Security
OllamaEdit is a new feature that gives AI control over project files and tools. Sandboxing reduces risk but does not guarantee safety. Review AI operations and changes carefully.
For AI-driven builds, configure makeprg to use the documented Secure Build Helper.