This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed installer rebuilding Docker image on every re-run, reducing upgrade time from minutes to seconds.
Full changelog
What's changed
Bug fixes
Installer was rebuilding the Docker image on every re-run — two root causes:
-
CDN-cached version check:
LATEST_VERSIONwas fetched from/main/branch URL, which GitHub's CDN caches aggressively. This returned a stale old version number, makingRUNNING_VERSION != LATEST_VERSIONalways true → triggering UPDATE_MODE on every run even when already up to date. Fixed: version is now fetched from the pinned tag URL (/v3.7.7/) which is immutable and cache-safe. -
Unconditional rebuild in UPDATE_MODE: even when
docker rmileft the image intact (partial removal, layer sharing),build_image()was always called. Fixed: now guarded withdocker image inspect— rebuild only runs when the image is actually missing.
Result: Re-running the installer on an up-to-date system now takes seconds instead of 7 minutes.
How to upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/v3.7.7/scripts/install.sh | bash
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dl4rce/flaiwheel
Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.
Related context
Beta — feedback welcome: [email protected]