Releases: CursorTouch/Windows-Use
Releases · CursorTouch/Windows-Use
🪟Windows-Use v0.5.0
Feature
- Applied the updated Grounding from
windows-mcp
- Set default browser for the agent
- Random point generation within the bounding box.
Fixes
- #2 Added comprehensive unit testing @richard-devbot
- Removed relevant elements from the context window of the agent
- Proper separation between GUI and DOM
🪟Windows-Use v0.3.5
Features:
- Better Grounding of the UI elements using Ally tree.
- Fixed the issues when it comes to clicking certain buttons like on notepad Save As, Save, ..etc
- Improved the speed of grounding to
1.7- 2.5s
- Added web scraping capability to the agent.
- Launching apps on the start menu without visiting the start menu.
- Fixed issues in scrolling specific sections of a window or the webpage.
- Support for both VLLMs and LLMs.
- Added human-like cursor movement.
Install the package using pip install windows-use
🪟Windows-Use v0.2.0
Features
- Added new tool (Switch Tool) to switch between opened apps
- Added watch_cursor functionality to live inspect elements under the cursor.
- Updated the existing system prompt with more instruction-oriented.
- Added
print_response
method to show the result in markdown in the console.