发布

  • fix: remove self-referential .mcpb-cache symlinks before bwrap mount (#346)

    frostbyte_neo 发布于 2026-03-25 10:47:02 +00: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

    下载附件