claude-flow 2.7.9 → 2.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/claude-flow CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
  # Claude-Flow Smart Dispatcher - Detects and uses the best available runtime
3
3
 
4
- VERSION="2.7.9"
4
+ VERSION="2.7.10"
5
5
 
6
6
  # Determine the correct path based on how the script is invoked
7
7
  if [ -L "$0" ]; then
@@ -30,15 +30,6 @@ if (args.length === 0) {
30
30
  for (const arg of args) {
31
31
  if (arg === '--version' || arg === '-v') {
32
32
  console.log(`v${VERSION}`);
33
- console.log('');
34
- console.log('⚡ Alpha 128 - Build Optimization & Memory Coordination');
35
- console.log(' • Build System Fixed - Removed 32 UI files, clean compilation');
36
- console.log(' • Memory Coordination Validated - MCP tools fully operational');
37
- console.log(' • Agent Updates - All core agents with MCP tool integration');
38
- console.log(' • Hive-Mind Agents - 5 new agents with memory coordination');
39
- console.log(' • Command System - All CLI commands tested and working');
40
- console.log('');
41
- console.log('📚 Docs: https://github.com/ruvnet/claude-flow');
42
33
  process.exit(0);
43
34
  }
44
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow",
3
- "version": "2.7.9",
3
+ "version": "2.7.10",
4
4
  "description": "Enterprise-grade AI agent orchestration with WASM-powered ReasoningBank memory and AgentDB vector database (always uses latest agentic-flow)",
5
5
  "mcpName": "io.github.ruvnet/claude-flow",
6
6
  "main": "cli.mjs",