Skip to content

v2.0.0 — Capacities v2 REST API migration

Latest

Choose a tag to compare

@inconceivablelabs inconceivablelabs released this 10 Jul 21:08
· 21 commits to main since this release
376a0c9

Rebuilt on the Capacities v2 REST API (migrated off the v1 Beta API).

⚠️ Upgrade notice

Version 1.x used the Capacities Beta API, which Capacities discontinues on September 1, 2026 — 1.x builds (and any .dxt packaged before v2.0.0) will stop working on that date. Upgrade to 2.x: download capacities-desktop-extension.dxt below and re-import it (Claude Desktop → Settings → Extensions → Import), or pull the latest image / source. See the Capacities API notice.

What's new

  • Full object CRUDcreate_object, update_object, get_object, append_to_object, delete_object
  • Strict entity/label resolution — relations & labels set by name; create_missing_relations opt-in (never guesses)
  • Single-space token model — v2 tokens are scoped to one space; space_id removed from every tool
  • 11 tools total; removed 4 unimplemented mock tools (smart_search, advanced_search, analyze_content_patterns, identify_knowledge_gaps)

Notes

  • Requires a v2 API token (cap-api-…) from the Capacities desktop app (Settings → API).
  • Media objects (weblink / PDF / image / audio / file) are create-only per the v2 API.