LiveContext CE v0.1.13
What is new
Added
- Optional components now tell you when they are missing. When an install runs without the opt-in docker profiles (screenshot/PDF renderer, browser agent), the related features used to fail silently. The workflow builder now warns on the affected nodes, a Settings card lists each optional component with its enable command, and AI agents are told which components are unavailable so they stop suggesting them.
Fixed
- Model execution links are honored everywhere. The browser agent could previously bypass an admin's execution link and run on the original provider key; it now resolves the linked target like every other surface, while billing stays on the billed model. Also fixed: deleting a link whose model id contains a slash (e.g. OpenRouter ids), a case where an upsert with a string "true" silently persisted a disabled link, and cache consistency under concurrent updates.
Recently in this release train
- v0.1.12: a brand-new install now lands on administrator-account creation ("Set up your LiveContext") instead of the "Welcome back" sign-in dead end.
- v0.1.11: fresh installs start with the current AI model catalog (signed bundle applied at first boot, no cloud link needed) and the billing 404 console noise is gone. Updating from v0.1.10 or earlier picks up all of the above with
git pull+docker compose pull+docker compose up -d.
Update an existing install
git pull
docker compose pull
docker compose up -d
The compose file pins this release's image tag, so run git pull first. Your data lives in Docker volumes and is kept across updates.
Fresh install
git clone https://github.com/livecontext-ai/livecontext-ce
cd livecontext-ce
docker compose up -d
Then open http://localhost:3000
Images
- ghcr.io/livecontext-ai/livecontext-ce:v0.1.13
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.13
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.13
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.13 (opt-in renderer profile)