Skip to content

Releases: fyaic/Understory-Obsidian-Plugin

1.7.2

19 Jun 07:48

Choose a tag to compare

Understory 1.7.2

Review-feedback patch release for the Understory Obsidian plugin.

  • Adds a committed package-lock.json so Obsidian build verification can reproduce the JavaScript dependency tree.
  • No functional plugin changes from 1.7.1.

Release assets:

  • manifest.json
  • main.js
  • styles.css

1.7.1

19 Jun 07:43

Choose a tag to compare

Understory 1.7.1

Patch release for the Understory Obsidian plugin.

  • Adds a local Agent API for automation, exposed through a JSON CLI and MCP stdio server without opening an HTTP port.
  • Adds Agent API tools for status, relation reads, relation refresh, accept/reject, link insertion, and graph summary.
  • Adds path safety, redacted JSON errors, and privacy documentation for Agent API CLI/MCP use.
  • Fixes relation cache freshness checks to use the same 16-character SHA-256 format as the plugin store.
  • Enables external CLI/MCP refresh-relations to run the local engine instead of acting as a dry-run-only validator.
  • Keeps normal vault paths visible in successful API metadata while still redacting configured secrets.
  • Adds a structured local engine diagnostics panel in Settings with plugin, engine, Python, path, script, dependency, permission, and vault .understory checks.
  • Adds copyable, redacted diagnostic summaries and per-issue repair commands.
  • Adds Agent API, CLI, MCP, safety, i18n, and engine-health smoke tests, including a guard that English strings do not contain Han characters.
  • Defers vault event listeners and background startup work until the workspace layout is ready.
  • Fixes inserted relation-section headings so English UI writes ## 🏷️ Related notes instead of the legacy Chinese heading.
  • Keeps compatibility with existing notes that already use ## 🏷️关联文件 or ## 关联文件.
  • Passes the plugin UI language to the local engine through UNDERSTORY_UI_LANGUAGE.

Release assets:

  • manifest.json
  • main.js
  • styles.css

1.7.0

18 Jun 01:48

Choose a tag to compare

Understory 1.7.0

Initial public release package for the Understory Obsidian plugin.

  • Adds the Show Understory right sidebar for relation suggestions, warnings, and refresh controls.
  • Adds English-first settings with Chinese UI support.
  • Supports Local only, Vector model only, and Full AI analysis privacy modes.
  • Lets users configure OpenAI, Zhipu, or custom OpenAI-compatible endpoints with their own API keys.
  • Adds local engine health checks and clearer setup guidance.

Release assets:

  • manifest.json
  • main.js
  • styles.css