Skip to content

Releases: mariomile/obsidian-exo

Exo 0.35.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:21

Full Changelog: 0.34.0...0.35.0

Exo 0.34.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 23:25

Full Changelog: 0.33.3...0.34.0

Exo 0.33.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:20

Full Changelog: 0.31.0...0.33.3

Exo 0.31.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:19

Full Changelog: 0.30.0...0.31.0

Exo 0.30.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:22

Full Changelog: 0.29.1...0.30.0

Exo 0.29.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:03

Full Changelog: 0.29.0...0.29.1

Exo 0.29.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 13:10

Full Changelog: 0.28.0...0.29.0

Exo 0.28.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 19:26

Highlights

🧩 Connections → full MCP control surface

The Connections pane is now the single place to manage MCP servers, not just a read-only viewer:

  • Add / edit any server via a form (+ Add MCP server), reusing the same config shapes as .mcp.json.
  • Enable / disable vault servers (reversible — disabled servers move to mcpServersDisabled).
  • Reconnect a failed server (scoped session respawn — the conversation survives, MCP connections re-attempt and pick up .mcp.json edits).
  • Re-auth a needs-auth server via claude mcp login.
  • Shows all connected MCPs — including claude.ai account connectors and plugin servers — with honest live status (connected / needs-auth / failed).
  • The Settings MCP manager is now a thin pointer to Connections + a raw .mcp.json escape hatch.

🎛️ Placement

Cockpit + Connections live in the Exo header's Apps menu (not the global Obsidian ribbon).

🌐 i18n

Remaining Italian JSDoc comments translated to English across src/queue.ts.


Full Changelog: 0.27.1...0.28.0

Exo 0.27.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:07

Full Changelog: 0.27.0...0.27.1

Exo 0.27.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 16:20

Highlights

🧩 Connections marketplace (new)

A dedicated Connections pane (ribbon + command Open Exo Connections) with two tabs — MCP and Skills — that surfaces what your other tools already have on the system and lets you import it in one tap:

  • MCP — pulls servers from ~/.claude.json (global + per-project) and Codex's config.toml; one-tap Connect writes a normalized entry to the vault's .mcp.json, Remove for the ones you own.
  • Skills — imports skills from other projects' .claude/skills and Codex's ~/.codex/skills, grouped by source; copy, never move (the source repo stays the owner).
  • No duplicates — everything is diffed against the live session's capabilities (symlink-aware), so it never offers something Exo already has.

⚡ Startup & idle performance

Startup CLI/update chores now run on idle; conversation persistence and the chat-view ResizeObservers are debounced; idle timers wake less often (git auto-commit 20s→60s, queue 60s→300s).

🎨 Polish

Custom ribbon icons for Connections (puzzle) and the Cockpit (gauge).


Full Changelog: 0.26.0...0.27.0