Skip to content

VaultTalk v1.0.1

Choose a tag to compare

@zhenghaoyang24 zhenghaoyang24 released this 12 Jun 16:54
· 33 commits to master since this release

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 innerHTML with Obsidian's native MarkdownRenderer for 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 marked dependency, using Obsidian's built-in markdown renderer
  • Replaced navigator API with Platform API for OS detection
  • Replaced localStorage with Obsidian's loadLocalStorage / saveLocalStorage
  • Moved inline styles to CSS classes for better theme compatibility
  • Updated minAppVersion to 1.8.7
  • Cleaned up unused context builder methods