Download Latest Version v0.8.2 source code.tar.gz (51.5 MB)
Email in envelope

Get an email when there's a new version of claude-multi

Home / v0.5.6
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-23 1.1 kB
v0.5.6 source code.tar.gz 2026-05-23 406.4 kB
v0.5.6 source code.zip 2026-05-23 470.0 kB
Totals: 3 Items   877.5 kB 0

Added

  • robots.txt route (src/web/pages/robots.txt.ts): serves sitemap reference and user-agent directives for the docs site

Changed

  • Runtime-agnostic launcher (bin/claude-multi.js): polyglot bin entry is simultaneously valid POSIX sh and ESM JavaScript
  • On Linux/macOS: shell shebang detects bun/node/deno and execs the correct runtime
  • On Windows + bun global install: bun's .exe shim reads the .js extension and runs directly as ESM — no /bin/sh lookup required
  • On Windows + npm install: npm's .cmd shim calls node on the .js file
  • Shebang changed to #!/usr/bin/env bun so bun's Windows shim can resolve itself in PATH

CI

  • Add cross-platform install verification workflow covering bun, node, and deno on Linux, Windows, and macOS
  • Separate build into its own job; test jobs download the artifact instead of rebuilding
  • Publish workflow now includes version bump step and enhanced post-publish verification
  • Add ci:test-install script to trigger the install-verification workflow from local
Source: README.md, updated 2026-05-23