LiveContext CE v0.2.9
What is new
Workflow builder
-
The node palette is usable in the bottom dock. Opening Add Node with the panel docked at the bottom showed "Frequently Used" and nothing else, with no scrollbar to reach the rest. The palette is one scrolling list now, with the search and the breadcrumb pinned above it. Drilling into a category also lands at the top of the list instead of part-way down, and the Frequently Used grid lines up with the rest of the panel.
-
The run bar opens the run panel. Clicking the bar (or pressing Enter or Space on it) opens the current run. The version chip still opens the run history, and stop or cancel still stops the run.
-
Stop is always reachable. Stop, cancel and reactivate move to the far right of the run bar, on the canvas and in the side panel alike, and sit outside the scrolling area so they can never scroll out of reach.
-
The run chips scroll instead of vanishing. On a narrow canvas or inside a side panel the chips were hidden below certain widths, which also hid the only route into the run history. They scroll horizontally now.
Look and feel
- The mode toggle, the run bar and the bottom canvas toolbar now use the same flat square controls as the rest of the app, at one shared height, and follow the light and dark palettes instead of hardcoded colors.
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
Pull from whichever registry you prefer, the digests are identical.
-
ghcr.io/livecontext-ai/livecontext-ce:v0.2.9 -
ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.2.9 -
ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.2.9 -
ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.2.9(opt-in renderer profile) -
docker.io/livecontext/livecontext-ce:v0.2.9 -
docker.io/livecontext/livecontext-ce-frontend:v0.2.9 -
docker.io/livecontext/livecontext-ce-bridge:v0.2.9 -
docker.io/livecontext/livecontext-ce-screenshot-renderer:v0.2.9(opt-in renderer profile) -
quay.io/livecontext/livecontext-ce:v0.2.9 -
quay.io/livecontext/livecontext-ce-frontend:v0.2.9 -
quay.io/livecontext/livecontext-ce-bridge:v0.2.9 -
quay.io/livecontext/livecontext-ce-screenshot-renderer:v0.2.9(opt-in renderer profile)
Each image is also tagged v0.2, v0 and latest if you prefer to track a moving line rather than pin an exact release.