feat(windows): native console events + PowerShell install (consolidates #40)#54
Open
Mineru98 wants to merge 4 commits into
Open
feat(windows): native console events + PowerShell install (consolidates #40)#54Mineru98 wants to merge 4 commits into
Mineru98 wants to merge 4 commits into
Conversation
Mineru98
force-pushed
the
feat/windows-tui-helper-events
branch
from
July 21, 2026 05:51
15510fd to
5b14d4e
Compare
Collaborator
Author
#40 통합 (rebase)이 PR을 #40(PowerShell 설치) 위로 rebase 하여 두 Windows PR을 하나로 합쳤습니다.
검증(Linux): #40 은 이 PR에 완전히 포함되어 닫았습니다. |
Covers the #[cfg(windows)] ourocode_tty helper that the Unix regression runner never compiles. Runs on push to this branch and via workflow_dispatch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Mineru98
force-pushed
the
feat/windows-tui-helper-events
branch
from
July 21, 2026 05:53
5b14d4e to
df69091
Compare
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.
Problem
The Windows TUI helper needs to understand native console input directly so keyboard, mouse, resize, login, and helper lifecycle behavior can work predictably on Windows terminals.
Proposed change
Acceptance criteria
Verification
git diff --checkmix format --check-formattedon changed Elixir filescargo fmt --manifest-path rust/ourocode_ipc/Cargo.toml --checkcargo test --manifest-path rust/ourocode_ipc/Cargo.toml-> 34 Rust tests passed across lib/bin/doc-test targetsmix test test/ourocode/ipc/helper_port_test.exs test/ourocode/ipc/rpc_test.exs test/ourocode/runtime/mcp_daemon/process_test.exs test/ourocode/runtime/mcp_daemon_test.exs test/ourocode/runtime/stream_supervisor_test.exs test/ourocode/terminal/tty_driver_test.exs test/ourocode/terminal/tui_driver_session_test.exs test/ourocode/terminal/tui_input_loop_test.exs test/ourocode/terminal/tui_login_test.exs-> 89 passedCloses #49
Refs #39