Releases: Andy-Stack/vaultkeeper-ai
Release list
1.4.9 - File History
This release brings file history to the plugin for agent actions (create, modify and delete).
Notable features
- Any time the agent creates, updates or deletes a note the changes are tracked
- The chat window displays a list of all affected files
- You can check what changes were made in past turns using the diff viewer
- You can restore notes to the before/after state for any message it is listen in
- Binary files (images, PDF etc) are also supported (only in terms of deletion as the plugin doesn't support creating/editing these)
- Fixed a few minor bugs and updated OpenAI to the latest round of models.
1.4.8 - Settings Hotfix
A hotfix release to address and issue that prevented settings from loading correctly.
1.4.7 - Local Model Support
This is a larger release that introduces local models, enhancements to planning mode and various other goodies.
Notable Changes
- Support for connecting to locally hosted models is now live
- Planning mode now includes a plan refinement/approval stage
- A new toggle to allow the agent to make changes without approval (no diff check)
- Updated UI for agent thoughts and an Obsidian graph graph like animation for the empty chat area
- Various UI tweaks to keep the mobile experience user friendly
- Remote model updates
1.4.6 - Code Quality
This release just addresses code quality warnings identified by Obsidian's automated plugin scanner.
1.4.5 - Plugin Dependency (docx parsing)
This release removes a dependency that was being used for .docx parsing that was bringing in transitive dependencies that were causing issues with Obsidian's plugin scanner. Parsing of .docx is now handed internally like other office formats.
1.4.4 - Maintenance and Bug Fixes
This release fixes some bugs, refines some dependencies and prepares for local model support.
Notable Changes
- Fixed bug where Gemini models were displayed incorrectly
- Replace heavy PDF and document dependencies for obsidian bundled and lighter alternatives
- Refactor of AI classes to prepare for OpenAPI Chat Completions supported local models
1.4.3 - Compress plugin banner
This release compresses the plugin banner to significantly reduce the plugin size. Previously this was an uncompressed PNG.
1.4.2 - Mobile bug fix
This release addresses an issue on mobile where a missing referenced asset (plugin banner) caused the plugin to fail to load.
Notable Changes
- All assets are now bundled inline instead of as separate assets to better support Obsidian on mobile
1.4.1 - Contributing guide
Added new CONTRIBUTING.md file. Releasing to trigger the automated Obsidian plugin review.
1.4.0 - Plugin Review
Removed an unused .wasm reference flagged by Obsidian's plugin health scan. The reference came from a PDF dependency and was never functional — no WASM binary was ever bundled.