Commit graph

1 commit

Author SHA1 Message Date
Roo Code
c661d1c6e3 fix: add GitHub Codespaces support for browser tool
- Add .devcontainer configuration with Chrome dependencies
- Create post-create script to install Chrome and required libraries
- Update BrowserSession.ts with sandbox flags for container environments
- Update UrlContentFetcher.ts with container-specific Chrome flags
- Add documentation for Codespaces setup

This fixes the issue where the browser tool would fail in GitHub Codespaces
due to missing Chrome/Chromium dependencies like libatk-1.0.so.0.

Fixes #7990
2025-09-15 15:45:19 +00:00