freshcrate
Home > MCP Servers > obsidian-vault-intelligence

obsidian-vault-intelligence

Obsidian vault intelligence

Description

Obsidian vault intelligence

README

Obsidian Vault Intelligence

GitHub Repo starsDownloads 100% Free & Open Source Local LLM Support GitHub License GitHub release (latest by date) GitHub last commit GitHub commit activity

Obsidian Vault Intelligence Social Preview

Don't just query your vault. Maintain it.

Vault Intelligence is a different AI plugin for Obsidian. It transforms your vault into a dynamic, self-maintaining knowledge system. It goes beyond simple Q&A by introducing agents that maintain your vault's structure, retrieve information based on your explicit connections, and ground your knowledge in the real world.

Obsidian vaults naturally degrade. As facts change, your notes become outdated. As the vault grows, connections are forgotten and tagging becomes inconsistent. Standard AI plugins function as search engines for this static data.

Vault Intelligence functions as a maintenance system. It identifies gaps in your notes by cross-referencing your writing with live web searches. It retrieves information based on the explicit structural links you built, rather than just matching text. It audits your tags to connect notes to existing topics, proposing new ones when needed. It connects to external tools—like local scripts or databases—under strict cryptographic security.

  • 100% Local, Offline capability: Vault Intelligence can use API models or it can run entirely offline using local embeddings via Transformers.js and local language models via Ollama. Your data never has to leave your device.

It is designed to keep your knowledge current, connected, and secure.

Vault Intelligence is free and open source.

Why use Vault Intelligence?

Standard AI plugins retrieve text. Vault Intelligence is designed to actively maintain and update your knowledge base.

  • Refresh outdated knowledge: Notes become obsolete as facts change. Ask the agent to read your existing files on a topic, run a live web search to find recent developments, and draft an update to bridge the gap between your archived notes and current reality.
  • Retrieve context, not just text: Using Graph Retrieval-Augmented Generation (Graph RAG), the plugin reads the explicit links connecting your files and topics. It retrieves information based on how you structured your ideas, finding relevant concepts even if they use different terminology.
  • Automate vault organisation: Maintaining consistent tags and links across thousands of files is unmanageable. The Gardener agent audits your notes against your topics, suggests new ones only when needed, and provides an actionable checklist of missing links to keep your taxonomy intact.
  • Execute external tools securely: Connect local databases or scripts using the Model Context Protocol (MCP). To prevent unauthorised code execution, the plugin operates within strict cryptographic and environmental boundaries, requiring explicit approval before modifying any file.

See also Strategic Positioning and Competitor Comparison.

How It Works for you

To achieve this, we built Vault Intelligence around four distinct personas that act as stewards of your knowledge:

1. The Explorer (Finding the Hidden Threads)

Traditional search is a "bag of words." If you search for "automobile," it won't find notes about "cars." The Explorer understands meaning. By combining state-of-the-art semantic vector search with your graph's structural connections, it finds the invisible threads between your ideas. It knows that two notes are related not just because they share text, but because they share a conceptual sibling in your personal ontology. It brings serendipity back to your research.

2. The Researcher (Your Intellectual Partner)

Imagine having a research assistant who has memorized every note you’ve ever written. The Researcher doesn't just answer questions; it grounds its reasoning entirely in your vault. If it needs to crunch numbers, it can write and execute Python code. If it needs to verify a real-world fact, it can search the web. But crucially, it is bound by your context. It reads your files, understands your specific terminology, and can even draft or update notes—always asking for your final approval via a "Trust but Verify" prompt before writing a single word.

3. The Gardener (The Guardian of Your Graph)

A garden left untended becomes a jungle. The Gardener is a proactive agent that understands your personal ontology. It works in the background, analyzing your notes to find missing tags, suggesting new conceptual links, and proposing structural improvements. It never alters your files silently. Instead, it generates an interactive "Gardening Plan" for you to review, approve, or reject. It takes the chore out of Personal Knowledge Management.

