fix: add cmux __tmux-compat prefix to interactive_bash tool

Extract isCmuxCompatEnvironment to shared module and fix
interactive_bash to resolve cmux executables with the __tmux-compat
prefix, matching all other tmux command paths in the codebase.
This commit is contained in:
acamq
2026-05-10 19:29:42 -06:00
parent 8236d7d6b8
commit 0d19c31274
5 changed files with 26 additions and 18 deletions
+1
View File
@@ -1,4 +1,5 @@
export * from "./types"
export * from "./constants"
export * from "./cmux-detect"
export * from "./runner"
export * from "./tmux-utils"