Skip to content

Tandem v0.6.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 16:31
cd2f082

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.0 was unaffectedskills/ ships in the tarball via package.json files, so the CLI / mcp-stdio proxy path works. Upgrading to 0.6.1 on 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/tandemclaude plugin install tandem@tandem.