Skip to content

Diff view

Press d to view the diff for the selected agent. The diff view has two modes:

  • WIP - Shows uncommitted changes (git diff HEAD)
  • review - Shows all changes on the branch vs main (git diff main...HEAD)

Press Tab while in diff view to toggle between modes. The footer displays which mode is active along with diff statistics showing lines added (+) and removed (-).

When delta is installed, diffs are rendered with syntax highlighting for better readability. Without delta, basic diff coloring is used as a fallback.

workmux diff view

Diff view showing WIP changes across multiple files

If there are no changes to show, a message is displayed instead:

  • WIP mode: "No uncommitted changes"
  • Review mode: "No commits on this branch yet"

Keybindings

KeyAction
TabToggle WIP / review
aEnter patch mode (WIP only)
j/kScroll down/up
Ctrl+dPage down
Ctrl+uPage up
cSend commit action to agent
mSend merge action to agent
q/EscClose diff view
Ctrl+cQuit dashboard

The c and m actions can be configured to run custom commands or prompts.

Released under the MIT License.