v0.8.12
版本发布时间: 2024-12-26 14:33:58
web-infra-dev/midscene最新发布版本:v0.9.2(2025-01-16 21:41:27)
What's Changed
New Features 🎉
- feat: support socks proxy for OpenAI SDK by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/175
- feat: add a real-time progress indicator for playground by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/177
- feat: support the if-statement in planning prompt by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/184
- feat: update the Azure OpenAI integration, add instruction for other models by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/193
- feat: invoke anthropic SDK to call Claude by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/197
- feat: let max_tokens configurable by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/212
Bug Fixes 🐞
- fix: sandbox issue of puppeteer in Ubuntu by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/176
- fix: fix scroll action in chrome extension by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/194
- fix: keypress issue in chrome extension by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/201
- fix: unescaped scripts in report tpl by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/204
- fix: adjust the prompt to fit the non-described text by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/206
Document 📖
- docs: add docs for customize model and endpoint by @yuyutaotao in https://github.com/web-infra-dev/midscene/pull/190
Full Changelog: https://github.com/web-infra-dev/midscene/compare/v0.8.5...v0.8.12