You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the examples given in the instruction manual, I successfully used it to write a small game. However, when I further tried to use a command to make it open in the browser by itself, it prompted me that it did not have this ability. But I checked the configuration and the computercontroller extension has been opened. My computer is Windows, and I run this command in WSL.
The text was updated successfully, but these errors were encountered:
Fixesblock#1023
Add functionality to open HTML files in a browser for WSL on Windows.
* **`crates/goose-mcp/src/computercontroller/mod.rs`**
- Add a new tool `open_browser` to handle opening HTML files in a browser.
- Implement the `open_browser` function to open HTML files in a browser.
- Register the `open_browser` tool in the `ComputerControllerRouter`.
* **`crates/goose-server/src/commands/mcp.rs`**
- Update the `run` function to initialize the `ComputerControllerRouter` with the capability to handle browser commands.
* **`crates/goose-cli/src/main.rs`**
- Add a command to open HTML files in a browser.
- Implement the logic to handle the new command in the `main` function.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/block/goose/issues/1023?shareId=XXXX-XXXX-XXXX-XXXX).
According to the examples given in the instruction manual, I successfully used it to write a small game. However, when I further tried to use a command to make it open in the browser by itself, it prompted me that it did not have this ability. But I checked the configuration and the computercontroller extension has been opened. My computer is Windows, and I run this command in WSL.
The text was updated successfully, but these errors were encountered: