v1.10.0
web-infra-dev/midscenev1.10.0Jun 23, 2026by github-actions[bot]
AI Summary
A major version bump introducing a new Gherkin scenario runner, retiring legacy MCP packages in favor of Skills, and improving Chrome rendering defaults.
Key Highlights
- Retired MCP packages and kept Skills support.
- Added Gherkin scenario runner.
- Enabled forceChromeSelectRendering by default.
- Refactored custom planning adapters.
Breaking Changes
- Retired MCP packages (Migrating to Skills)
New Features
- Gherkin scenario runner
- Skills support
- forceChromeSelectRendering
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v1.10.0 --> ## What's Changed ### Bug Fixes 🐞 * fix(report): compute total duration from task timing and show start/end tooltip by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/1761 ### Other Changes * refactor(core): update describeElementAtPoint integration by @fishear in https://github.com/web-infra-dev/midscene/pull/2692 * Retire MCP packages and keep Skills support by @quanru in https://github.com/web-infra-dev/midscene/pull/2694 * refactor(core): unify custom planning adapters by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2686 * fix(web-integration): clear inputs via cdp select all by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2695 * feat(web-integration): enable forceChromeSelectRendering by default and simplify report path logging by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/2653 * fix(playground): point package entries to bin outputs by @Pugsin in https://github.com/web-infra-dev/midscene/pull/2696 * chore(core): merge PR 2520 with review follow-ups by @ottomao in https://github.com/web-infra-dev/midscene/pull/2554 * Add collapsible reasoning section to detail panel by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/1894 * fix(core): defer unknown action validation to task building by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2702 * [codex] Update Doubao Seed model recommendation by @EAGzzyCSL in https://github.com/web-infra-dev/midscene/pull/2701 * feat(core): add gherkin scenario runner by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/2697 ## New Contributors * @Pugsin made their first contribution in https://github.com/web-infra-dev/midscene/pull/2696 **Full Changelog**: https://github.com/web-infra-dev/midscene/compare/v1.9.8...v1.10.0