Replace host operator with rescreen MCP-based computer use#43
Merged
DorianZheng merged 1 commit intomainfrom Mar 24, 2026
Merged
Replace host operator with rescreen MCP-based computer use#43DorianZheng merged 1 commit intomainfrom
DorianZheng merged 1 commit intomainfrom
Conversation
Migrate from shell-script skills + custom helper binary to rescreen MCP server for host desktop automation. The backend now speaks MCP protocol to rescreen directly, fixing broken postToPid keyboard events and enabling element-based targeting. - Add rescreen as git submodule at packages/backend/native/rescreen - Create host_computer_mcp.py MCP server for agent containers - Rename host-ops → host-computer-use, gui-service → computer-use-service - Replace DarwinHostOperatorProvider with DarwinRescreenProvider - Dynamic MCP config with WS URL + agent ID injection - Show TTL grants alongside permanent apps in host settings UI - Unfilter overview results so agents see all windows - Remove dune-host-operator skill (replaced by MCP server)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
postToPidkeyboard eventshost-ops→host-computer-use,gui-service→computer-use-servicethroughouthost_computer_mcp.pyMCP server for agent containersTest plan
make devstarts without errorsrescreen_overviewand see all windowsrescreen_perceivewith screenshot/accessibility modesrescreen_actwith click/type/press actions (verify they actually work)