Skip to content

LiveContext CE v0.1.19

Choose a tag to compare

@livecontext-ai livecontext-ai released this 08 Jul 13:40

What is new

What's new in v0.1.19

Consistent text filter on every list action

All agent-tool list actions now accept the same query free-text filter, so listing workflows, tools, runs, and the rest narrows results the same way everywhere instead of each action having its own (or no) filter. Covered by a live CE MCP contract test.

Live updates: no more missing snapshot for late joiners

Fixed a websocket race where a handler that subscribed to an already-open channel could miss the initial state. A late-joining handler now re-requests a snapshot, so panels that mount after a stream is live still render the current data.

Workflow canvas follows the agent

When the agent runs the workflow you have open, the left canvas now flips to run mode automatically, so you watch the execution live instead of staying on the edit view.

Security and polish

  • Removed 4 over-broad Google scopes from the shared verified OAuth client, tightening what the platform requests by default.
  • Footer social icons are left-aligned with tighter, more consistent responsive spacing.

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.19
  • ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.19
  • ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.19
  • ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.19 (opt-in renderer profile)