Skip to content

Releases: tryweb/ai-engkit

v1.19.3

Choose a tag to compare

@github-actions github-actions released this 21 Sep 10:15

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.19.3

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.19.2)

Fixed

  • Harden overlay staging file creation against symlink and pre-existing path attacks
  • Move Admin overlay validation staging into the writable admin-data mount

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 20
Medium 613
Low 119

Generated by GitHub Actions


Promoted to stable channel: 2026-09-23 07:44 UTC

v1.19.2

Choose a tag to compare

@github-actions github-actions released this 21 Sep 02:32

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.19.2

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.19.1)

Added

  • Bump OpenChamber 1.24.1 → 1.24.2 + Playwright MCP 0.0.81 → 0.0.82
  • Bump OpenChamber 1.24.0 → 1.24.1
  • Show LeanCTX status in Projects UI
  • Expose LeanCTX project status API
  • Include LeanCTX status in project overview
  • Cache project LeanCTX status scans
  • Add per-project LeanCTX projection

Fixed

  • Use JS comments in github-script to fix SyntaxError
  • Disable WebMCP by default in pw-mcp wrapper
  • Remove OpenChamber tarball-patch workaround (#3633) — web 1.24.1 installable from npm

Documentation

  • Add domain review-capability integration example (#74)
  • Archive project LeanCTX status change
  • Sync project status specification
  • Document project capability badges

Changed

  • Upgrade OpenChamber from 1.24.0 to 1.24.2.
  • Upgrade @playwright/mcp from 0.0.81 to 0.0.82.

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 20
Medium 613
Low 119

Generated by GitHub Actions

v1.19.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 09:31

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.19.1

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.19.0)

Added

  • Bump OpenSpec 1.13.0 → 1.13.1
  • Bump lean-ctx 3.10.1 → 3.10.2
  • Bump OpenChamber 1.23.2 → 1.24.0, Bun 1.3.14 → 1.4.2

Fixed

  • Isolate lean-ctx config fixtures from the host's live configuration

Documentation

  • Align overlay validation wording
  • Clarify restart race backup limits
  • Clarify OpenChamber upgrade incident history
  • Update upgrade script rollback guidance
  • Update upgrade verification guidance
  • Align architecture with overlay upgrade flow
  • Clarify compose overlay configuration and restore

Changed

  • Upgrade OpenSpec from 1.13.0 to 1.13.1.
  • Upgrade lean-ctx from 3.10.1 to 3.10.2.
  • Upgrade OpenChamber from 1.23.2 to 1.24.0.
  • Upgrade Bun from 1.3.14 to 1.4.2.

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 20
Medium 556
Low 119

Generated by GitHub Actions

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 09:04

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.19.0

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.18.13)

Added

  • Bump Docker 29.8.0 → 29.8.1, glab 1.117.0 → 1.118.0, gh 2.100.0 → 2.101.0
  • Wire overlay host paths
  • Preserve domain compose overlays
  • Expose overlay status
  • Make upgrades overlay aware
  • Preserve overlay across lifecycle restarts
  • Add compose overlay resolver

Fixed

  • Ship compose overlay fixtures in image so admin tests pass

Documentation

  • Sync overlay requirements
  • Archive overlay specification
  • Archive overlay design tasks
  • Archive overlay proposal metadata
  • Add compose overlay ownership guide
  • Document compose overlay configuration

Changed

  • Verify overlay runtime after recreation
  • Add compose overlay fixtures
  • Enforce dev compose isolation
  • Cover lifecycle overlay restarts

Changed

  • Upgrade Docker Engine from 29.8.0 to 29.8.1.
  • Upgrade GitHub CLI from 2.100.0 to 2.101.0.
  • Upgrade GitLab CLI from 1.117.0 to 1.118.0.

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 20
Medium 524
Low 119

Generated by GitHub Actions

v1.18.13

Choose a tag to compare

@github-actions github-actions released this 15 Sep 04:15

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.18.13

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.18.12)

Added

  • Bump OpenCode 1.18.30 → 1.18.31, OpenChamber 1.23.1 → 1.23.2, @playwright/mcp 0.0.80 → 0.0.81

Documentation

  • Record the WebMCP default-disabled architecture decision
  • Record OMO fallback_models discriminating experiment results
  • Drop the OMO V2 gate and add the lean-ctx V2 assessment to the migration watch

