From 6ac8a62f4a694ebc296c286ad57448e3e5030d7b Mon Sep 17 00:00:00 2001 From: Andrew Beal Date: Sun, 12 Jul 2026 15:21:58 +0100 Subject: [PATCH] docs: update README to highlight restore file changes feature Replace local model support announcement with new restore file changes feature in the hero section. Add restore capability to the features list to showcase the ability to revert AI-modified notes (including binary files) to previous versions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3d565..baab948 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ vaultkeeper-social-1280x640

-> **New!** Local model support - Point Vaultkeeper AI at a self-hosted server (LM Studio, Ollama, vLLM, etc.) and chat with your own models, no API key or cloud provider required. See [Local Models](#local-models) below. +> **New!** Restore file changes - Every note the AI creates, edits, or deletes (including binary files like PDFs and images) can be reviewed and restored to its previous or original version straight from the diff viewer. ## Features @@ -19,6 +19,7 @@ - ✏️ **Edit Mode**: AI can create, edit, delete, and move notes and folders (when you need it) - 📋 **Planning Mode**: A three-agent workflow where a planning agent analyzes your vault and creates a step-by-step strategy before execution - **Interactive Diff Viewer** - Review and approve AI-proposed changes before they're applied with side-by-side diff view, or let the AI make changes without asking" +- **Restore File Changes** - Revert any note the AI created, edited, or deleted (including binary files) back to its original or previous version - **Plan Approval Workflow** - In Planning Mode, review the AI's proposed plan and approve it, reject it, or suggest changes before execution begins - **Smart Reference System** - Mention tags (`#`), files (`@`), and folders (`/`) with autocomplete - **Custom System Instructions** - Create and switch between personalized AI behaviors