Skip to content

Add iOS simulator browser preview skill#233

Draft
dimillian-oai wants to merge 1 commit intomainfrom
codex/ios-simulator-browser-preview
Draft

Add iOS simulator browser preview skill#233
dimillian-oai wants to merge 1 commit intomainfrom
codex/ios-simulator-browser-preview

Conversation

@dimillian-oai
Copy link
Copy Markdown
Contributor

Summary

Add a new ios-simulator-browser-preview skill to Build iOS Apps for exposing a booted simulator through serve-sim and opening it in the Codex in-app browser.

Why

The existing iOS debugging flow covers build/run inspection through XcodeBuildMCP, but it does not teach agents how to mirror a simulator into Browser or how to control that surface well once it is open.

What changed

  • add the new ios-simulator-browser-preview skill and OpenAI metadata
  • document the default npx --yes serve-sim preview workflow
  • document the preferred control loop: /ax for semantic targeting, simulator input APIs for actuation, and the browser stream for visual confirmation
  • add the skill to the Build iOS Apps README

Validation

  • manually verified serve-sim preview flow against a booted simulator
  • opened the simulator preview in the Codex in-app browser
  • used the preview APIs including /ax while interacting with Safari inside the simulator
  • ran plugin validation with:
    • python3 /Users/dimillian/code/plugins-internal/scripts/validate_plugin.py /Users/dimillian/code/plugins/plugins/build-ios-apps

@dimillian-oai dimillian-oai changed the title [codex] add iOS simulator browser preview skill Add iOS simulator browser preview skill May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant