kains122 downloadsRecords vault changes as a machine-readable feed with per-reader cursors, so AI assistants can incrementally catch up on what you changed.
Give your AI agents a changelog of your vault. Every manual edit you make is recorded — so an AI can see what changed since its last visit, without rescanning your whole vault.
中文文档 · Obsidian Community Listing
如果这个插件帮你省了时间,可以请我喝杯咖啡 ☕ — Buy Me a Coffee · 国内 爱发电
AGENTS.md / CLAUDE.md on first runCommunity market (recommended): Settings → Community plugins → Browse → search Vault Change Feed → Install → Enable.
BRAT: add kains2866/vault-change-feed.
Manual: copy main.js, manifest.json (and styles.css) from the latest release into <vault>/.obsidian/plugins/vault-change-feed/, then enable.
VCF (light glows after changes). Click it for quick actions: recent changes, health check, pause/resume, copy unread for an AI.Copy unread changes for AI · Browse recent changes · Check feed health · Pause/Resume recording · install/remove the AI protocol.The plugin installs a short reading protocol into your vault's AGENTS.md / CLAUDE.md on first enable. Agents follow it to fetch only their unread changes (each agent keeps its own cursor; a content-hash de-duplicates the same edit recorded by two devices). An optional SessionStart hook (extras/vault-feed-hook.mjs) injects those changes automatically. Data files live under <configDir>/plugins/vault-change-feed/ (events/, cursors/, …).
Fully local: no network calls, no uploads, no data collection.
npm install
npm run build
npm test
MIT © tiyukains