Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mux-sidebar-t7ry.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Local runtime runs the agent directly in your project directory—the same directory you use for development. There’s no worktree isolation; the agent works in your actual working copy.

When to Use

  • Quick one-off tasks in your current working copy
  • Reviewing agent work alongside your own uncommitted changes
  • Projects where worktrees don’t work well (e.g., some monorepos)

Caveats

No isolation: Multiple local workspaces for the same project see and modify the same files. Running them simultaneously can cause conflicts. Mux shows a warning when another local workspace is actively streaming.
Affects your working copy: Agent changes happen in your actual project directory.

Filesystem

The workspace path is your project directory itself. No additional directories are created.