- Install from npm without lifecycle scripts and keep workspace-only source out of the registry package.
- Keep the npm binary installer out of workspace source installs and scope native release builders to Devboxes dependencies.
- Make release validation reliable on cold machines.
- Install the native Devboxes command through npm and publish checksum-verified direct installers.
- 60517f5: Separate OpenCode Zen and OpenCode Go credentials and require the v2 runner protocol for dispatch.
- 3e8ca70: Unify terminal sign-in, task dispatch, and runner management in the
devboxesCLI.
- 3ed71eb: Initial public release of the Devboxes CLI:
connectsigns a terminal in via browser approval (device authorization),dispatchstarts a run from task text or a GitHub issue,status/resultfollow it to the final output and pull request, anddevboxes mcpserves the same actions as MCP tools over stdio.