Skip to content

feat: add clipboard read/write commands#122

Merged
thymikee merged 1 commit into
mainfrom
codex/clipboard-read-write
Feb 25, 2026
Merged

feat: add clipboard read/write commands#122
thymikee merged 1 commit into
mainfrom
codex/clipboard-read-write

Conversation

@thymikee
Copy link
Copy Markdown
Member

@thymikee thymikee commented Feb 24, 2026

Summary

Add a new clipboard command family with clipboard read and clipboard write <text> across CLI, daemon routing, capabilities, and platform dispatch.
Implement platform backends using simctl pbpaste/pbcopy on iOS simulator and adb shell cmd clipboard get/set text on Android; iOS physical devices are intentionally unsupported for now.
Add coverage in CLI/session/platform tests and update docs + skill guidance for usage and platform limits.

Touched files: 18.
Scope: focused on one command family (clipboard) plus required platform adapters, tests, and docs.

Fixes #92

Validation

  • pnpm typecheck
  • pnpm test:unit
  • pnpm test:smoke
  • pnpm test:integration (fails in existing environment-sensitive settings tests on iOS/Android; failures are unrelated to clipboard changes)

@github-actions
Copy link
Copy Markdown

PR Preview Action v1.8.1

QR code for preview link

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

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

@thymikee thymikee merged commit ab33826 into main Feb 25, 2026
6 checks passed
@thymikee thymikee deleted the codex/clipboard-read-write branch February 25, 2026 12:01
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 clipboard read and write

1 participant