-
-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
Feature Request
build_run_sim builds and launches the app on a simulator in a single step. There's no equivalent for physical devices.
Currently, running on a device requires 4 separate calls:
build_deviceget_device_app_pathinstall_app_devicelaunch_app_device
Proposal
Add a build_run_device tool that combines all 4 steps into one, matching the convenience of build_run_sim.
This would significantly improve the workflow when iterating on a physical device, especially when using AI coding assistants that call these tools sequentially.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels