This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed deferred automatic indexing when adding a new project via the web UI.
Full changelog
What's Changed
Fixed
- No auto-index on project add — adding a project via the web UI no longer immediately pulls and embeds the knowledge repo.
setup_new_project()previously called_initial_index()immediately after cloning, polluting the vector DB before the user had reviewed the content. Indexing is now intentionally deferred — the user must trigger it explicitly via "Git Pull + Reindex" or thereindex()MCP tool.
Not affected
Bootstrap indexing on server restart (existing projects) still runs as expected.
How to 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]