Releases: mariomile/obsidian-exo
Release list
Exo 0.35.0
Full Changelog: 0.34.0...0.35.0
Exo 0.34.0
Exo 0.33.3
Exo 0.31.0
Exo 0.30.0
Exo 0.29.1
Exo 0.29.0
Exo 0.28.0
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.jsonedits). - 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.jsonescape 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
Exo 0.27.0
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'sconfig.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/skillsand 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