Tandem v0.6.1
Tandem v0.6.1 — Tauri desktop app startup fix.
Fixed
Tauri sidecar server failed to start with ENOENT: skills/tandem/SKILL.md — Since v0.5.1, src/cli/skill-content.ts reads skills/tandem/SKILL.md at module-init via readFileSync, and src/server/mcp/api-routes.ts transitively imports installSkill, so the bundled sidecar crashed on every startup. skills/ was never declared in tauri.conf.json bundle resources. Add "../skills/": "skills/" so the sidecar's relative path resolution matches the npm-install layout.
Scope
- npm
tandem-editor@0.6.0was unaffected —skills/ships in the tarball viapackage.jsonfiles, so the CLI /mcp-stdioproxy path works. Upgrading to0.6.1on npm is optional but recommended for version alignment. - Tauri desktop app v0.6.0 is unusable on all platforms — upgrade to v0.6.1.
See CHANGELOG.md for details.
Install
- Desktop app: download the installer for your platform below.
- npm CLI:
npm install -g tandem-editor(auto-published by release). - Claude Desktop plugin:
claude plugin marketplace add bloknayrb/tandem→claude plugin install tandem@tandem.