4. The Solver (Advanced Analysis in your Vault)

Words are only half the story. If you track habits, log expenses, or compile research data in Markdown tables, that information usually sits dead on the page. The Solver brings it to life. When faced with a complex analytical question, it doesn't just guess—it acts as your personal data scientist. It can read your structured data, write Python code, and execute it inside a secure sandbox to crunch numbers, calculate trends, and forecast outcomes right inside your chat window. It turns static logs into actionable insights.


How It Works (The Technical Edge)

To make this seamless, Vault Intelligence uses a "Slim-Sync" Hybrid Architecture rather than acting as a standard LLM wrapper:

  • Flexible Privacy (Local or Cloud): Choose how your vault is mapped. Use the default Gemini embeddings for unmatched multilingual support and mobile performance, or switch to 100% local WASM embeddings to ensure your raw notes never leave your device.
  • Zero Sync Bloat: Full vector indexes are kept in your device's local IndexedDB, while only a feather-light blueprint is synced across your devices.
  • Dynamic Context: An "Accordion" assembly system dynamically scales from reading full documents to just reading headers, ensuring the AI never hallucinates due to context overload.
  • Rigorous Security: We implement a strict "Human-in-the-Loop" model with SSRF protection, command injection prevention, and cryptographically signed tool configurations. Read our Security and Robustness Standards for the full technical breakdown.

Documentation

Installation

Currently available in Beta via BRAT:

  1. Install BRAT from the Community Plugins store.
  2. In BRAT settings, click Add Beta plugin.
  3. Enter: https://github.com/cybaea/obsidian-vault-intelligence
  4. Enable Vault Intelligence in your Community Plugins list.

Contributing

We welcome contributions from developers, designers, and prompt engineers!

🛠️ Developers: Please read our Architecture & Standards Guide (ARCHITECTURE.md) and our Security and Robustness Standards (security-and-robustness.md) before submitting a pull request to understand our Web Worker constraints, strict SSRF protections, and internal API contracts.

See CONTRIBUTING.md for general guidelines.

License: MIT

Release History

