LiveContext CE v0.1.14
What is new
Added
- Empty model pickers now tell you how to get models. On an install with no cloud link and no provider API key, every model picker (chat composer, agent create/edit modal, workflow node inspectors for Agent/Classify/Guardrail/Browser Agent) used to render silently empty. They now show a clear call to action: Connect to LiveContext Cloud (recommended, one click - the flow completes on Settings > Cloud account) or Add an API key (jumps to Settings > AI Providers). Non-admin members see a note to ask their administrator instead of buttons they could not use.
Fixed
- Pickers refresh immediately after connecting or adding a key. The cached model catalog is now dropped when the install links/unlinks LiveContext Cloud and when a provider API key is saved or removed, so the pickers repopulate right away instead of staying empty for up to five minutes.
Updating
git pull then 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.14
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.14
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.14
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.14 (opt-in renderer profile)