Skip to content

v1.1.1 — Host-neutral Google token path

Choose a tag to compare

@isamu isamu released this 16 Jul 23:14

Highlights

Google token store moves to ~/.config/mulmo/ (#2122, #2124)

The Google OAuth engine is shared with MulmoTerminal, so the token directory drops the app branding: ~/.config/mulmoclaude/google-token.json~/.config/mulmo/google-token.json.

  • Automatic migration on first read — an atomic non-clobbering copy (COPYFILE_EXCL, mode 600 preserved, TOCTOU-safe); the legacy file is removed only after a successful copy.
  • Legacy fallback read — a failed migration (permissions, read-only fs) never makes a linked account look unlinked.

Ships @mulmoclaude/core@0.20.1 and @mulmoclaude/google-plugin@0.1.1.

📦 npm: mulmoclaude@1.1.1

Full Changelog

See CHANGELOG.md for the complete list.