LiveContext CE v0.1.21
What is new
Highlights
Side panel & AI Chat
- Dock the side panel where you want it. The header now has two dock buttons: open the panel on the right or at the bottom. A per-workspace preference chooses the default opening position (right or bottom), so the panel opens where you like across the whole app; the two buttons still override it on the fly.
- Full-width bottom dock. A "full width" bottom style spans the whole window (sidebar shrinks above it), ideal for demos and screen recording. A "content width" style keeps it beside the sidebar. Both are a preference in Settings.
- Centered AI Chat welcome. Opening the side-panel AI Chat on an empty conversation now shows a centered composer with a "How can I help you?" title, matching the main chat and the workflow panel.
Interface & search
- Refreshed UI. A cleaner, ElevenLabs-inspired design pass across buttons, form controls, and modals, plus inspector-toolbar and sidebar polish.
- Global search. A search bar in the header to jump across your workspace quickly.
MCP server
- Multiple scoped API keys. Create several named
lc_live_keys, each limited to specific tools (per-tool scopes), so you can hand out least-privilege access to external MCP clients.
Integrations
- Connect Reddit with a one-click OAuth2 flow (authorization code + refresh).
- TikTok: video upload tooling with provider-signed (dynamic-URL) upload/download endpoints, plus OAuth token-flow fixes (correct client-id parameter, comma-delimited scopes, BYOK-only publish/research scopes).
- OAuth: data-driven support for non-standard token flows and a configurable client-id request parameter, broadening the set of providers that connect cleanly.
Fixes
- The agent chat widget is now removed when you turn it off while editing an agent (it previously stayed live).
- Catalog credential-invalidation calls are signed, so flipping an integration's auth type and re-importing no longer fails with a 401.
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.21
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.21
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.21
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.21 (opt-in renderer profile)