Merge pull request #3827 from ShishaBoyTJ/fix/tmux-subagent-single-dispatch

fix: support cmux tmux compatibility
This commit is contained in:
acamq
2026-05-10 19:41:10 -06:00
committed by GitHub
9 changed files with 212 additions and 19 deletions
+2
View File
@@ -92,6 +92,8 @@ When running inside tmux:
- Auto-cleanup when agents complete
- **Stable agent ordering**: core-agent tab cycling defaults to Sisyphus, Hephaestus, Prometheus, Atlas, and can be customized with `agent_order`
When running inside cmux (`cmux omo`), the same pane integration is routed through cmux's tmux compatibility command. OMO detects the cmux environment from `CMUX_SOCKET_PATH` or a cmux-provided `TMUX` value, so `tmux.enabled` can create cmux panes even when a real `tmux` binary is not installed.
Customize agent models, prompts, and permissions in `oh-my-opencode.jsonc`.
### Team Mode (experimental, OFF by default)