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.8.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-03 2.9 kB
v0.8.2 source code.tar.gz 2026-06-03 51.5 MB
v0.8.2 source code.zip 2026-06-03 51.7 MB
Totals: 3 Items   103.1 MB 1

Added

  • Granular sync modes for plugins and skills: Replaced the binary auto-sync toggle (on/off) with three sync modes: auto (symlink entire directories, existing behavior), half-manual (symlink individual plugins/skills, new installs stay isolated), and full-manual (independent copy, no symlinks). Only downgrades are allowed: auto → half-manual → full-manual.
  • New CLI flags: --half-manual, --sync-mode <mode> on the add command.
  • auto-sync command now accepts: auto, half-manual, full-manual, on (legacy), off (legacy).
  • halfSyncPluginsAndSkills() in config.ts: converts whole-directory symlinks to real directories with individual item symlinks.
  • getSyncMode() resolves the effective mode from the new syncMode field, falling back to the deprecated autoSync boolean for backward compatibility.
  • canConvertSyncMode() and availableSyncModeConversions() in constants.ts enforce downgrade-only rule.
  • copyAllFromDefault() now accepts a SyncMode parameter instead of a boolean.
  • detectBrokenSymlinks() now detects broken individual symlinks inside real directories (half-manual mode), not just broken directory-level symlinks.
  • TUI ToggleAutoSync screen rewritten as Sync Mode screen with color-coded mode labels and available-downgrade display.
  • Instance info screen (ShowInstanceInfo) shows sync mode with color-coded labels instead of binary on/off.
  • plugin install/remove commands blocked when instance is in half-manual mode (individually symlinked plugins cannot be individually managed).
  • fix-symlinks command handles all three modes.

Changed

  • Responsive header with hamburger dropdown navigation: The docs site header now collapses into a hamburger menu on tablet/mobile viewports (< 60rem). A custom <nav-dropdown> web component handles open/close with keyboard escape, outside-click dismiss, and coordination with Starlight's mobile sidebar.
  • Sticky sidebar with CSS grid overlay: On desktop (≥ 72rem), the docs page uses a CSS grid where the sidebar and main content overlap in the same grid cell. The sidebar uses position: sticky so it scrolls with the page but stops at the bottom, never overlapping the site footer.
  • SSR site footer: A full-width site footer is now injected during Astro's SSR build via a Vite plugin, so it spans the full viewport without sidebar overlap. Includes product links, docs links, and version number.
  • Header spacing and navigation density adjusted for better visual balance.
  • Instance.autoSync field deprecated in favor of Instance.syncMode. Old configs with autoSync: false resolve to full-manual via getSyncMode().

Blog

Source: README.md, updated 2026-06-03