Skip to content

v1.5.0

Choose a tag to compare

@devwhodevs devwhodevs released this 26 Mar 23:02
· 32 commits to main since this release

engraph v1.5.0

Five major releases rolled into one: v1.1 through v1.5, shipped in a single session.

v1.5 — ChatGPT Actions

  • OpenAPI 3.1.0 spec served at /openapi.json
  • ChatGPT plugin manifest at /.well-known/ai-plugin.json
  • engraph configure --setup-chatgpt interactive helper
  • [http.plugin] config section

v1.4 — PARA Migration

  • engraph migrate para — AI-assisted vault restructuring
  • Heuristic classification (11 rules), preview-then-apply workflow, rollback
  • 3 new MCP tools + 3 HTTP endpoints

v1.3 — HTTP/REST Transport

  • 20+ REST endpoints mirroring all MCP tools
  • API key auth with read/write permissions
  • Rate limiting, CORS, graceful shutdown
  • engraph serve --http

v1.2 — Temporal Search

  • 5th RRF lane for time-aware queries
  • Date extraction from frontmatter + filenames
  • Heuristic + LLM detection
  • Confidence % display

v1.1 — Complete Vault Gateway

  • 6 new MCP tools (read_section, health, edit, rewrite, edit_frontmatter, delete)
  • Section-level editing, vault health analysis
  • Obsidian CLI wrapper with circuit breaker
  • Enhanced onboarding

Stats

  • 26 modules, 426 tests, 22 MCP tools, 23 HTTP endpoints
  • OpenAPI 3.1.0 + ChatGPT Actions compatible