LiveContext CE v0.1.10
What is new
LiveContext Community Edition v0.1.10
Documentation
- Rebuilt the entire in-app /docs site into a source-verified, 22-page reference (13 pages rewritten, 9 new: Models, Expressions, Organizations, Runs, Files, Billing, Skills, Browser Agent, REST API), each written strictly from the codebase and independently QA-verified.
- Corrected Switch node semantics (first matching case only, not multi-match) in the node reference.
Agents and tools
- Cloud MCP server now aggregates all sibling-service tools, exposing the full tool set.
- Completed the node-documentation audit across all 61 node types and wired previously-dropped parameters (limit input, respond-to-webhook headers, offset).
- Made the help tool coherent with the real tool set and refreshed the Agent Tools API reference.
Workflow execution
- Durable per-item backfill so Split cross-item consumers no longer collapse to item 0 across pod restarts or multi-pod runs.
- Aligned Split, Find and Loop output schemas with the backend and surfaced runtime-only outputs.
- User Approval: the resolved approval context now survives into the node output after resolution.
- Run state: the REST state endpoint separates awaiting-signal nodes from running ones.
- All-epochs canvas shows cumulative status (success and failure win over skipped).
Marketplace and UI
- Marketplace preview: fullscreen support, and the app-panel button is hidden inside an application.
- Data table: the selection pill floats correctly inside side-panel tables.
API catalog
- Corrected several hundred live-verified inconsistencies across the top-100 API definitions (icons, credential keys, output schemas, execution modes).
Security and housekeeping
- Reverted the temporary gmail.readonly shared-OAuth exposure (back to bring-your-own-key only).
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.10
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.10
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.10
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.10 (opt-in renderer profile)