Skip to content

dl4rce/flaiwheel

v3.7.7 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed 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:

  1. CDN-cached version check: LATEST_VERSION was fetched from /main/ branch URL, which GitHub's CDN caches aggressively. This returned a stale old version number, making RUNNING_VERSION != LATEST_VERSION always 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.

  2. Unconditional rebuild in UPDATE_MODE: even when docker rmi left the image intact (partial removal, layer sharing), build_image() was always called. Fixed: now guarded with docker 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

Track dl4rce/flaiwheel

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]