LiveContext CE v0.1.20
What is new
What's new in v0.1.20
Features
- Side panel dock position (Right or Bottom). A new preference in Settings > Preferences lets you dock the unified side panel under the content (full width, opens top to bottom, resizes by height) instead of only to the right. The choice is remembered per workspace and the header toggle icon mirrors it (right vs bottom).
- Workflow AI Chat panel: centered welcome composer. The empty AI Chat tab now shows a centered "How can I help you?" composer, and the canvas hero is hidden while the panel is open.
Fixes
- Chat: correct agent avatar in the composer. The composer now resolves the linked agent from the conversation's forward link, so it shows the right agent avatar instead of falling back to the model selector.
- Chat: workflow-assistant inherits your chat defaults. Workflow-assistant conversations now seed from your Preferences chat defaults (temperature, web search, and the rest).
- Catalog: DeepSeek V4 empty responses fixed. Corrected stale output-token caps that were causing empty agent responses.
- Workflow in-place runs. An agent-launched run now overlays on the canvas in place (no page refresh), shows the Trigger/Application sub-tabs, and loads the Application with a pulse (not a spinner) for running steps.
- Pricing: shortened the CE platform-credentials label.
Internal
- Reverted a late-subscriber snapshot re-request; added an e2e test covering workflow-conversation chat-defaults inheritance.
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.20
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.20
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.20
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.20 (opt-in renderer profile)