Grok Build plugin support, iOS ui fixes, a screen-capture preset fix, and a much more capable REPL/TUI harness.
Install / upgrade
- npm:
npm i -g mcp-devices@4.1.0(or zero-installnpx -y mcp-devices) - Homebrew:
brew upgrade alexgladkov/tap/mcp-devices— first time:brew install alexgladkov/tap/mcp-devices - Grok:
grok plugin marketplace add AlexGladkov/claude-in-mobilethengrok plugin install mcp-devices --trust
Added
- Grok Build plugin support (#61) — native
.grok-pluginmarketplace + manifest, a bundled MCP servermobile(npx -y mcp-devices),mcp-devices setup grok/--global, and an--init grokconfig snippet. - REPL/TUI observability —
repl_snapshotgainsmode: 'grid' | 'raw' | 'both'and ahistoryfilmstrip (last N rendered screens as a timeline); newrepl_resize(real PTY + vt100 resize); opt-in asciicast v2 recording onrepl_spawn(record/castPath), written redacted from the reader thread. Secret redaction now runs Rust-side before any byte is retained or written to disk.repl_keynow covers the full editing/navigation set (backspace,esc,delete,home,end,pageup,pagedown,shift-tab,space,ctrl-a/e/k/l/n/o/p/r/u/w) so input fields, dialogs and long lists in a TUI are actually drivable. Expect timing is clamped so a continuously-redrawing TUI can never hang the harness.
Fixed
- #60 — iOS
uitool.ui(action:'tree')now honorscompact/format:'semantic'/showAll/freshon iOS; input-action hints populate instead of always being empty;find_tap/assert_visible/waitexamples and schemas are consistent. SecureTextField values render as[REDACTED]. - #59 —
screen(action:'capture', preset:…)now honors the preset on every platform (a regression of #56 that was re-introduced by the 3.x→4.0 merge), with a facade-level regression test.
Changed
- The Claude Code plugin manifest no longer auto-registers the
mobileMCP server (avoids double-registration for existing users) — useclaude mcp add. Grok keeps zero-config MCP. - Homebrew formulae now ship from the unified tap
AlexGladkov/homebrew-tap. - CI
verify-plugin-versionsnow asserts it checked exactly 13 version fields.
Full details in CHANGELOG.md.