Skip to content

v0.2.1

Choose a tag to compare

@RyJTrilogyCare RyJTrilogyCare released this 20 Jul 22:46

Fixes

  • MCP server now works in the packaged app. Previous releases registered the MCP server at a path inside app.asar, which plain node cannot read — so Claude Code sessions started while running a packaged build got no session-manager tools (memory, todos, spawn, canvas, wiki). The app bundle now ships unpacked. This affected every release since v0.1.0; if you use a packaged build, this upgrade is strongly recommended.

Installing on macOS

Homebrew (recommended):

brew tap ryj-dev/tap
brew trust ryj-dev/tap    # Homebrew ≥ 6 requires trusting third-party taps
brew install --cask session-manager

The app is unsigned; the cask strips macOS's quarantine flag automatically after install so it launches normally.

Direct download: a browser-downloaded DMG will be blocked by Gatekeeper with a misleading "Session Manager is damaged" message — clear the quarantine flag after copying the app to Applications:

xattr -cr "/Applications/Session Manager.app"

Full Changelog: v0.2.0...v0.2.1

Full Changelog: v0.2.0...v0.2.1