Skip to content

LiveContext CE v0.1.6

Choose a tag to compare

@livecontext-ai livecontext-ai released this 02 Jul 20:32

What is new

  • Fix: branching-node ports can no longer desync from their declared outputs. Connecting one more branch than a Fork declares now extends the fork automatically; Option/Classify/Switch refuse the extra connection with a clear message (previously the extra edge landed on an undeclared port and silently collapsed onto an existing branch at runtime: two nodes sharing one branch, one branch never firing).
  • Fix: Decision's automatic else-if expansion wired a port one index above the declared one whenever an else branch was already connected.
  • New: plan validation flags edges that reference undeclared ports (PORT_INDEX_OUT_OF_RANGE), catching imported or hand-authored plans with the same defect.
  • Improvement: the Bundles tab no longer presents a fresh unlinked install as an error: "not linked" is now a translated informational status with a hint, and only real failures show in red.
  • New: self-hosted installs behind a TLS-intercepting proxy (corporate MITM/antivirus) can mount their root CA into /app/extra-ca; the runtime imports it at startup so cloud syncs and update checks work (see README troubleshooting).
  • New: the livecontext.ai landing site has a live /changelog page fed by these releases.

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.6
  • ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.6
  • ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.6