Skip to content

claude-flow

v3.32.8 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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

Fixed CI lockfile drift, memory_search namespace regression, and package version lockstep.

Changes in this release

Feature Low

Syncs latest, alpha, and v3alpha dist-tags to 3.32.8 for @claude-flow/cli, claude-flow, and ruflo.

Syncs latest, alpha, and v3alpha dist-tags to 3.32.8 for @claude-flow/cli, claude-flow, and ruflo.

Source: llm_adapter@2026-07-19

Confidence: high

Bugfix Medium

Fixes CI lockfile drift between pnpm-lock.yaml and package.json.

Fixes CI lockfile drift between pnpm-lock.yaml and package.json.

Source: llm_adapter@2026-07-19

Confidence: high

Bugfix Medium

Fixes memory_search regression when namespace parameter is omitted.

Fixes memory_search regression when namespace parameter is omitted.

Source: llm_adapter@2026-07-19

Confidence: high

Bugfix Medium

Aligns package versions of claude-flow, @claude-flow/cli, and ruflo to 3.32.8.

Aligns package versions of claude-flow, @claude-flow/cli, and ruflo to 3.32.8.

Source: llm_adapter@2026-07-19

Confidence: high

Full changelog

v3.32.8 — CI unblock, memory_search fix, version lockstep

Fixed

  • CI-breaking lockfile drift (#2719, #2717): v3/pnpm-lock.yaml was pinned to @claude-flow/security@^3.0.0-alpha.10 while package.json had moved to ^3.0.0-alpha.12, failing every --frozen-lockfile CI job (Type Check V3 and others) on every PR since the drift landed. Regenerated via pnpm install --lockfile-only.
  • MCP memory_search namespace regression (#2646, third occurrence of #1123/#1131): omitting the optional namespace parameter returned 0 results even when data existed across multiple namespaces, because the tool handler coerced an omitted namespace to the literal string 'default' instead of leaving it undefined so the search layer's own namespace || 'all' fallback could fire. Fixed with a regression test that asserts what the tool handler forwards to the search layer directly, so this class of regression is caught at the tool boundary going forward.
  • Package version lockstep (surfaced by #2703): claude-flow had drifted to 3.32.2 while @claude-flow/cli/ruflo were at 3.32.7, failing the Plugin package install-safety CI check. All three packages are now back in lockstep at 3.32.8.

Verified as already fixed (no code change this release)

  • [P0] Worktree daemon fanout quota exhaustion (#2661): confirmed already fixed same-day via #2662/#2663 (shipped v3.27.4/v3.28.0) — repository-scoped supervisor election, workspace leases, and a global AI-launch budget with a circuit breaker replaced the old per-worktree dedup that let every Git worktree spin up its own set of scheduled Claude-powered workers. The tracking issue had stayed open because the fix commits didn't use GitHub's auto-close keyword; closed now with verification (40/43 tests passing; the 3 failures are a Windows symlink-privilege sandbox limitation, not real bugs).

Registry

  • latest, alpha, and v3alpha dist-tags are synced to 3.32.8 across @claude-flow/cli, claude-flow, and ruflo (#2703).

Full Changelog: https://github.com/ruvnet/ruflo/compare/v3.32.7...v3.32.8

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]