Download Latest Version v3.5.59 -- Full Capability Verification_ 291 Tests, 314 MCP Tools, 38 CLI Commands source code.tar.gz (88.0 MB)
Email in envelope

Get an email when there's a new version of Claude-Flow

Home / v3.5.49
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-02 885 Bytes
v3.5.49 -- P0 Daemon _ AgentDB Controller Fixes source code.tar.gz 2026-04-02 87.9 MB
v3.5.49 -- P0 Daemon _ AgentDB Controller Fixes source code.zip 2026-04-02 94.0 MB
Totals: 3 Items   182.0 MB 0

P0 Fixes

[#1478]: Daemon Dies Immediately After Spawn

  • Removed premature PID file write that caused self-detection race condition
  • Added ref'd setInterval keepalive (unref'd timers don't keep Node.js alive)
  • Changed detached spawn stdio from numeric FDs to 'ignore' (fixes Windows child death)

[#1492]: ESM require('path') Disables All 15 AgentDB Controllers

  • require('path') throws ReferenceError in ESM context, silently killing initAgentDB()
  • Replaced with await import('node:path') — works in both ESM and CJS

[#1492] (Bug 2): bridgeSearchPatterns Wrong Method

  • ReasoningBank exposes .search() not .searchPatterns() in some versions
  • Added fallback: tries .searchPatterns() first, falls back to .search()

Stats

  • 1725 tests pass (28 files, 0 failures)
  • Published: @claude-flow/cli@3.5.49, claude-flow@3.5.49, ruflo@3.5.49
Source: README.md, updated 2026-04-02