Releases: CursorTouch/Windows-Use
Releases · CursorTouch/Windows-Use
v0.7.66
What's Changed
Added
- Telemetry: Agent now sends structured
agent_eventdata to PostHog on everyinvoke/ainvokecall, capturing query, steps, model, provider, success/failure, and error details. Runs silently with no console output. - Public API:
Agent,Browser,AgentEvent,EventType,BaseEventSubscriberand friends are now importable directly fromwindows_use:from windows_use import Agent, Browser
- CI/CD: GitHub Actions workflows for linting and tests on Windows across Python 3.10–3.13, plus automated PyPI publishing on version tags.
Fixed
- Tree traversal:
NoneTypecrashes when Windows UI Automation returnsNonefor element names — fixed across 6 locations in tree traversal. - Event system:
ValueError: list.remove(x): x not in listwhen removing an event subscriber that was already removed or never added. - Telemetry user ID:
PermissionErroron systems whereTEMPpoints toC:\WINDOWS\TEMP— now usestempfile.gettempdir().
Installation
pip install windows-use==0.7.66uv add windows-use==0.7.66