v0.1.1 — Infrastructure fix: standalone sidecar config + Chromium
v0.1.1 — Infrastructure fix
Fixes running the frozen sidecar standalone (public install path, no repo):
What changed
- Config resolution: the frozen sidecar now finds
tf_staging.jsonfrom
~/.config/infinia-automate-studio/tf_staging.json(app-data), not a
repo-relative path. The installer writes there. - Chromium: the sidecar now honors
PLAYWRIGHT_BROWSERS_PATH. The
installer downloads Chromium to~/.cache/infinia-automate-studio/ms-playwright
and persists the env var.
Install (one command, no repo access)
curl -fsSL https://infinia-automation-studio.adid.dev/install.sh \
| INFINIA_TF_BASE_URL=https://api.tf-staging.iiamsaif.ai/v1 \
INFINIA_TF_API_KEY=tf-your-key-here \
bashManual sidecar start (no UI)
export PLAYWRIGHT_BROWSERS_PATH="$HOME/.cache/infinia-automate-studio/ms-playwright"
"/Applications/Infinia Automate Studio.app/Contents/Resources/python/sidecar" --port 8765