VaultTalk v1.0.1
A maintenance release focused on multi-turn conversations, smarter AI behavior, safer rendering, and technical cleanup.
✨ Improvements
- Multi-turn conversation support — AI now remembers the last 20 messages, enabling natural follow-up questions (e.g., "summarize it as a table" now correctly references previous context)
- Smarter AI responses — Optimized system prompt with structured response style: more concise, direct, and less repetitive
- Better clarification — AI will ask for clarification instead of guessing when questions are ambiguous
- Safe markdown rendering — Replaced
innerHTMLwith Obsidian's nativeMarkdownRendererfor secure rendering - Wiki-link navigation fix — Folder links are now displayed as plain text to prevent accidental note creation; file links navigate correctly using exact vault paths
🔧 Technical Changes
- Removed
markeddependency, using Obsidian's built-in markdown renderer - Replaced
navigatorAPI withPlatformAPI for OS detection - Replaced
localStoragewith Obsidian'sloadLocalStorage/saveLocalStorage - Moved inline styles to CSS classes for better theme compatibility
- Updated
minAppVersionto 1.8.7 - Cleaned up unused context builder methods