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)