AIO Sandbox 1.11.0 adds browser file-picker policy controls, fuller Codex configuration support, MCP Bash output controls, and image build improvements.
Features
- Browser file selection policy: Added
BROWSER_ALLOW_FILE_SELECTION_DIALOGSto control whether web pages can open file picker dialogs. - Codex custom configuration: Added
CODEX_CONFIG_TOMLandCODEX_MODEL_CATALOG_JSONfor fully custom Codex config and model catalog setup at container startup. - MCP Bash truncate control:
sandbox_execute_bashnow supports atruncateparameter, allowing callers to request full output when needed. - Image build improvements: Restored native arm64 image build support.
Improvements
- Shell output reliability: Improved handling of long terminal output without newlines.
- AIO CLI availability: Restored in-sandbox
aioloader commands such as shell, tty, file, and bash aliases.
AIO Sandbox 1.11.0 新增浏览器文件选择策略控制、Codex 完整自定义配置、MCP Bash 输出控制,并改进镜像构建与 Shell 可靠性。
主要更新
- 浏览器文件选择弹窗策略:新增
BROWSER_ALLOW_FILE_SELECTION_DIALOGS控制网页是否可以打开文件选择器。 - Codex 完整自定义配置:新增
CODEX_CONFIG_TOML与CODEX_MODEL_CATALOG_JSON,支持在容器启动时写入完整 Codex 配置和模型目录。 - MCP Bash 输出截断控制:
sandbox_execute_bash新增truncate参数,调用方可按需获取完整输出。 - 镜像构建改进:恢复原生 arm64 镜像构建支持。
改进
- Shell 输出可靠性:优化无换行长输出场景。
- AIO CLI 可用性:恢复沙箱内
aioshell、tty、file、bash 等基础命令。