Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:14

A reliability release: the command line tool and MCP server no longer start a second copy of the app.

Highlights

  • One process owns your data. chatdump list / chatdump sync and the MCP server now run as thin clients that talk to the already-running menu-bar app over a local socket, instead of launching a second app instance against the same profile. This removes a class of profile-lock and data races and makes the CLI start faster. If the app isn't running, the CLI/MCP launches it automatically.
  • Install the command line tool from the menu bar. A new "Install Command Line Tool…" menu item (and a first-launch prompt) symlinks chatdump into /usr/local/bin, so you can run chatdump … from anywhere.

Other

  • README and landing-page polish (chatdump.combinatrix.ai).

Install

Download chatdump-1.0.1-universal.dmg below, open it, and drag chatdump to Applications. Signed & notarized universal binary (Apple Silicon + Intel). MIT licensed.

Full Changelog: v1.0.0...v1.0.1