This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryLive progress bars now appear for refresh and ingest stages, and rate‑limit waits are narrated.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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 silent —
refreshshows 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.
ingestshows 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
About Alluvia
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]