Skip to content

v1.11.0

Latest

Choose a tag to compare

@songhn233 songhn233 released this 23 Jun 13:32
6bd4b52

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_DIALOGS to control whether web pages can open file picker dialogs.
  • Codex custom configuration: Added CODEX_CONFIG_TOML and CODEX_MODEL_CATALOG_JSON for fully custom Codex config and model catalog setup at container startup.
  • MCP Bash truncate control: sandbox_execute_bash now supports a truncate parameter, 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 aio loader 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_TOMLCODEX_MODEL_CATALOG_JSON,支持在容器启动时写入完整 Codex 配置和模型目录。
  • MCP Bash 输出截断控制sandbox_execute_bash 新增 truncate 参数,调用方可按需获取完整输出。
  • 镜像构建改进:恢复原生 arm64 镜像构建支持。

改进

  • Shell 输出可靠性:优化无换行长输出场景。
  • AIO CLI 可用性:恢复沙箱内 aio shell、tty、file、bash 等基础命令。