v44.85
Phase 299 — Liv AI 'Select Directory' now works (was 'Unknown error').
Liv AI's 'Work in the project → Select Directory' failed because its folder picker asks the server for a directory listing (GET /api/fs/browse) and nothing answered it → 'Unknown error'. This adds that endpoint to LivOS (admin-gated, read-only, lists folders starting from your home directory) in the exact shape Liv AI expects, so the picker now opens, lists folders, and lets you navigate + choose a project directory.
Box update (operator):
ssh bruce@100.112.68.1
sudo -s
curl -fsSL https://raw.githubusercontent.com/utopusc/livinity-io/v44.85/update.sh -o /opt/livos/update.sh && chmod +x /opt/livos/update.sh && bash /opt/livos/update.sh 2>&1 | tee /tmp/livos-4485.log
Verify: open Liv AI → Work in the project → Select Directory → the folder browser opens (starts at your home), navigate + pick a folder (no more 'Unknown error').
Full Changelog: v44.84...v44.85