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