Skip to content

fix: expose push notification simulation#109

Merged
thymikee merged 4 commits into
mainfrom
codex/issue-91-push-notifications
Feb 24, 2026
Merged

fix: expose push notification simulation#109
thymikee merged 4 commits into
mainfrom
codex/issue-91-push-notifications

Conversation

@thymikee
Copy link
Copy Markdown
Member

@thymikee thymikee commented Feb 22, 2026

Summary

Add a new push command to simulate notifications on iOS and Android.

  • iOS: session/dispatch path to xcrun simctl push with payload file or inline JSON
  • Android: session/dispatch path to adb shell am broadcast with typed extras
  • Harden payload handling by preferring existing files over inline-JSON heuristics and normalizing file-read/path errors
  • Fix Android extrasCount to reflect only emitted extras
  • Add/extend tests for dispatch/session/platform behavior
  • Update README, website docs, and skill docs with payload shape and usage examples

Fixes #91

Validation

  • pnpm typecheck
  • pnpm test:unit
  • pnpm test:smoke

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 22, 2026

PR Preview Action v1.8.1

QR code for preview link

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

Built to branch gh-pages at 2026-02-24 16:30 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@thymikee thymikee force-pushed the codex/issue-91-push-notifications branch from 347c8fb to 25fb4d9 Compare February 23, 2026 17:42
@thymikee thymikee force-pushed the codex/issue-91-push-notifications branch from c99c8ba to ea34c54 Compare February 24, 2026 16:29
@thymikee thymikee merged commit 66b0bdb into main Feb 24, 2026
6 checks passed
@thymikee thymikee deleted the codex/issue-91-push-notifications branch February 24, 2026 16:34
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.

Expose push notification simulation (simctl push / adb broadcast)

1 participant