fix: make local runtime use host-writable paths and local cache defaults#12015
fix: make local runtime use host-writable paths and local cache defaults#12015enyst merged 6 commits intoOpenHands:mainfrom
Conversation
|
Nice fix! |
tofarr
left a comment
There was a problem hiding this comment.
LGTM. In V1 we use browser_use instead of browser gym so I don't think we will need to migrate this one
Oh yes since V1 is now fully integrated into OpenHands, this PR doesn't seem do a lot, merging it improves only the v0 experience. It doesn't seem normal since the V1 version should be using the browser tool instead of BrowserGym. It seems V0 is still triggered when But a more root-cause fix could be fixing the env var collision, as I mentioned in the slack channel. |
Summary of PR
Change Type
Checklist
Fixes
Resolves #12014
Release Notes
Local (non‑Docker) runs now use host‑writable paths by default and keep Playwright downloads out of /workspace, preventing permissions errors and making it easier to find your files on the host.