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
The [sandbox] plugins TOML config doesn't exist in OH v1.4.0 (crashes
with pydantic extra_forbidden). The [core] enable_jupyter also has no
effect on plugin loading. The real control is CodeActAgent.sandbox_plugins
which is a property that checks self.config.enable_jupyter.
Fix: inject a monkey-patch into oh_main_wrapper.py that overrides the
sandbox_plugins property to filter out JupyterRequirement before
OpenHands starts the LocalRuntime action execution server.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments