Skip to content

Releases: Coooolfan/onlyboxes

0.4.0

20 Apr 14:17

Choose a tag to compare

feat

  • Add active_session_count field to HeartbeatFrame protobuf message eaad82c

chore / docs

  • Refactor refresh button selectors to use aria-label and add worker type modal interactions in web tests 0ceac9a
  • Update workers page test to verify online/total worker display format 90c19ff

Full Changelog: 0.3.3...0.4.0

0.4.0-rc-1

18 Apr 14:23

Choose a tag to compare

0.4.0-rc-1 Pre-release
Pre-release

feat

  • Add active_session_count field to HeartbeatFrame protobuf message eaad82c

chore / docs

  • Refactor refresh button selectors to use aria-label and add worker type modal interactions in web tests 0ceac9a
  • Update workers page test to verify online/total worker display format 90c19ff

Full Changelog: 0.3.3...0.4.0-rc-1

0.3.3

14 Apr 11:58

Choose a tag to compare

feat

  • add env-driven overrides for MCP tool titles, descriptions, and param schemas 276fd39

Full Changelog: 0.3.2...0.3.3

0.3.2

07 Apr 15:14

Choose a tag to compare

feat

  • Add configurable resource limits for pythonExec and terminalExec containers e1b40dc
  • Add active section highlighting to docs table of contents b8cd705
  • Add worker-boxlite support to startup tool with dedicated config form and tests 994ad52

chore / docs

  • Upgrade dependencies and add selection color theming 4d7781d

Full Changelog: 0.3.1...0.3.2

0.3.1

06 Apr 08:47

Choose a tag to compare

feat

  • enhance default work image with Python packages, agent-browser, and CN mirror variant 9da62f1 fe1f5ef

  • add SSR prerendering to website with SEO management and routing refactor af1a3ca

fix

  • unify Docker paths: move console binary to /app and sync database volume mount accordingly 7113e4d 60c57a3

chore / docs

  • bump default terminal execution image to v0.0.5; refine MCP tool descriptions and clarify exportFile registration docs 9ab92dc 4468d3d 97640a2

Full Changelog: 0.3.0...0.3.1

0.3.0

01 Apr 13:49
41efde9

Choose a tag to compare

feat

  • Added exportFile to support exporting worker session files to S3-compatible storage via presigned URLs. #3

0.2.1

31 Mar 14:57

Choose a tag to compare

feat

  • make capability max_inflight configurable via env vars cadb5c0

0.2.0

29 Mar 15:44

Choose a tag to compare

Key Features

  • Self-hosted all components: control node (console) + worker nodes (worker)
  • Separated control and execution planes:
    • Workers support horizontal scaling
    • Workers support multi-language heterogeneous implementations
    • Workers support multiple runtimes
  • Full account system: resource isolation (stateful containers, sessions) between accounts
  • MCP tools:
    • pythonExec: Python code execution
    • terminalExec: stateful terminal sessions
    • readImage: model-readable images
  • REST API: all MCP tools also available via HTTP + async task API

0.2.0-rc-1

29 Mar 10:33

Choose a tag to compare

0.2.0-rc-1 Pre-release
Pre-release
feat: add CONSOLE_HIDDEN_TOOLS configuration to selectively hide tool…

0.2.0-beta-5

27 Mar 15:11

Choose a tag to compare

0.2.0-beta-5 Pre-release
Pre-release
feat: bump default installer tag to 0.2.0-beta-5 and fix stdin handli…