Skip to content

v1.25.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 22:05

Changes

  • fix(ci): serialize Next.js build workers under qemu emulation (arm64 SIGILL) (2b41e4d)
  • chore(release): v1.25.3 — the prompt layer gets a full engineering pass (HITL examples fix, provider-agnostic prompt caching, CI guards) (5e197d0)

Docker Images

docker pull ghcr.io/jgouviergmail/LIA-Assistant/api:v1.25.3
docker pull ghcr.io/jgouviergmail/LIA-Assistant/web:v1.25.3

Quick Start

git clone https://github.com/jgouviergmail/LIA-Assistant.git
cd LIA-Assistant
cp .env.example .env
docker compose up -d

Full Changelog: v1.25.2...v1.25.3