Releases: danieljhkim/DevBox
Releases · danieljhkim/DevBox
DevBox v0.2.1
Full Changelog: v0.2.0...v0.2.1
DevBox v0.2.0
What's changed
CLI & Bootstrap
- Improved DevBox CLI discoverability and PATH setup
- Hardened bootstrap behavior for local usage
MCP
devbox mcp enablenow 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
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.shwith--minimal+--dry-run) - Optional MCP contract for agent tooling (
.box/mcp/)
Getting started
./devbox init /path/to/your-repo --minimal --gitignoreSee QUICK_START.md for the full workflow.