LiveContext CE v0.1.18
What is new
What's new in v0.1.18
Public blog and careers
A public marketing blog is now live at /blog, with localized versions for English, French, German, Spanish, Portuguese, and Chinese. Seven launch articles cover niche-data and AI-automation topics (no-code, workflow vs agent, agent cost budgets, audit trail), each with author bylines and cover images. Full SEO wiring: per-locale canonical and hreflang, BlogPosting and Blog JSON-LD, OpenGraph cards, and server-rendered content for crawlers. A footer Blog link, a header Blog nav entry, and a Careers "Soon" badge round it out.
Marketplace install progress on the card
Confirming an install now returns you straight to the marketplace, where the publication card itself shows the progress: the interface preview un-greys from left to right as the gauge fills to 100%. Once installed, an Open button replaces Install and deep-links into the app. The install state now lives in a shared store, so an install you start from a preview page keeps progressing on its card after you navigate back.
Review approvals from the board and the inbox
Pending User Approval steps can now be reviewed without leaving the page. Board cards that need review get a "Review approvals" button, and the header inbox surfaces Open and Review actions on approval rows, both opening the same review dialog. Also fixed: the split-approval review no longer closes on the last remaining item, and pinning a tested run to production now correctly emits that run's approval and failure notifications.
CE: edit a downloaded application's workflow
Self-hosted installs that acquire an application from the community marketplace now also receive the decoupled, editable workflow twin, matching the local and cloud acquire paths. Previously a cloud-linked CE install got only the run-only application clone and could not edit the downloaded workflow.
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.18
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.18
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.18
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.18 (opt-in renderer profile)