Releases: Coooolfan/onlyboxes
Releases · Coooolfan/onlyboxes
0.4.0
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
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
0.3.2
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
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
0.2.1
0.2.0
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 executionterminalExec: stateful terminal sessionsreadImage: model-readable images
- REST API: all MCP tools also available via HTTP + async task API
0.2.0-rc-1
feat: add CONSOLE_HIDDEN_TOOLS configuration to selectively hide tool…
0.2.0-beta-5
feat: bump default installer tag to 0.2.0-beta-5 and fix stdin handli…