bridge-agent 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,6 +155,7 @@ for runtime, devices in data.get('devices', {}).items():
155
155
  if [[ -n "${udid:-}" ]]; then
156
156
  xcrun simctl boot "$udid" || true
157
157
  log_info "Booted simulator $udid"
158
+ echo "BOOTED_UDID:$udid"
158
159
  else
159
160
  log_info "No simulator device found to boot. Please create one in Xcode → Window → Devices and Simulators."
160
161
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bridge-agent",
3
- "version": "0.8.0",
3
+ "version": "0.10.0",
4
4
  "description": "Bridge local agent — connects your AI tools to Jerico",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",