Skip to content

dl4rce/flaiwheel

v3.9.9 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed cold‑start detection for fast‑path and additional project scenarios.

Full changelog

Fix

Cold-start was only offered during the full install/update path. Two cases were broken:

  1. Fast-path (version already correct, container running) — no cold-start prompt, no clone, nothing
  2. Additional project (running install.sh from a different project dir with the same container) — same problem

Changes

Cold-start logic is now in a shared _run_coldstart() function called from all three paths.

Smart three-state detection runs every time:

| State | Action |
|---|---|
| /data/coldstart-<project>.md exists | Report cached, skip silently |
| /src/<project> cloned but no cache | Run analysis immediately, no prompt |
| Neither exists | Ask user (default N) |

This means:

  • Running install.sh from aicollab-nexus/ with flaiwheel-flaiwheel already running → correctly offers cold-start for that project
  • Re-running from the same project → sees the cache, skips instantly
  • New project on existing container → auto-detects which state it's in

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

Track dl4rce/flaiwheel

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]