This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed 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_COUNTis 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 -uto 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_PASSvariable →docker exec cat /data/.admin_password→docker 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
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]