Skip to content

v0.22.1 — parallel pits

Choose a tag to compare

@ralyodio ralyodio released this 04 Aug 20:06
029a64f

Parallel moshcode tabs

  • Type /new at the mosh prompt to open an independent moshcode tab and switch to it.
  • Run /agents kimi (or any provider) in multiple tabs and switch between sessions without exiting either CLI.
  • Outside tmux, moshcode creates an isolated two-tab workspace with a bottom tab bar and predictable Ctrl-b n, Ctrl-b p, and Ctrl-b 1/2 controls.
  • Inside tmux, /new adds a window to the current session and respects its configured window keys.
  • Each tab remains a separate process on a real PTY, preserving native provider input, output, full-screen UI, signals, and shortcuts.
  • Failed private-workspace attachments now clean up their tmux server instead of leaving background pits behind.

Requires tmux for /new; all existing non-tab CLI behavior is unchanged.