docs(handoff): report 3 Windows cmd.exe device-command bugs in #36 (proven fixes) - #40
Merged
Merged
Conversation
…roven fixes) Audited ai.rs device commands on the live Pixel: describe_ui, type_text, and android_logs (with filter) all break under cmd /C on Windows because they embed sh-only operators/quoting (redirects, &&, pipe, single quotes). Documented each with a Windows-verified repro and a proven drop-in fix, and confirmed the uiautomator parser itself is sound. Handed to Mac (they're refactoring these exact functions on feat/g2-consumer); left ai.rs untouched to avoid a collision.
dev-josias
added a commit
that referenced
this pull request
Jul 1, 2026
- README + docs/index.html: fuller emulator hardware controls (Home/Back/Recents/Power, volume, rotate, keyboard, screenshot) and the key-free CLI-agent angle (no API key; uses your existing login), plus a README bullet for the new chat sessions. - CLAUDE.md Current status: add a "Landed since #41" summary (input-channel reconnect #37, cmd.exe fixes #40/#41, DeviceInfo.serial #44, device-tools MCP core #46, AI panel redesign + sessions #48/#52, Volume/Rotate #49, per-device gRPC port #51). Device-MCP app wiring is noted as a handed-off follow-up (not advertised as shipped since it isn't wired yet).
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.
Handoff-board update only (markdown). Reports 3 Windows cmd.exe runtime bugs in #36's device tools (describe_ui, type_text, android_logs), each with a Pixel-verified repro and a proven drop-in fix, plus confirmation the uiautomator parser is sound. Handed to Mac since they're refactoring these exact ai.rs functions on feat/g2-consumer; ai.rs left untouched here to avoid a collision. No code changes.