Changed

  • Gate auto-tag on unreleased commits and fix dedup collision
  • Gate auto-release on unreleased commits
  • Upgrade OpenCode from 1.18.30 to 1.18.31.
  • Upgrade OpenChamber from 1.23.1 to 1.23.2.
  • Upgrade @playwright/mcp from 0.0.80 to 0.0.81.

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 24
Medium 509
Low 120

Generated by GitHub Actions

v1.18.12

Choose a tag to compare

@github-actions github-actions released this 13 Sep 23:40

Dependency Updates

Automated patch release for dependency updates.

Latest Package Changes

[]

APT Updates

3 packages have updates: libc6 (2.39-0ubuntu8.8),base-files (13ubuntu10.4),libc-bin (2.39-0ubuntu8.8)

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.18.12

Quick Start

cp .env.example .env
docker compose up -d

Generated by Dependency Update workflow


Promoted to stable channel: 2026-09-14 05:59 UTC

v1.18.11

Choose a tag to compare

@github-actions github-actions released this 12 Sep 02:21

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.18.11

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.18.10)

Added

  • Bump buildx 0.37.0 → 0.37.1, openchamber 1.23.0 → 1.23.1
  • Lock retention enable until first manual success
  • Reschedule maintenance when retention policy is saved
  • Pass allowDisabledPolicy on manual maintenance runs
  • Re-arm scheduler timer when dailyRunAt changes
  • Let manual db maintenance bypass the disabled-policy gate

Documentation

  • Capture db maintenance verification and MCP timeout knowledge
  • Drop English-only rule for new entries

Changed

  • Upgrade Docker Buildx from 0.37.0 to 0.37.1.
  • Upgrade OpenChamber from 1.23.0 to 1.23.1.

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 24
Medium 557
Low 120

Generated by GitHub Actions

v1.18.10

Choose a tag to compare

@github-actions github-actions released this 11 Sep 03:43

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.18.10

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.18.9)

Added

  • Add generic multi-skill auto-upgrade for all bootstrappable skills
  • Add auto-upgrade for bootstrapped skills on container start

Fixed

  • Persist database maintenance success state across admin container restarts
  • Avoid pipefail false failures in admin UI smoke assertions
  • Restore entrypoint test extraction and fix upgrade assertion casing
  • Use BEGIN/END markers for function extraction
  • Replace sed extraction with awk for cross-platform stability

Removed

  • Remove stale baked-skills knowledge-capture copy

Documentation

  • Capture CI smoke-test pipefail troubleshooting
  • Capture knowledge for updating AI-EngKit built-in skills

Changed

  • Update bootstrap-knowledge.sh to output folder SKILL.md format

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 24
Medium 555
Low 120

Generated by GitHub Actions

v1.18.9

Choose a tag to compare

@github-actions github-actions released this 09 Sep 23:30

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.18.9

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.18.8)

Added

  • Bump OpenCode 1.18.29 → 1.18.30, OpenChamber 1.22.2 → 1.23.0, glab 1.116.0 → 1.117.0, OpenSpec 1.12.0 → 1.13.0
  • Highlight CodeGraph reindex state in amber

Documentation

  • Update OMO v5 upgrade risk assessment

Changed

  • Upgrade OpenCode from 1.18.29 to 1.18.30.
  • Upgrade OpenChamber from 1.22.2 to 1.23.0.
  • Upgrade GitLab CLI from 1.116.0 to 1.117.0.
  • Upgrade OpenSpec from 1.12.0 to 1.13.0.

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 24
Medium 551
Low 120

Generated by GitHub Actions

v1.18.8

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:25

Docker Image

docker pull ghcr.io/tryweb/ai-engkit:v1.18.8

Quick Start

cp .env.example .env
docker compose up -d

Changes (since v1.18.7)

Added

  • Add Google to key-managed providers
  • Hydrate component versions asynchronously
  • Add async upgrade loading states
  • Dashboard Projects card shows CodeGraph index health
  • Dashboard LSP pill with enabled count and deferred hydration

Fixed

  • Render upgrade shell before version discovery

Changed

  • Polish Providers UI with icons, status and review fixes
  • Simplify LSP server management display

Test Results

Job Status
Integration Tests ✅ Passed
Vulnerability Scan ✅ No new Critical/High findings

Vulnerability findings by severity

Severity Findings
Critical 1
High 24
Medium 551
Low 120

Generated by GitHub Actions