v44.82
Phase 291 R4 — the navbar Liv command bar now RUNS commands instead of always asking for approval and falling back to 'Open in Liv'.
The Permission selector now defaults to Auto-run, so a command you type into the bar actually executes and streams its answer in the top bar. (The stricter modes — Default / Plan / Accept-edits — are still selectable if you want Liv to ask first.) Tool-heavy commands also get a longer window to finish before the bar gives up.
Note: the bar talks to the live Liv (AionUi) backend. If your box is on an old Liv version, approvals can still fall back to the full Liv window — the box's Liv self-heals to the pinned version on update.
Box update (operator):
ssh bruce@100.112.68.1
sudo -s
curl -fsSL https://raw.githubusercontent.com/utopusc/livinity-io/v44.82/update.sh -o /opt/livos/update.sh && chmod +x /opt/livos/update.sh && bash /opt/livos/update.sh 2>&1 | tee /tmp/livos-4482.log
Verify: click the navbar logo → type a command → it should run and show the answer in the bar (no 'needs approval / Open Liv' unless you picked a stricter Permission mode).
Full Changelog: v44.81...v44.82