Skip to content

Releases: livecontext-ai/livecontext-ce

LiveContext CE v0.1.22

Choose a tag to compare

@livecontext-ai livecontext-ai released this 14 Jul 19:01

What is new

Highlights

Approvals

  • Customizable Telegram approve/reject button labels per approval node (delegation.approveLabel / rejectLabel, template-capable). Without labels the classic Approve / Reject buttons are unchanged.
  • Optional image on Telegram delegation: photo, caption and buttons in a single message.
  • New continuationMode per_item for approvals inside a Split: each approved item continues immediately instead of waiting for every sibling.

Email automation

  • Email Inbox (IMAP) and Send Email (SMTP) nodes: correct builder credential detection. No more false credential

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

LiveContext CE v0.1.21

Choose a tag to compare

@livecontext-ai livecontext-ai released this 11 Jul 12:55

What is new

Highlights

Side panel & AI Chat

  • Dock the side panel where you want it. The header now has two dock buttons: open the panel on the right or at the bottom. A per-workspace preference chooses the default opening position (right or bottom), so the panel opens where you like across the whole app; the two buttons still override it on the fly.
  • Full-width bottom dock. A "full width" bottom style spans the whole window (sidebar shrinks above it), ideal for demos and screen recording. A "content width" style keeps it beside the sidebar. Both are a preference in Settings.
  • Centered AI Chat welcome. Opening the side-panel AI Chat on an empty conversation now shows a centered composer with a "How can I help you?" title, matching the main chat and the workflow panel.

Interface & search

  • Refreshed UI. A cleaner, ElevenLabs-inspired design pass across buttons, form controls, and modals, plus inspector-toolbar and sidebar polish.
  • Global search. A search bar in the header to jump across your workspace quickly.

MCP server

  • Multiple scoped API keys. Create several named lc_live_ keys, each limited to specific tools (per-tool scopes), so you can hand out least-privilege access to external MCP clients.

Integrations

  • Connect Reddit with a one-click OAuth2 flow (authorization code + refresh).
  • TikTok: video upload tooling with provider-signed (dynamic-URL) upload/download endpoints, plus OAuth token-flow fixes (correct client-id parameter, comma-delimited scopes, BYOK-only publish/research scopes).
  • OAuth: data-driven support for non-standard token flows and a configurable client-id request parameter, broadening the set of providers that connect cleanly.

Fixes

  • The agent chat widget is now removed when you turn it off while editing an agent (it previously stayed live).
  • Catalog credential-invalidation calls are signed, so flipping an integration's auth type and re-importing no longer fails with a 401.

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

LiveContext CE v0.1.20

Choose a tag to compare

@livecontext-ai livecontext-ai released this 09 Jul 14:55

What is new

What's new in v0.1.20

Features

  • Side panel dock position (Right or Bottom). A new preference in Settings > Preferences lets you dock the unified side panel under the content (full width, opens top to bottom, resizes by height) instead of only to the right. The choice is remembered per workspace and the header toggle icon mirrors it (right vs bottom).
  • Workflow AI Chat panel: centered welcome composer. The empty AI Chat tab now shows a centered "How can I help you?" composer, and the canvas hero is hidden while the panel is open.

Fixes

  • Chat: correct agent avatar in the composer. The composer now resolves the linked agent from the conversation's forward link, so it shows the right agent avatar instead of falling back to the model selector.
  • Chat: workflow-assistant inherits your chat defaults. Workflow-assistant conversations now seed from your Preferences chat defaults (temperature, web search, and the rest).
  • Catalog: DeepSeek V4 empty responses fixed. Corrected stale output-token caps that were causing empty agent responses.
  • Workflow in-place runs. An agent-launched run now overlays on the canvas in place (no page refresh), shows the Trigger/Application sub-tabs, and loads the Application with a pulse (not a spinner) for running steps.
  • Pricing: shortened the CE platform-credentials label.

Internal

  • Reverted a late-subscriber snapshot re-request; added an e2e test covering workflow-conversation chat-defaults inheritance.

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

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)

LiveContext CE v0.1.18

Choose a tag to compare

@livecontext-ai livecontext-ai released this 08 Jul 10:02

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)

LiveContext CE v0.1.17

Choose a tag to compare

@livecontext-ai livecontext-ai released this 07 Jul 22:31

What is new

What's new in v0.1.17

Approval delegation to Telegram: now works out of the box

  • The Telegram bot credential is now OPTIONAL on the User Approval node's Delegate

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

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)

LiveContext CE v0.1.15

Choose a tag to compare

@livecontext-ai livecontext-ai released this 07 Jul 11:32

What is new

Changed

  • Landing and social preview image. Shared links to a LiveContext instance now render a proper 1200x630 product card (a live run dashboard) instead of a small square logo, on X, LinkedIn, Slack and other platforms. og:image and twitter:image now match the summary_large_image card type.

Docs

  • README. Added dynamic project badges (GitHub stars, latest release, discussions), a star call to action, and a one line summary: an open-source, self-hosted alternative to n8n, Zapier and Make, with AI agents built in.

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

LiveContext CE v0.1.14

Choose a tag to compare

@livecontext-ai livecontext-ai released this 07 Jul 08:16

What is new

Added

  • Empty model pickers now tell you how to get models. On an install with no cloud link and no provider API key, every model picker (chat composer, agent create/edit modal, workflow node inspectors for Agent/Classify/Guardrail/Browser Agent) used to render silently empty. They now show a clear call to action: Connect to LiveContext Cloud (recommended, one click - the flow completes on Settings > Cloud account) or Add an API key (jumps to Settings > AI Providers). Non-admin members see a note to ask their administrator instead of buttons they could not use.

Fixed

  • Pickers refresh immediately after connecting or adding a key. The cached model catalog is now dropped when the install links/unlinks LiveContext Cloud and when a provider API key is saved or removed, so the pickers repopulate right away instead of staying empty for up to five minutes.

Updating

git pull then 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.14
  • ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.14
  • ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.14
  • ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.14 (opt-in renderer profile)

LiveContext CE v0.1.13

Choose a tag to compare

@livecontext-ai livecontext-ai released this 07 Jul 01:10

What is new

Added

  • Optional components now tell you when they are missing. When an install runs without the opt-in docker profiles (screenshot/PDF renderer, browser agent), the related features used to fail silently. The workflow builder now warns on the affected nodes, a Settings card lists each optional component with its enable command, and AI agents are told which components are unavailable so they stop suggesting them.

Fixed

  • Model execution links are honored everywhere. The browser agent could previously bypass an admin's execution link and run on the original provider key; it now resolves the linked target like every other surface, while billing stays on the billed model. Also fixed: deleting a link whose model id contains a slash (e.g. OpenRouter ids), a case where an upsert with a string "true" silently persisted a disabled link, and cache consistency under concurrent updates.

Recently in this release train

  • v0.1.12: a brand-new install now lands on administrator-account creation ("Set up your LiveContext") instead of the "Welcome back" sign-in dead end.
  • v0.1.11: fresh installs start with the current AI model catalog (signed bundle applied at first boot, no cloud link needed) and the billing 404 console noise is gone. Updating from v0.1.10 or earlier picks up all of the above with git pull + 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.13
  • ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.13
  • ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.13
  • ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.13 (opt-in renderer profile)