Skip to content

dl4rce/flaiwheel

v3.9.14 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

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

Installer now prompts users about cold-start instead of silently skipping when a cached report exists.

Full changelog

Fixed

Fast-path no longer silently skips cold-start

On fast-path (correct version already running), the installer now always asks the user about cold-start instead of silently returning when a cached report exists.

Three prompt variants depending on state:

| State | Prompt |
|---|---|
| Cache exists | "Re-run to refresh? (y/N)" + pointer to cached report |
| Source cloned, no cache | "Run analysis now? (y/N)" |
| Nothing exists | Full cold-start intro + "Run? (y/N)" |

Removed duplicate call

_run_coldstart was being called twice on fast-path — once inside the fast-path summary block and once at the global footer — causing the "already cached" message to print twice. Consolidated to the single footer call.

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]