android-build
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Clear logcat and stream filtered logs from the running Android app.
$ npx -y skills add tanlethanh/zedra --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/android-logContext preview
What this command does when you run it.
Clear logcat and stream filtered logs from the running Android app.
Clear logcat and stream filtered logs from the running Android app.
Run this command and monitor the output:
adb logcat -c && adb logcat -s zedra:V RustStdoutStderr:V AndroidRuntime:E *:S
Watch for ~15 seconds, then report any errors, warnings, crashes, or notable log output. Use timeout to stop if needed:
timeout 15 adb logcat -s zedra:V RustStdoutStderr:V AndroidRuntime:E *:S
An experimental remote code editor on mobile with GPU-accelerated rendering powered by Zed's GPUI, P2P tunnel over QUIC/UDP by Iroh.
Repo: tanlethanh/zedra
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Drive the Zedra Android UI from the agent via the in-app GPUI devtool HTTP server.
Build, install, launch, and monitor the iOS app on a connected device.
Stream and analyze logs from a USB-connected iOS device running Zedra.
Capture and analyze performance diagnostics from the running Android app.