fix: support cmux tmux compatibility

This commit is contained in:
ShishaBoyTJ
2026-05-07 13:01:33 +09:00
parent 1ad0fd4ac8
commit 8236d7d6b8
6 changed files with 196 additions and 11 deletions
+2
View File
@@ -92,6 +92,8 @@ When running inside tmux:
- Auto-cleanup when agents complete
- **Stable agent ordering**: core-agent tab cycling is deterministic via injected runtime order field (Sisyphus: 1, Hephaestus: 2, Prometheus: 3, Atlas: 4)
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)