Skip to content

Releases: web-infra-dev/midscene

v0.0.1

25 Jul 22:56
Compare
Choose a tag to compare

MidScene.js v0.0.1 - Initial Release 🎉

We are excited to announce the first release of MidScene.js! MidScene.js is a brand-new framework that leverages Natural Language Query (NLQ) and Artificial Intelligence (AI) technologies to simplify complex data queries and user interface interactions. Here are the main features and highlights of this release:

Key Features ✨

  • Natural Language Page Control Operate pages using natural language, including actions like clicking and typing. 🗣️💻
  • Natural Language Query Locate page elements using natural language, eliminating the need for DOM selectors. 🔍🗂️
  • JSON Responses Prompt AI to generate the required data structures, ensuring the predictability of JSON structures and values. 📊📋
  • TypeScript Friendly Automatically assign types and access data easily using dot notation.📝🔍
  • Visualization ToolsEasily debug prompts and reasoning processes with visualization tools. 🛠️👀
  • New Experience Enjoy a new world of automated development. 🌟🚀
  • Ready-to-Use AI Models Utilize GPT-4o without any custom training. 🤖🔧

Detailed Update

  • Natural Language Page Control: Users can directly perform actions like clicking and typing on web pages using natural language commands, greatly simplifying user interface interactions.
  • Natural Language Query: Users can describe the location of page elements using natural language, eliminating the need to write complex DOM selector code.
  • JSON Response Generation: AI can generate the required JSON data structures based on user needs, ensuring data accuracy and consistency.
  • TypeScript Support: The framework automatically assigns types to generated data, making it easier and safer to use in TypeScript.
  • Visualization Tools: Powerful visualization tools are provided to help users debug natural language prompts and AI reasoning processes.
  • Ready-to-Use AI Models: The built-in GPT-4o model allows users to leverage powerful AI capabilities without additional training.

New Contributors

Full Changelog: https://github.com/web-infra-dev/midscene/commits/v0.0.1