Share Sessions

MiMo Code lets you create public links to your conversations, making it easy to collaborate with team members or get help from others.

Shared conversations are publicly accessible to anyone with the link.

How it works

When you share a conversation, MiMo Code will:

  1. Create a unique public URL for your session
  2. Sync your conversation history to our servers
  3. Make the conversation accessible via a shareable link

Share modes

MiMo Code supports three share modes for controlling how conversations are shared.

Manual (default)

By default, MiMo Code uses manual share mode. Sessions are not automatically shared, but you can share them manually using the /share command:

1/share

Auto share

You can enable auto share for all new conversations by setting the share option to "auto" in your config file:

1{
2  "share": "auto"
3}

Disable

You can completely disable sharing by setting the share option to "disabled":

1{
2  "share": "disabled"
3}

Unsharing

To stop sharing a conversation and remove it from public access:

1/unshare

This will remove the share link and delete the associated data.

Privacy

Shared conversations remain accessible until you explicitly unshare them. Review the conversation contents before sharing.