This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed curl | bash causing read prompts to silently consume script output.
Full changelog
What's new in v3.6.4
Bug fix
curl | bash connects stdin to the pipe, not the terminal. Any read -p prompt would silently consume script content instead of waiting for keyboard input.
The previous fix (</dev/tty) was correct in principle but GitHub's CDN was serving a cached version, so it never reached users.
New approach: The script now detects when stdin is not a terminal ([ ! -t 0 ]) and immediately re-execs itself after downloading to a temp file — giving all interactive prompts a proper terminal connection. This is the robust, cache-independent fix.
# Works correctly now:
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]