Skip to content

Exo 0.27.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 16:20
· 320 commits to main since this release

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