Skip to content

claude-flow

v3.32.11 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

Affected surfaces

breaking_upgrade

Summary

AI summary

Updates pattern, Before, and After across a mixed release.

Full changelog

Follow-up patch closing the last remaining item flagged by the 2026-07-26 tracker-sweep agent — the sweep tagged it "architectural" but investigation showed a much smaller surgical fix was available.

Fixed

  • #2786 fix-3bridgeRecordFeedback no longer silently swallows every call. The prior code called learningSystem.recordFeedback/.record and reasoningBank.recordOutcome/.record, but the registry actually wires the LOCAL intelligence classes (LocalSonaCoordinator / LocalReasoningBank) via initializeIntelligence() in memory/intelligence.ts — those classes never had those methods, and two catch { /* API mismatch — skip */ } blocks made the failure invisible. Fix: call the real public API intelligence.recordTrajectory(steps, verdict) — same call hooks_post-command already uses. Pattern-store branch also fixed to call LocalReasoningBank.store(pattern) (the one method that actually exists). No mocks, no silent catches on the happy path.

E2E verification (no mocks)

Fresh scratch cwd, memory init + 3× hooks post-task --task ... --store-results true:

  • Before: hooks intelligence stats → 0 trajectories
  • After: 6 trajectories on disk + 3 pattern entries (~/.claude-flow/neural/stats.json)

Upgrade

npx ruflo@latest --version   # → 3.32.11

Closes: #2786 (the last remaining fix from the 2026-07-26 sweep).

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]