Skip to content

Alluvia

v0.1.2 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 17d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-memory claude cursor developer-tools knowledge-management local-first
+2 more
mcp sqlite

Summary

AI summary

Live progress bars now appear for refresh and ingest stages, and rate‑limit waits are narrated.

Changes in this release

Feature Medium

Adds live progress bars for `refresh` and `ingest` commands.

Adds live progress bars for `refresh` and `ingest` commands.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Medium

Adds narrated wait messages for rate‑limit delays and first‑run model download.

Adds narrated wait messages for rate‑limit delays and first‑run model download.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Low

Adds `alluvia --version` command to display version information.

Adds `alluvia --version` command to display version information.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Low

Adds issue and PR templates for bug reports, feature requests, and RFCs.

Adds issue and PR templates for bug reports, feature requests, and RFCs.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Low

Ensures progress output is CLI‑only, leaving MCP tools, library callers, and tests unaffected.

Ensures progress output is CLI‑only, leaving MCP tools, library callers, and tests unaffected.

Source: llm_adapter@2026-07-18

Confidence: high

Full changelog

You can now see what alluvia is doing (#4). Long stages used to run silently and
look hung — worst of all a first refresh, which downloads the local
embedding model with no output at all.

  • Live progress everywhere it was silentrefresh shows each stage
    (distilling N sessions, embedding, mapping themes, linking) with rich
    progress bars on a terminal and plain line output when piped or in CI.
    ingest shows a running session count.
  • Deliberate waits are narrated — when the governor waits out a rate
    limit it says so (⏳ rate-limited: waiting 30s (model)) instead of
    freezing; the first-run embedding-model download announces itself.
  • Embeddings run in batches so progress moves (and memory stays flat).
  • alluvia --version.
  • Issue templates (bug report asks exactly for the refresh summary and
    version; feature template fits both small asks and full RFCs) and a PR
    template with a test-first checklist.
  • MCP tools, library callers, and the test suite see zero new output —
    progress is CLI-only by construction.

Install: uv tool install alluvia · PyPI · Closes #4

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 Alluvia

Get notified when new releases ship.

Sign up free

About Alluvia

All releases →

Related context

Earlier breaking changes

  • v0.3.0 MCP writes become opt-in by default.
  • v0.1.1 All environment variables now require the ALLUVIA_ prefix.

Beta — feedback welcome: [email protected]