Skip to content

claude-flow

v3.32.19 Feature

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

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai agentic-framework agentic-workflow agents ai-agents ai-assistant
+14 more
ai-coding ai-skills autonomous-agents claude-code codex harness mcp-server multi-agent multi-agent-systems npm skills swarm swarm-intelligence typescript

Summary

AI summary

Added ruflo memory select-operator with budget‑aware rule‑based consolidation operator picker.

Full changelog

Budget-aware consolidation-operator picker. Fourth of the four bounded dream-cycle items ready this session (#2727 IB+VQ remains — real VQ codec, own PR).

Added

ruflo memory select-operator --budget N --entries K [--hint duplicates|verbose|patterns|general]

Rule-based picker over four consolidation operators:

| Operator | Cost/entry | Max entries | Best when |
|---|---|---|---|
| merge | 0.02 | 5000 | Near-duplicate deterministic collapse |
| summarize | 0.50 | 500 | Verbose logs / traj steps sharing a theme |
| compress | 1.50 | 200 | High-fidelity pattern preservation |
| distill | 3.00 | 100 | Extract high-value patterns for ReasoningBank |

Three selection rules:

  1. Hint-driven pick when the hinted operator fits the budget.
  2. Otherwise most-expensive-that-still-fits (spend the whole budget on best fidelity).
  3. When nothing fits, fall back to merge with needsSplit + batch size ≤ budget/cost.

Advisory only in v1 — no automatic wire into memory consolidate (same safety pattern as #2760 SCM classifier).

Verification

  • Regression tests: 7/7 (all three rules + hint-fits, hint-doesnt-fit, ranking, needsSplit)
  • E2E matrix: 5 scenarios verified end-to-end (summarize-fits-exactly, distill-most-expensive-fit, tiny-budget-huge-set-merge-split, hint-ignored-when-doesnt-fit, distill-with-split)

Upgrade

npx ruflo@latest --version   # → 3.32.19

Refs: dream-cycle #2763 (2026-07-23).

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 claude-flow

Get notified when new releases ship.

Sign up free

About claude-flow

Deploy multi-agent swarms with coordinated workflows.

All releases →

Related context

Beta — feedback welcome: [email protected]