7.0.0 #232
cybaea
announced in
Announcements
7.0.0
#232
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 foundation for the next generation of agentic
capabilities.
Building on the recent version 6.0, you now have:
The Pillars
1. Opt-In Security Control
Your vault's security is paramount. We have introduced strict new boundaries for the agent's network access. By default, the agent is now strictly firewalled from your local network (localhost, 127.0.0.1) and cloud metadata services.
For power users who need the agent to interact with local LLMs (like Ollama) or internal dashboards, we've added an explicit "Allow Local Network Access" toggle in the Advanced settings. This gives you complete control over the agent's reach.
2. Enterprise-Grade Resilience
We have completely overhauled how the plugin saves data. By isolating critical storage operations and implementing atomic file saves, we have eliminated the "content drifted" and "database locked" issues that could occur during high-load operations.
3. Service-Oriented Architecture
Under the hood, we have refactored the entire plugin into a Service-Oriented Architecture (SOA). This disentangles the complex web of dependencies between the chat, the graph, and the search engine.
For you, this means:
Quality of Life Improvements
This discussion was created from the release 7.0.0.
All reactions