I am experiencing imessage attachments are no longer coming through once i setup a multi-agent deployment and I'm wondering if anyone else has experienced similiar...
The image tool's allowed directory list is built per agent, using each agent's workspace directory as the base.
So:
• main can read from ~/.openclaw/state/workspace (my workspace)
• user2 would get their own scoped roots based on workspace-user2
Neither agent gets /Users/<me>/Library/Messages/Attachments automatically — where the actual attachments live on my filesystem and where the bug lives.
I imagine I could fork this and make the change but curious if the team and others has found this/similar issues