- TUI scrolling — both the unit list and detail log views are now
scrollable. The unit list shows↑/↓overflow indicators when there are
more units than fit on screen. The detail view supportsj/k,
PgUp/PgDn,g/Gnavigation through the full build output and log, with
auto-follow during active builds. - Auto-sync layers —
yoe buildand other commands that load the project
now automatically clone missing layers on first use, matching the lazy
container-build pattern. Existing cached layers are not fetched/updated, so
there is no added latency on subsequent runs. Explicityoe layer syncis
still available to update layers. - TUI confirmation prompts — quitting (
q/ctrl+c) and cancelling a build
(x) now prompt for confirmation when builds are active, preventing
accidental loss of in-progress builds. Declining a prompt clears the message
cleanly. - Fix build cancellation not stopping containers — cancelling a build (via
TUI quit orctrl+con the CLI) now explicitly stops the Docker container
(docker stop) instead of only killing the CLI client, which left containers
running in the background. - Fix stale cache after cancelled builds — the cache marker is now removed
before building so a cancelled or failed rebuild no longer appears cached from
a previous successful build.
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.