Add native Windows tmux backend#85
Draft
Tim-Machine wants to merge 1 commit into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WindowsTmuxMultiplexerfor native Windows hosts usingtmux-windows.-ccwd arguments to-c .while spawning tmux from the requested cwd.codexresolve inside panes.pipe-paneno-op tradeoff on Windows.Verification
PYTHONUTF8=1 uv run --all-extras --group dev pytest tests/test_tui_launch.py tests/test_multiplexer.py tests/test_backend_registry.py tests/test_portability_guard.py -q-> 65 passeduv run --group dev ruff check src/bmad_loop/adapters/tmux_windows_backend.py src/bmad_loop/adapters/multiplexer.py tests/test_multiplexer.py tests/test_backend_registry.py tests/test_portability_guard.py tests/test_tui_launch.py-> passgit diff --check-> passbmad-loop validate --project C:\DevProjects\zerg-> WindowsTmuxMultiplexer available, codex found, hooks registeredPYTHONUTF8=1 uv run --all-extras --group dev pytest --collect-only -q-> 1512 tests collectedNotes
pytest -qrun on the Windows workstation exceeded a 184s command timeout before producing buffered output, so this PR is draft pending CI/full-suite confirmation.pipe_paneis deliberately a no-op for this backend because live tmux-windows tests showedpipe-panecan terminate the tmux server when spawning Windows pipe commands.