Skip to content

dl4rce/flaiwheel

v3.9.15 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

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

Improved file classification heuristics reduce changelog over-classification.

Full changelog

Improved: Extension + filename heuristics for non-code files

The "other" file bucket (YAML, TOML, SQL, env, Prisma, etc.) previously fell through to the embedding classifier, causing changelog over-classification on large mixed codebases. Now resolved by extension and filename before any embedding is needed:

| Extension / Filename | Category |
|---|---|
| .yml, .yaml, .toml, .env, .ini, .conf, .cfg | setup |
| .sql, .prisma, .graphql, .gql, .proto | architecture |
| CHANGELOG*, HISTORY*, RELEASES* (stem) | changelog |
| Dockerfile, docker-compose (stem) | setup |
| Markdown in docs/ or documentation/ | architecture |
| Other markdown | embedding fallback |

Result: changelog now correctly narrows to actual changelog/release files only.

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]