VersionChangesUrgencyDate
9.2.8# 9.2 — Vault Hygiene and Stability _9.2.8: Security and stability: Updated dependencies._ --- This release focuses on vault organisation and system stability. As your knowledge base grows, it naturally accumulates duplicate ideas and abandoned notes. We have expanded the Gardener to detect and resolve these issues automatically. Alongside these new capabilities, we have fixed memory leaks and implemented important security updates to the Model Context Protocol (MCP) clients. _NoteHigh4/20/2026
9.2.7# 9.2 — Vault Hygiene and Stability _9.2.7: Bug fix: Minimum similarity score setting now properly filters results in the Similar Notes view._ --- This release focuses on vault organisation and system stability. As your knowledge base grows, it naturally accumulates duplicate ideas and abandoned notes. We have expanded the Gardener to detect and resolve these issues automatically. Alongside these new capabilities, we have fixed memory leaks and implemented important security updates tMedium4/14/2026
9.2.6# 9.2.6 — Vault Hygiene and Stability _9.2.6: Bug fix: Now isolates folder exclusions to the Gardener workflow only. Indexing and Researcher operations no longer apply these folder exclusions._ --- This release focuses on vault organisation and system stability. As your knowledge base grows, it naturally accumulates duplicate ideas and abandoned notes. We have expanded the Gardener to detect and resolve these issues automatically. Alongside these new capabilities, we have fixed memoryMedium4/14/2026
9.2.5# 9.2.5 — Vault Hygiene and Stability _9.2.5 bug fixes:_ - _Fixed a know interoperability issue when Obsidian's bundler (esbuild) encounters `@modelcontextprotocol/sdk`. See Issue [389](https://github.com/cybaea/obsidian-vault-intelligence/issues/389)._ - _Implemented a 20% safety margin (`CONTEXT_SAFETY_MARGIN`) and adopted a more conservative token estimation ratio (3.0 chars/token) for Gardener payloads to prevent API truncation or failures. See Issue [388](https://github.com/cybaeMedium4/10/2026
9.2.4# 9.2.4 — Vault Hygiene and Stability - _9.2.4: The Gardener service now again reads the full text of your notes to provide more accurate and context-aware ontology suggestions. Increased the default note limit for gardening analysis from 10 to 50 notes, allowing for better discovery of vault-wide patterns._ - _9.2.3: Resolved an issue where new topics were created in redundant nested folders (eg `Work/Ontology/Ontology/...`)._ - _9.2.2: Unreleased._ - _9.2.1: Hotfix to resolve startup faiMedium4/10/2026
9.2.3# 9.2.3 — Vault Hygiene and Stability - _9.2.3: Resolved an issue where new topics were created in redundant nested folders (eg `Work/Ontology/Ontology/...`)._ - _9.2.2: Unreleased._ - _9.2.1: Hotfix to resolve startup failure on mobile._ This release focuses on vault organisation and system stability. As your knowledge base grows, it naturally accumulates duplicate ideas and abandoned notes. We have expanded the Gardener to detect and resolve these issues automatically. Alongside these Medium4/7/2026
9.2.1# 9.2.1 — Vault Hygiene and Stability _9.2.1: Hotfix to resolve startup failure on mobile._ This release focuses on vault organisation and system stability. As your knowledge base grows, it naturally accumulates duplicate ideas and abandoned notes. We have expanded the Gardener to detect and resolve these issues automatically. Alongside these new capabilities, we have fixed memory leaks and implemented important security updates to the Model Context Protocol (MCP) clients. _Note: UpgradMedium4/1/2026
9.2.0# 9.2.0 — Vault Hygiene and Stability This release focuses on vault organisation and system stability. As your knowledge base grows, it naturally accumulates duplicate ideas and abandoned notes. We have expanded the Gardener to detect and resolve these issues automatically. Alongside these new capabilities, we have fixed memory leaks and implemented important security updates to the Model Context Protocol (MCP) clients. _Note: This release will trigger a full re-indexing of your vault on tMedium3/31/2026
9.1.1# 9.1 — The Gardener's Evolution Vault Intelligence is a different AI plugin for Obsidian. It transforms your vault into a dynamic, self-maintaining knowledge system. It goes beyond simple Q&A by introducing agents that maintain your vault's structure, retrieve information based on your explicit connections, and ground your knowledge in the real world. With 9.1, we are doubling down on our core differentiator: **The Gardener**. This release introduces significant optimizations for vaulMedium3/30/2026
9.1.0# 9.1 — The Gardener's Evolution Vault Intelligence is a different AI plugin for Obsidian. It transforms your vault into a dynamic, self-maintaining knowledge system. It goes beyond simple Q&A by introducing agents that maintain your vault's structure, retrieve information based on your explicit connections, and ground your knowledge in the real world. With 9.1, we are doubling down on our core differentiator: **The Gardener**. This release introduces significant optimizations for vaulMedium3/24/2026
9.0.5# 9.0 — The Local AI & Extensibility Update We've introduced full, production-ready support for local AI via Ollama, allowing you to keep your data entirely on your machine. We've also integrated the Model Context Protocol (MCP), so the agent can safely interact with external databases, APIs, and local services. Finally, we've rebuilt the chat interface for speed and stability. This was genuinely painful to implement with all the security and robustness, but I hope it is worth it. I still Low3/19/2026
9.0.3# 9.0 — The Local AI & Extensibility Update We've introduced full, production-ready support for local AI via Ollama, allowing you to keep your data entirely on your machine. We've also integrated the Model Context Protocol (MCP), so the agent can safely interact with external databases, APIs, and local services. Finally, we've rebuilt the chat interface for speed and stability. This was genuinely painful to implement with all the security and robustness, but I hope it is worth it. I still Low3/18/2026
9.0.2# 9.0 — The Local AI & Extensibility Update We've introduced full, production-ready support for local AI via Ollama, allowing you to keep your data entirely on your machine. We've also integrated the Model Context Protocol (MCP), so the agent can safely interact with external databases, APIs, and local services. Finally, we've rebuilt the chat interface for speed and stability. This was genuinely painful to implement with all the security and robustness, but I hope it is worth it. I still Low3/18/2026
9.0.1# 9.0 — The Local AI & Extensibility Update We've introduced full, production-ready support for local AI via Ollama, allowing you to keep your data entirely on your machine. We've also integrated the Model Context Protocol (MCP), so the agent can safely interact with external databases, APIs, and local services. Finally, we've rebuilt the chat interface for speed and stability. This was genuinely painful to implement with all the security and robustness, but I hope it is worth it. I still Low3/18/2026
9.0.0# 9.0 — The Local AI & Extensibility Update We've introduced full, production-ready support for local AI via Ollama, allowing you to keep your data entirely on your machine. We've also integrated the Model Context Protocol (MCP), so the agent can safely interact with external databases, APIs, and local services. Finally, we've rebuilt the chat interface for speed and stability. This was genuinely painful to implement with all the security and robustness, but I hope it is worth it. I still Low3/18/2026
8.0.1# 8.0 — The Interactive & Secure Update This release focuses on two key areas: making it much easier to explore the connections in your vault, and keeping your credentials secure. We are moving from static lists to a visual, interactive graph for your notes. Separately, we are locking down your API keys using your operating system's native keychain to ensure they are never stored in plain text. > [!WARNING] > **Breaking Change**: The minimum required version of Obsidian is now **v1.11.4**Low2/24/2026
8.0.0# 8.0 — The Interactive & Secure Update This release focuses on two key areas: making it much easier to explore the connections in your vault, and keeping your credentials secure. We are moving from static lists to a visual, interactive graph for your notes. Separately, we are locking down your API keys using your operating system's native keychain to ensure they are never stored in plain text. > [!WARNING] > **Breaking Change**: The minimum required version of Obsidian is now **v1.11.4**Low2/20/2026
7.0.0# 7.0.0 — The Foundation Update This release marks a major pivot in the Vault Intelligence journey. While previous updates focused on expanding what the agent *can* do, version 7.0 is entirely dedicated to ensuring it can do those things **safely** and **reliably** at any scale. We have rebuilt the core architecture to move from a "plugin" to a "platform". With a new Service-Oriented Architecture (SOA), robust security hardening, and enterprise-grade persistence, this update lays the foundLow2/15/2026
6.0.2# 6.0 — The Scale & Slim-Sync Update Version 6.0 is a major architectural update. Building on the improvements in version 5.2, this release focuses on scaling Vault Intelligence to handle large knowledge bases efficiently. We have shrunk the database to support large vaults, introduced a new "Slim-Sync" strategy for mobile, hardened memory persistence, and overhauled state management to ensure the agent maintains context across restarts. **NOTE**: This release is not database-compatible wiLow2/14/2026
6.0.1# 6.0 — The Scale & Slim-Sync Update Version 6.0 is a major architectural update. Building on the improvements in version 5.2, this release focuses on scaling Vault Intelligence to handle large knowledge bases efficiently. We have shrunk the database to support large vaults, introduced a new "Slim-Sync" strategy for mobile, hardened memory persistence, and overhauled state management to ensure the agent maintains context across restarts. **NOTE**: This release is not database-compatible wiLow2/13/2026
6.0.0# 6.0.0 — The Scale & Slim-Sync Update Version 6.0.0 is a major architectural update. Building on the improvements in version 5.2, this release focuses on scaling Vault Intelligence to handle large knowledge bases efficiently. We have shrunk the database to support large vaults, introduced a new "Slim-Sync" strategy for mobile, hardened memory persistence, and overhauled state management to ensure the agent maintains context across restarts. **NOTE**: This release is not database-compatiblLow2/12/2026
5.2.1# 5.2 — The Performance & Resilient Intelligence Update Version 5.2 is a milestone in speed and reliability. By overhauling our retrieval pipelines and hardening our persistence layer, we have created an agent that is not only twice as fast but also more resilient to the complexities of large-scale vault synchronization. This release also marks a shift towards "Graph-Enhanced Intelligence", where your research agent prioritises the deep conceptual structure of your notes over simple keyword mLow2/11/2026
5.2.0# 5.2.0 — The Performance & Resilient Intelligence Update Version 5.2.0 is a milestone in speed and reliability. By overhauling our retrieval pipelines and hardening our persistence layer, we have created an agent that is not only twice as fast but also more resilient to the complexities of large-scale vault synchronization. This release also marks a shift towards "Graph-Enhanced Intelligence", where your research agent prioritises the deep conceptual structure of your notes over simple keywoLow2/11/2026
5.1.1- **Patch 5.1.1**: Improved startup time. - **Version 5.1**: Removed obsolete settings and improved documentation. ---- # Version 5 — The Dual-Loop Update This release rewrites the search architecture to mimic human cognition: fast reflexes followed by deep thought. We call it **Dual-Loop Search**. Alongside this, we've solved the "I can't find my note" frustration with asymmetric embeddings and fuzzy matching, ensuring you find what you're looking for even if you make a typo or useLow2/6/2026
5.1.0- **Version 5.1**: Removed obsolete settings and improved documentation. ---- # Version 5 — The Dual-Loop Update This release rewrites the search architecture to mimic human cognition: fast reflexes followed by deep thought. We call it **Dual-Loop Search**. Alongside this, we've solved the "I can't find my note" frustration with asymmetric embeddings and fuzzy matching, ensuring you find what you're looking for even if you make a typo or use different phrasing. > [!WARNING] > **ALow2/6/2026
5.0.0# 5.0.0 — The Dual-Loop Update This release rewrites the search architecture to mimic human cognition: fast reflexes followed by deep thought. We call it **Dual-Loop Search**. Alongside this, we've solved the "I can't find my note" frustration with asymmetric embeddings and fuzzy matching, ensuring you find what you're looking for even if you make a typo or use different phrasing. > [!WARNING] > **Action Required: Re-Index Your Vault** > Because we have changed the fundamental way vecLow2/5/2026
4.3.1# 4.3 — The Agentic Update The Research Assistant has evolved. It is no longer just a passive observer—it can now actively help you organise your vault, create notes, and update files, all while keeping you in complete control with rigorous security checks. We are also breaking down language barriers with native multilingual support and breaking down barriers to entry with a new "What's New" experience. ## New Features ### Agentic file modification The Researcher is no longer read-onLow1/31/2026
4.3.0# 4.3.0 — The Agentic Update The Research Assistant has evolved. It is no longer just a passive observer—it can now actively help you organise your vault, create notes, and update files, all while keeping you in complete control with rigorous security checks. We are also breaking down language barriers with native multilingual support and breaking down barriers to entry with a new "What's New" experience. ## New Features ### Agentic file modification The Researcher is no longer read-Low1/31/2026
4.2.0 Vault Intelligence 4.2.0: Precision, performance, and total control **The "Black Box" era is over.** If you are new here: **Vault Intelligence** involves more than just chatting with your notes. It is a graph-augmented engine that reads the *structure* of your vault—the links, the folders, the relationships—to understand what you mean, not just what you type. In version 4.1.0, we have handed the keys to the engine over to you. ## 🎛️ Tune your agent's brain Every vault is unique.Low1/27/2026
4.1.1# Vault Intelligence 4.1.0: Precision, performance, and total control **The "Black Box" era is over.** If you are new here: **Vault Intelligence** involves more than just chatting with your notes. It is a graph-augmented engine that reads the *structure* of your vault—the links, the folders, the relationships—to understand what you mean, not just what you type. In version 4.1.0, we have handed the keys to the engine over to you. ## 🎛️ Tune your agent's brain Every vault is uniqueLow1/27/2026
4.1.0# Vault Intelligence 4.1.0: Precision, performance, and total control **The "Black Box" era is over.** If you are new here: **Vault Intelligence** involves more than just chatting with your notes. It is a graph-augmented engine that reads the *structure* of your vault—the links, the folders, the relationships—to understand what you mean, not just what you type. In version 4.1.0, we have handed the keys to the engine over to you. ## 🎛️ Tune your agent's brain Every vault is uniqueLow1/26/2026
4.0.1This major release introduces the Graph-Augmented Relevance Score (GARS), a complete redesign of the settings interface, and significant improvements to context management and model discovery. ## Major Highlights - Graph-Augmented Relevance Score (GARS): Our new ranking algorithm combines vector similarity with graph analysis. The Research Assistant now understands vault hierarchy through a topic sibling traversal algorithm, finding related notes even if they are not directly linked. - TaLow1/26/2026
4.0.0This major release introduces the Graph-Augmented Relevance Score (GARS), a complete redesign of the settings interface, and significant improvements to context management and model discovery. ## Major Highlights - Graph-Augmented Relevance Score (GARS): Our new ranking algorithm combines vector similarity with graph analysis. The Research Assistant now understands vault hierarchy through a topic sibling traversal algorithm, finding related notes even if they are not directly linked. - TaLow1/25/2026
2.2.0# Release notes: Vault Intelligence 2.0 ![mascot-2-0](https://github.com/user-attachments/assets/a0e5f0c7-213f-4e3c-a2b9-d5f385684349) Ask “_What do I know about X?”_ and get real answers. [Vault Intelligence](https://github.com/cybaea/obsidian-vault-intelligence) understands what you mean, not just what you type. ## Version 2.0: Your vault, activated Your vault shouldn't just store ideas, it should help you develop them. With version 2.0, Vault Intelligence transforms from a search Low1/22/2026
2.1.0# Release notes: Vault Intelligence 2.0 ![mascot-2-0](https://github.com/user-attachments/assets/a0e5f0c7-213f-4e3c-a2b9-d5f385684349) Ask “_What do I know about X?”_ and get real answers. [Vault Intelligence](https://github.com/cybaea/obsidian-vault-intelligence) understands what you mean, not just what you type. ## Version 2.0: Your vault, activated Your vault shouldn't just store ideas, it should help you develop them. With version 2.0, Vault Intelligence transforms from a search Low1/22/2026
2.0.1# Release notes: Vault Intelligence 2.0 ![mascot-2-0](https://github.com/user-attachments/assets/a0e5f0c7-213f-4e3c-a2b9-d5f385684349) Ask “_What do I know about X?”_ and get real answers. [Vault Intelligence](https://github.com/cybaea/obsidian-vault-intelligence) understands what you mean, not just what you type. ## Version 2.0: Your vault, activated Your vault shouldn't just store ideas, it should help you develop them. With version 2.0, Vault Intelligence transforms from a search Low1/20/2026
2.0.0# Release notes: Vault Intelligence 2.0 ![mascot-2-0](https://github.com/user-attachments/assets/a0e5f0c7-213f-4e3c-a2b9-d5f385684349) Ask “_What do I know about X?”_ and get real answers. [Vault Intelligence](https://github.com/cybaea/obsidian-vault-intelligence) understands what you mean, not just what you type. ## Version 2.0: Your vault, activated Your vault shouldn't just store ideas, it should help you develop them. With version 2.0, Vault Intelligence transforms from a search Low1/20/2026
1.5.0# Release Notes: v1.5.0 — Sovereign Intelligence This release introduces **Major Privacy & Efficiency** upgrades to Vault Intelligence, headlined by full support for **Local Embeddings**. You can now keep your note-connections completely offline and free, while enjoying a smoother, more cost-effective editing experience. --- ## 🛡️ Sovereign Intelligence (Local + Offline) The "Right to Privacy" is now a first-class citizen in your vault. - **100% On-Device Processing**: Switch yoLow1/10/2026
1.4.0## v1.4.0: The "Analyst" Update 🧠 + 🧮 This isn't just a chat update—it's a brain transplant. In version 1.4.0, we are introducing the Computational Solver, a specialized sub-agent that gives your vault the ability to write and execute Python code. Your Agent is no longer limited to summarizing text. It can now act as a Data Analyst: - **Analyze Data**: "Read my `@Expenses` note and forecast next month's spend." - **Crunch Numbers**: "Calculate the average weekly change in my `@WeLow1/3/2026
1.3.4## What's Changed * Feat/handle yaml separately from document and enable system prompt on the chat agent by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/33 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.3.3...1.3.4Low1/2/2026
1.3.3## What's Changed * chore: update eslint and typescript-eslint dependencies to latest versions by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/29 * fix: update chat model to 'gemini-3-flash-preview' in default settings by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/30 * Headache/ai is hard: Really hard... by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/31 **Full Changelog**: https://github.com/cybaea/obsidian-vLow1/2/2026
1.3.2Man! Search is _hard!_ A second hotfix to un-break the code. ## What's Changed * fix: hotfix #2 -- enhance vault search functionality with improved keyword matching and context handling by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/28 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.3.1...1.3.2Low1/2/2026
1.3.1## What's Changed * fix: hotfix for regression -- improve agent step handling and prevent console warnings for pending function calls by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/26 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.3.0...1.3.1Low1/2/2026
1.3.0## User visible changes - The external search functionality is back! - Polished settings UI ## What's Changed * feat: enhance Similar Notes view with improved styling and score display by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/22 * refactor: migrate from @google/generative-ai to @google/genai SDK by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/24 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compaLow1/2/2026
1.2.6## What's Changed * Polish settings UI by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/20 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.2.5...1.2.6Low1/1/2026
1.2.5## What's Changed * chore: update package dependencies and versioning logic by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/19 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.2.4...1.2.5Low1/1/2026
1.2.4## What's Changed * fix: obscure Google API key input field by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/16 * Fix move hardcoded limit on context documents to user setting by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/17 See also #15 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.2.3...1.2.4Low1/1/2026
1.2.3## What's Changed * refactor: refine `executeFunction` return type from `any` to `unknown` and remove associated eslint comments. by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/14 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.2.2...1.2.3Low12/31/2025
1.2.2## What's Changed * docs: Add new README examples and screenshots for file-specific and folder-query interactions. by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/11 * fix: Use `console.warn` for info level logs due to Obsidian rules. by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/12 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.2.1...1.2.2Low12/31/2025
1.2.1## What's Changed * docs: Add feature screenshots and examples to README, include common problems. by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/8 * Lint/fix more lint errors by @cybaea in https://github.com/cybaea/obsidian-vault-intelligence/pull/9 **Full Changelog**: https://github.com/cybaea/obsidian-vault-intelligence/compare/1.2.0...1.2.1Low12/31/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

@contractspec/lib.ai-agentAI agent orchestration with MCP and tool support8.0.10
agentsetThe open-source RAG platform: built-in citations, deep research, 22+ file formats, partitions, MCP server, and more.0.0.0
studioOpen-source control plane for your AI agents. Connect tools, hire agents, track every token and dollarv2.268.2
tweetsave-mcp📝 Fetch Twitter/X content and convert it into blog posts using the MCP server for seamless integration and easy content management.main@2026-04-21
mcp-ts-coreAgent-native TypeScript framework for building MCP servers. Build tools, not infrastructure.main@2026-04-21