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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Established the AIO Sandbox evaluation framework & dataset (!78), generating evaluation reports (Latest.md) and tool optimization reports (improvement_suggestions.md). The /mcp tools will be continuously iterated based on evaluation feedback.
Services can be disabled on-demand. By setting environment variables DISABLE_JUPYTER=true and DISABLE_CODE_SERVER=true, the Jupyter Lab and Code Server services can be turned off as needed, reducing some sandbox resource usage. Close #29
Fixed an issue where static resources were blocked by authentication after enabling JWT_PUBLIC_KEY authentication.
/v1/browser/info now supports the X-Forwarded-Prefix header prefix for retrieving the CDP address.
Disabled the Google Translate popup prompt in the browser.
Added weasyprint dependency (commonly used for generating PDFs) and downgraded plotly from version 6.x to 5.x.