This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed installer retrying analyze_codebase() up to 90 seconds on fresh installs.
Full changelog
Fix
The analyze_codebase() call at the end of install.sh now retries for up to 90 seconds instead of giving up on the first attempt.
On a fresh install the embedding model is still downloading when the installer reaches the cold-start step. The single-shot call always failed and printed:
[!] Report not available yet (container may still be loading embedding model).
Now the installer retries every 5 seconds (up to 18 attempts / 90s) and prints a live progress line. The cold-start report is printed inline as soon as the model finishes loading.
Upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/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]