v1.10.12

openai/openai-realtime-agentsv1.10.12Aug 13, 2026by github-actions[bot]

AI Summary

A smaller release focused on fixing keyboard input issues and improving the recorder package organization, alongside resolving stale frame problems on Android.

Key Highlights

  • Allowed keyboard press without a locate target
  • Fixed key events and app switching on Harmony and iOS
  • Prevented stale scrcpy frames
  • Renamed recorder package to recorder-ui
  • Reorganized ai-model modules

New Features

  • Allow keyboard press without a locate target

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at v1.10.12 -->

## Features 🎉
* feat(core): allow keyboard press without a locate target by @quanruzhuoxiu in https://github.com/web-infra-dev/midscene/pull/2938

## Fixes 🐞
* fix(harmony,ios): correct key events and restore app switching by @quanruzhuoxiu in https://github.com/web-infra-dev/midscene/pull/2943
* fix(android): prevent stale scrcpy frames after actions by @quanruzhuoxiu in https://github.com/web-infra-dev/midscene/pull/2923

## Refactors ♻️
* refactor(recorder): rename package to recorder-ui by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2928
* refactor(core): reorganize ai-model modules by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2968

**Full Changelog**: https://github.com/web-infra-dev/midscene/compare/v1.10.11...v1.10.12