From 5777473171e8a096277d1422a375a8865871f4ec Mon Sep 17 00:00:00 2001 From: Chris Lettieri Date: Fri, 30 Jan 2026 07:34:04 -0500 Subject: [PATCH] Add backlink context extraction (0.4.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bidirectional link traversal: discover notes that link TO discovered notes - Header section extraction for backlinks (not full content) - "Include backlinks" toggle (enabled by default) - Visual "← backlink" badge in selection modal - Output prefixes: "# Note:" for forward links, "# Backlink:" for backlinks - Deduplicate snippets when multiple links in same section --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0bcaacb..f872b13 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "openaugi", "name": "OpenAugi", - "version": "0.3.1", + "version": "0.4.0", "minAppVersion": "1.8.9", "description": "Process information faster with augmented intelligence (AI for thinkers). Parse your voice notes into atomic notes, tasks, and summaries. Grab context from dataview queries and linked notes. De-duplicate and merge atomic ideas into a clean, organized vault.", "author": "Chris Lettieri", diff --git a/package.json b/package.json index 93dd4e1..d9f5323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-augi", - "version": "0.3.1", + "version": "0.4.0", "description": "", "main": "main.js", "scripts": {