| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 1.1 kB | |
| v3.5.50 -- 4 Critical Bug Fixes source code.tar.gz | 2026-04-02 | 87.9 MB | |
| v3.5.50 -- 4 Critical Bug Fixes source code.zip | 2026-04-02 | 94.0 MB | |
| Totals: 3 Items | 182.0 MB | 0 | |
Fixes
[#1499]: ReasoningBank Controller Disabled
- Missing
embedderparam when instantiatingReasoningBankinControllerRegistry - Added
createEmbeddingService()call, matching the pattern used byHierarchicalMemoryandMemoryConsolidation
[#1490]: SQLite Database Path Relative to CWD
- All
path.join(process.cwd(), '.swarm')changed topath.resolve() - Prevents data loss when MCP server's working directory changes between restarts
[#1489]: memory_search Defaults to 'default' Namespace
- When namespace is not explicitly provided, search now queries ALL namespaces
- Previously defaulted to
'default', silently returning empty results for entries in named namespaces
[#1484]: init --full Hooks Never Fire
writeSettingsskipped writing hooks if.claude/settings.jsonalready existed- Now merges hooks, env vars, and permissions into existing settings instead of skipping
ruflo init --fullis now a single command that produces a working setup
Stats
- 1725 tests pass (28 files, 0 failures)
- Published:
@claude-flow/cli@3.5.50,claude-flow@3.5.50,ruflo@3.5.50