All notable changes to the Ruflo project (formerly Claude Flow) are documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Configurable statusline cost segment via two environment variables (defaults unchanged):
RUFLO_STATUSLINE_COST_SYMBOL— override the leading$(e.g.⚡,€,🌱); empty string shows the number alone.RUFLO_STATUSLINE_HIDE_COST—1/true/yes/onhides the segment.cost.total_cost_usdis a client-side estimate that may differ from the actual bill and is misleading on subscription plans.
This release marks the official rebranding from Claude Flow to Ruflo and represents the first major stable release after 5,800+ commits, 55 alpha iterations, and 10 months of development.
- Rebranding: Claude Flow → Ruflo across all packages (
@claude-flow/cli,claude-flow,ruflo) - agentic-flow v3.0.0-alpha.1 Integration: Full deep integration with 10 subpath exports (ReasoningBank, Router, Orchestration, Agent Booster, SDK, Security, QUIC transport)
- AgentDB v3.0.0-alpha.9: 8 new controllers (HierarchicalMemory, MemoryConsolidation, SemanticRouter, GNNService, RVFOptimizer, MutationGuard, AttestationLog, GuardedVectorBackend) + 6 MCP tools
- 215 MCP Tools: Full Model Context Protocol server with vector memory, neural training, swarm coordination
- Security Hardening: Command injection fix, TOCTOU race fix, eliminated hardcoded HMAC keys, timing attack fixes
- Doctor Health Check: New
agentic-flowdiagnostic (filesystem-based, ESM-compatible) - 0 Production Vulnerabilities: Clean
npm auditacross all packages
agentic-flow-bridge.ts— Unified lazy-loading bridge for all agentic-flow v3 modules- Tiered embedding resolution: ReasoningBank WASM (Tier 1) → @claude-flow/embeddings (Tier 2) → mock fallback (Tier 3)
- Agent Booster local import with npx fallback
checkAgenticFlow()doctor health check- 7 TypeScript module declarations for agentic-flow subpath exports
- ADR-056: agentic-flow v3 Integration Architecture
- Command injection vulnerability in enhanced-model-router.ts (SAFE_LANGUAGES whitelist)
- TOCTOU race condition in bridge singleton initialization (Promise-based caching)
- 22 agent/skill files updated from stale v1.5.11/v2.0.0-alpha to v3.0.0-alpha.1
- ESM compatibility for doctor checks (filesystem-based instead of
require.resolve) - @ruvector/gnn pinned to 0.1.25 to fix fatal process crash (issue #216)
- All 3 packages bumped from
3.1.0-alpha.55to3.5.0 - Publish tags changed from
alpha/v3alphatolatest - agentic-flow minimum version:
0.1.0→3.0.0-alpha.1 - agentdb minimum version:
2.0.0-alpha.3.4→3.0.0-alpha.10
- Activated 8 AgentDB v3 controllers with MutationGuard proof engine
- Added 6 new MCP tools:
agentdb_hierarchical_*,agentdb_consolidation_*,agentdb_semantic_* - Fixed controller registry activation bugs (ADR-055)
- Statusline fixes for real-time controller status
- Pinned @ruvector/gnn@0.1.25 to fix fatal process crash
- Fixed CLI branding: show 'ruflo' instead of 'claude-flow' when run via
npx ruflo - Fixed Windows ESM import crash with
pathToFileURL - Fixed init hook prompt overflow and description field
- Fixed hooks backward compatibility:
--successand--filemade optional - Fixed Windows npm install crash (404 optional dependencies)
- Bumped agentdb to 2.0.0-alpha.3.6
- Fixed V3 build errors (missing helmet, VERSION type, vitest spy)
- Security fixes, backward compatibility, and Agent Teams hooks
- Added
--settingsflag to upgrade command for Agent Teams - Fixed npm 11 install crash by pinning agentdb
- Fixed CLI help categorization across 26 commands
- Published install optimizations
- curl-style installer script
- SEO-optimized npm packages for discovery
- Plugin Marketplace: 8 official plugins + IPFS registry via Pinata
- Gas Town Bridge Plugin: WASM-accelerated orchestrator integration
- 10 RuVector WASM Plugins: 50 MCP tools for neural computation
- @claude-flow/teammate-plugin: MCP tools for Agent Teams coordination
- SemanticRouter: SONA WASM integration with verified benchmarks
- Fixed phantom Claude popups on Windows
- Fixed statusline safe multi-line output for Claude Desktop
- Fixed MCP tool naming (
/→_) for Claude Desktop compatibility - Memory namespace support in delete command
- @claude-flow/guidance Control Plane: Governance, compliance, and policy enforcement
- Wave 1: Proof, gateway, memory-gate, coherence, hooks, persistence primitives
- Wave 2: Conformance kit, capability algebra, evolution pipeline, artifact ledger
- Wave 3: Civilization-grade primitives (trust, truth, uncertainty, time, authority)
- Rust WASM Policy Kernel: SIMD128-accelerated policy evaluation
- ContinueGate: Safety gate for agent continuation decisions
- 22-benchmark suite with before/after performance reporting
- CLAUDE.md generators, analyzer, and auto-optimizer
- Content-aware executor with statistical validation (Spearman ρ, Cohen's d)
- Complete V3 implementation across all ADRs
- ADR-003: Coordinator consolidation + security tests
- Complete hooks system with AgentDB, HNSW, tests
- ReasoningBank guidance system with CLI
- V2→V3 migration documentation
- MCP memory tools upgraded to sql.js + HNSW backend
- Claims-based authorization (ADR-016)
- Node.js worker daemon system
- Auto-update system for @claude-flow packages (ADR-025)
- Replaced all mock implementations with real functionality
- Complete V3 monorepo structure (
@claude-flow/cli,shared,memory,hooks,security) - 26 CLI commands with 140+ subcommands
- 215 MCP tools via FastMCP 3.x
- RuVector intelligence system (SONA, MoE, HNSW, EWC++, Flash Attention)
- Hive-Mind consensus (Byzantine, Raft, Gossip, CRDT, Quorum)
- 17 hooks + 12 background workers
- 60+ specialized agent types
- Cross-platform helper system
- PostgreSQL Bridge with attention, GNN, hyperbolic embeddings
- Neural pattern persistence to disk
- Hive-mind
--claudeflag for spawn command - Real statusline data, hive-mind shutdown fixes, daemon persistence
- Multi-platform builds (Linux, macOS, Windows) in CI/CD
- Deep integration with agentic-flow coordination engine
- SDK architecture analysis and hooks & learning integration
- Modular installation strategy
- Optimized v3 migration plan
- Comprehensive hive-mind optimization
- Database schema robustness (missing columns, optimization errors)
- Auto-rebuild better-sqlite3 on NODE_MODULE_VERSION mismatch
- InMemoryStore interval cleanup for clean process exit
- Critical hook safety system
- Hive-mind optimization command
- Safety & security features documentation
- Neural Link System with safety protocols
- Windows/WSL compatibility fixes
- Module import error resolution
- README restructure for v2.0.0 features
- Comprehensive test suite
- npm publishing compatibility
- Full CLI command functionality
- SPARC integration with full prompt loading
- Cross-platform support
- Parallel execution for swarm tasks
- Background task management
- Swarm command with improved error handling
- Claude Code slash commands integration
- CLI project management commands
- System monitoring and SPARC commands
- Orchestration templates (monitoring, optimization, security review)
- Complete Claude-Flow AI Agent Orchestration System
- Configuration guide and comprehensive tests
- Initial commit
| Milestone | Version | Date | Key Feature |
|---|---|---|---|
| Initial Release | v1.0.1 | 2025-01 | AI agent orchestration system |
| SPARC Integration | v1.0.50 | 2025-03 | Swarm + SPARC methodology |
| Alpha Foundation | v2.0.0-alpha.33 | 2025-05 | V2 alpha with hook safety |
| agentic-flow | v2.7.0 | 2025-08 | agentic-flow coordination engine |
| V3 Foundation | v3.0.0-alpha.1 | 2025-10 | V3 monorepo, 215 MCP tools |
| Plugin Marketplace | v3.0.0-alpha.170 | 2025-12 | 8 plugins + IPFS registry |
| Guidance Control Plane | v3.0.0-alpha.100 | 2026-01 | WASM policy kernel, ContinueGate |
| AgentDB v3 | v3.1.0-alpha.55 | 2026-02 | 8 controllers, MutationGuard |
| Ruflo v3.5 | v3.5.0 | 2026-02-27 | First stable release, rebranding |