Skip to content

Terminal Integration

Switch to Zen Mode

The recommended workflow: your agent or shell on the left, Mutsumi on the right.

Terminal window
bash scripts/tmux-dev.sh

This creates a tmux session with your shell on the left and Mutsumi on the right.

Custom session name and width:

Terminal window
MUTSUMI_WIDTH=40 bash scripts/tmux-dev.sh my-project

In the left pane, use your agent normally. Every time the agent writes to mutsumi.json, the right pane updates instantly.

For a complete end-to-end setup guide (including one-click launch scripts), see Workflow SOP.

  1. Cmd+D to split vertically
  2. Right pane: mutsumi
  3. Left pane: your agent / shell
Terminal window
zellij action new-pane -d right -- mutsumi
┌──────────────────────┬──────────────┐
│ │ │
│ Your shell / │ Mutsumi │
│ AI Agent │ TUI │
│ │ │
│ (writes mutsumi.json) │ (watches) │
│ │ │
└──────────────────────┴──────────────┘

Mutsumi is layout-agnostic — she works in any terminal arrangement. Use tmux, zellij, iTerm2 splits, multiple monitors, or multiple terminal windows.

Terminal window
# Run the demo script to see live-reload in action
bash scripts/demo.sh