This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed Glama "Try in Browser" crash loop caused by stdout corruption in stdio mode.
Full changelog
What's changed
Fixed
-
Glama "Try in Browser" crash loop —
entrypoint.shwas printing banner text and downloading embedding models to stdout before launching Python. In stdio mode, stdout is reserved for JSON-RPC; those prints corrupted the MCP stream, causing Glama to crash and retrigger rebuilds.entrypoint.shnow detectsMCP_TRANSPORT=stdioand immediatelyexecspython -m flaiwheel, skipping all stdout output and model downloads entirely. -
No change to SSE / Docker / Web-UI behaviour — the fix is a 5-line early-exit that only activates when
MCP_TRANSPORT=stdio.
Upgrading
bash <(curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh)
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]