Skip to content

fix(cua): fall back to clipboard paste on type failures#246

Merged
danielgwilson merged 1 commit into
mainfrom
codex/cua-type-fallback
Jul 1, 2026
Merged

fix(cua): fall back to clipboard paste on type failures#246
danielgwilson merged 1 commit into
mainfrom
codex/cua-type-fallback

Conversation

@danielgwilson

Copy link
Copy Markdown
Owner

Summary

  • add a clipboard-paste fallback when the E2B desktop write/type method fails
  • transfer typed text through a sandbox temp file instead of shell-quoting it into commands
  • keep raw typed text out of trace/action labels and command strings

Validation

  • pnpm exec vitest run tests/e2b-desktop-executor.test.ts
  • pnpm typecheck
  • pnpm exec vitest run tests/e2b-desktop-executor.test.ts tests/computer-use.test.ts tests/cua-actor-lab.test.ts
  • pnpm build
  • pnpm public-surface:scan
  • git diff --check

@danielgwilson danielgwilson merged commit 980f727 into main Jul 1, 2026
3 checks passed
@danielgwilson danielgwilson deleted the codex/cua-type-fallback branch July 1, 2026 19:08
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