mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
Upstream fs-extra can replace .mcpb-cache directories with self-referential symlinks after repeated Cowork sessions, causing ELOOP errors on subsequent launches. Detect and remove these before the bind-mount setup in BwrapBackend spawn, then let the existing mkdirSync recreate as a proper directory. Fixes #342 Co-authored-by: Claude <claude@anthropic.com>