This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed prompt timing to appear immediately after embedding model selection instead of after long-running operations.
Full changelog
Fix
The cold-start analysis question (Run cold-start source code analysis? (y/N)) was placed after the final summary block — meaning it appeared only after the Docker image rebuild and container restart. For update runs this could be several minutes of silent output before the prompt appeared.
The prompt is now asked right after the embedding model selection, batching all interactive questions upfront before any long-running operations begin. The actual clone and analyze_codebase() call still executes at the very end once the container is healthy.
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]