v0.8.0
Immutable
release. Only release title and notes can be modified.
0.8.0 (2026-07-20)
The highlight of this release is the first pass of a new "land" command. This helps you manage work in a few ways:
- It shows all git checkouts on an instance, including worktrees.
- It shows if they have uncommitted changes, committed changes that haven't been pushed, or a pushed branch without a PR.
- It can command and push changes to a branch from inside the instance.
- It can open a pull request using your host's
ghtool and authentication (which for most users has all permissions, unlike the limited scoped tokens exposed to an agent in the VM).
The overall workflow and security guidelines - that agent derived code is reviewed and tested first only in secure locations like VMs or GithHub - still apply.
Features
- land: add checkout registry and host gh adapter (61660ea)
- land: commit and push an at-risk checkout from the Landing pane (1d7cb7d)
- land: Landing pane PR cockpit (484dc10)
- land: re-read a running VM's checkouts before confirming delete (874460e)
- land: rebind l=land, L=log (d6127c2)
- land: show scan age, add r to rescan, and stop the pane overstating what it knows (5fd34ab)
- land: support the 1Password gh shell plugin (1a26be6)
- land: sweep parser, unlanded-work badge, delete guard (ec91c03)
- land: sweep runtime + sand land CLI (08e7778)
- land: wire checkout registry into the TUI model (82f8480)
- support a single managed fleet of VMs (#81) (8f84dc8)