Skip to content

ChangeX v0.1.19

Choose a tag to compare

@ArioMoniri ArioMoniri released this 08 Jun 17:53
· 9 commits to main since this release

Auto-connects the MCP to EVERY installed app — not just Claude Desktop.

Installing the ChangeX Viewer now wires the changex tools into every local AI app on launch:

  • changex connect all (new) — detects what's installed and connects each, idempotently: Claude Code (via the claude CLI), the Claude Desktop app, Cursor (~/.cursor), and the Gemini CLI (~/.gemini). Best-effort — one failure never blocks the rest.
  • The ChangeX Viewer auto-runs changex connect all on launch (was Claude Desktop only), and the Settings button is now "Connect to my AI apps".

After installing, open the Viewer once, then fully quit & reopen Claude Desktop — the ChangeX tools are live in all your apps.

pip install -U --no-cache-dir "changex[preview]"
changex connect all     # connect every installed app at once

Everything from v0.1.14–v0.1.18 carries forward (native Quick Look, code/text preview, Windows preview, no Dock icon, commit graph with per-part follow lines, changex log / rewind).