Skip to content

feat: include device_udid and ios_simulator_device_set in iOS JSON payloads#180

Merged
thymikee merged 1 commit intomainfrom
claude/flamboyant-moser
Mar 3, 2026
Merged

feat: include device_udid and ios_simulator_device_set in iOS JSON payloads#180
thymikee merged 1 commit intomainfrom
claude/flamboyant-moser

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

@thymikee thymikee commented Mar 3, 2026

Summary

  • open response now includes device_udid and ios_simulator_device_set for iOS sessions
  • appstate iOS response now includes device_udid and ios_simulator_device_set
  • session_list entries for iOS sessions now include device_udid and ios_simulator_device_set (null when using the default simulator set)
  • Skill docs updated to document the new fields

Test plan

  • All 68 existing session handler unit tests pass
  • open on an iOS simulator returns device_udid (UDID string) and ios_simulator_device_set (path or null)
  • appstate on an iOS session returns device_udid and ios_simulator_device_set
  • session list --json output includes device_udid and ios_simulator_device_set for iOS sessions, no extra fields for Android sessions

Closes #173

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-180/

Built to branch gh-pages at 2026-03-03 18:19 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

…yloads

Add device identity fields to open, appstate, and session_list responses
for iOS targets, enabling isolation verification in concurrent multi-session
runs without extra simctl calls.

Closes #173

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@thymikee thymikee force-pushed the claude/flamboyant-moser branch from f781cba to 4e5aa1c Compare March 3, 2026 18:18
@thymikee thymikee merged commit a51f819 into main Mar 3, 2026
6 checks passed
@thymikee thymikee deleted the claude/flamboyant-moser branch March 3, 2026 18:36
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.

Include iOS device UDID and simulator-set path in JSON success payloads

1 participant