Skip to content

Releases: web-infra-dev/midscene

v0.11.0

10 Feb 11:50
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

  • feat(web-extract): extract web content as a tree by @yuyutaotao in #337
  • feat(cache): supports ui-tars model caching capability by @zhoushaw in #361

playwright

- playwright test --config=playwright.config.ts
+ MIDSCENE_CACHE=true playwright test --config=playwright.config.ts

puppeteer

- tsx demo.ts 
+ MIDSCENE_CACHE=true tsx demo.ts
const mid = new PuppeteerAgent(originPage, {
  cacheId: 'puppeteer-swag-sab)', // Add cache id
});

Bridge Mode

- tsx demo.ts
+ MIDSCENE_CACHE=true tsx demo.ts
const agent = new AgentOverChromeBridge({
  cacheId: 'star-midscene-github', // Add cache id
});

Effect

After enabling the cache, the execution time is significantly reduced, for example, from 1m16s to 23s.

before

image

after

image

Bug Fixes ๐Ÿž

Other Changes

New Contributors

Full Changelog: v0.10.5...v0.11.0

v0.10.5

31 Jan 03:28
Compare
Choose a tag to compare

What's Changed

Bug Fixes ๐Ÿž

Full Changelog: v0.10.4...v0.10.5

v0.10.4

30 Jan 09:02
Compare
Choose a tag to compare

What's Changed

Bug Fixes ๐Ÿž

  • fix(prompt): resolve the llm-planning format error by @zhoushaw in #341

Other Changes

Full Changelog: v0.10.3...v0.10.4

v0.10.3

27 Jan 08:37
Compare
Choose a tag to compare

What's Changed

Bug Fixes ๐Ÿž

Other Changes

Full Changelog: v0.10.2...v0.10.3

v0.10.0

22 Jan 12:44
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

Other Changes

New Contributors

Full Changelog: v0.9.2...v0.10.0

v0.9.2

16 Jan 13:41
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

  • feat: allow tracking newly-opened tabs in Chrome extension by @yuyutaotao in #272
  • feat(chrome-devtool): water flow animation on the target page by @zhoushaw in #271

Bug Fixes ๐Ÿž

Other Changes

  • doc: update the instructions to configure the model service by @yuyutaotao in #274

Full Changelog: v0.9.1...v0.9.2

v0.9.0

01 Jan 13:22
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

Full Changelog: v0.8.14...v0.8.15

What's Changed

New Features ๐ŸŽ‰

Bug Fixes ๐Ÿž

Document ๐Ÿ“–

Other Changes

Full Changelog: v0.8.12...v0.8.15

v0.8.12

26 Dec 06:33
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

Bug Fixes ๐Ÿž

Document ๐Ÿ“–

Full Changelog: v0.8.5...v0.8.12

v0.8.5

10 Dec 07:24
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

  • feat: add static-server into cli by @yuyutaotao in #153
  • feat: update playground instructions, accelerate the playback speed by @yuyutaotao in #152
  • feat: ไฟฎๆ”น .cli 404 ่ทฏๅพ„ by @ChelesteWang in #164
  • feat: lower the cost of page description by @yuyutaotao in #159
  • feat(core): Enhance environment logic and introduce MIDSCENE_REPORT_TAG_NAME for customizable report name prefixes by @zhoushaw in #168
  • feat: replanning before locating by @yuyutaotao in #167

Bug Fixes ๐Ÿž

Other Changes

New Contributors

Full Changelog: v0.8.0...v0.8.5

v0.8.0

14 Nov 07:54
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

Bug Fixes ๐Ÿž

Document ๐Ÿ“–

Other Changes

New Contributors

Full Changelog: v0.7.1...v0.8.0