Phase 291 R4 — the Liv command bar now handles tool approvals INLINE.
When Liv needs your approval, you no longer get a dead-end 'Open in Liv'. Instead:
- the question Liv is asking shows in the navbar (where the input was), and
- the approve / decline option buttons appear right below it.
Pick an option and Liv keeps going, streaming the result in the bar. The Permission selector now defaults to Accept edits (routine edits run; commands ask you inline). Auto-run (no prompts) and Default/Plan are still selectable. 'Open in Liv' remains as a fallback if a choice can't be sent on your box's Liv version.
Box update (operator):
ssh bruce@100.112.68.1
sudo -s
curl -fsSL https://raw.githubusercontent.com/utopusc/livinity-io/v44.83/update.sh -o /opt/livos/update.sh && chmod +x /opt/livos/update.sh && bash /opt/livos/update.sh 2>&1 | tee /tmp/livos-4483.log
Verify: click the navbar logo → type a command that needs approval → the question shows in the bar with approve/decline buttons below; click one → Liv continues.
Full Changelog: v44.82...v44.83