Skip to content

LiveContext CE v0.1.16

Choose a tag to compare

@livecontext-ai livecontext-ai released this 07 Jul 18:17

What is new

Highlights

  • Approve workflows from Telegram: User Approval nodes can now delegate the decision to Telegram. The approval request arrives as a Telegram message with inline Approve / Reject buttons, and tapping one resolves the workflow approval, including from your phone.

Fixes and improvements

  • Server-side rendering of the public pages restored: pages previously shipped an empty HTML shell and rendered entirely in the browser. First paint is faster and content is correct for crawlers, link previews and no-JavaScript clients.
  • React hydration errors eliminated on public pages: fixed multi-child <style> tags rendering empty on the server, styled-jsx components without an SSR registry, and locale-dependent number formatting in the pricing section.
  • Guard against CDN caching of React Server Component payloads: behind proxies or CDNs that ignore the Vary header (Cloudflare among them), a cached RSC navigation response could be served as the page document. Flight and prefetch responses now always carry Cache-Control: private, no-store. Relevant to self-hosted deployments behind a caching proxy.
  • Docs: the sidebar active state and previous / next links now render correctly server-side on the documentation pages.
  • New public comparison pages on the cloud site (livecontext.ai/compare) and an llms.txt for AI crawlers.

Database migrations

This release includes two schema migrations (V393 approval channel deliveries, V394 approval delegation node docs). They are applied automatically on startup by the migration service; no manual action is needed. As always, update with docker compose pull && docker compose up -d.

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