Skip to content

Releases: danieljhkim/DevBox

DevBox v0.2.1

30 Dec 07:52

Choose a tag to compare

DevBox v0.2.0

13 Dec 18:27

Choose a tag to compare

What's changed

CLI & Bootstrap

  • Improved DevBox CLI discoverability and PATH setup
  • Hardened bootstrap behavior for local usage

MCP

  • devbox mcp enable now installs dependencies and builds the MCP server
  • Added npm / Node.js preflight validation
  • Fail fast if MCP build output is missing
  • Updated MCP help text to document requirements and behavior
  • Added read-only, admin, safe-write policies

Notes

  • Node.js and npm are now required for MCP usage

DevBox v0.1.0

13 Dec 05:03

Choose a tag to compare

DevBox v0.1.0

Initial public release of DevBox — a lightweight, language-agnostic execution contract for agent-operable development environments.

Highlights

  • Deterministic command surface (up, down, doctor, health, test, smoke, logs, reset)
  • Explicit spec + conformance levels (SPEC.md, CONFORMANCE.md)
  • Safe-by-default guardrails (.box/policies.yaml, SECURITY.md)
  • Quick adoption path (devbox init, install-devbox.sh with --minimal + --dry-run)
  • Optional MCP contract for agent tooling (.box/mcp/)

Getting started

./devbox init /path/to/your-repo --minimal --gitignore

See QUICK_START.md for the full workflow.