Skip to content

dl4rce/flaiwheel

v3.7.8 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 crash from unbound MD_COUNT variable and ensured Web UI credentials are always displayed.

Full changelog

What's changed

Bug fixes

MD_COUNT: unbound variable crash at end of installer

  • MD_COUNT is set inside _phase8_migration() which runs in a subshell; the variable was never exported back to the parent shell
  • The summary at the end referenced it bare, causing set -u to crash the script
  • Fix: guarded with ${MD_COUNT:-0} — safe default when not propagated

Web UI URL and password not shown in summary

  • Credentials were only displayed through a complex if/elif chain that could fall through to the "still starting" message even when the container was healthy
  • Fix: consolidated into a single block that always tries all three sources in order: ADMIN_PASS variable → docker exec cat /data/.admin_passworddocker logs grep Password: — the box is shown whenever any source returns a value, regardless of install path (fast/update/fresh)
  • The credential box now also includes the URL for clarity

How to upgrade

curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/v3.7.8/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]