claude-flow 2.7.11 → 2.7.13

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.
Files changed (2) hide show
  1. package/bin/claude-flow +1 -1
  2. package/package.json +9 -5
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.11"
4
+ VERSION="2.7.13"
5
5
 
6
6
  # Determine the correct path based on how the script is invoked
7
7
  if [ -L "$0" ]; then
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-flow",
3
- "version": "2.7.11",
4
- "description": "Enterprise-grade AI agent orchestration with WASM-powered ReasoningBank memory and AgentDB vector database (always uses latest agentic-flow)",
3
+ "version": "2.7.13",
4
+ "description": "Enterprise-grade AI agent orchestration with WASM-powered ReasoningBank memory (always uses latest agentic-flow). AgentDB vector database support available via manual installation.",
5
5
  "mcpName": "io.github.ruvnet/claude-flow",
6
6
  "main": "cli.mjs",
7
7
  "bin": {
@@ -120,8 +120,6 @@
120
120
  "@anthropic-ai/claude-code": "^2.0.1",
121
121
  "@anthropic-ai/sdk": "^0.65.0",
122
122
  "@modelcontextprotocol/sdk": "^1.0.4",
123
- "@types/better-sqlite3": "^7.6.13",
124
- "agentdb": "^1.3.9",
125
123
  "agentic-flow": "*",
126
124
  "blessed": "^0.1.81",
127
125
  "chalk": "^4.1.2",
@@ -145,7 +143,13 @@
145
143
  "optionalDependencies": {
146
144
  "better-sqlite3": "^12.2.0",
147
145
  "diskusage": "^1.1.3",
148
- "node-pty": "^1.0.0"
146
+ "node-pty": "^1.0.0",
147
+ "@types/better-sqlite3": "^7.6.13"
148
+ },
149
+ "peerDependenciesMeta": {
150
+ "agentdb": {
151
+ "optional": true
152
+ }
149
153
  },
150
154
  "devDependencies": {
151
155
  "@babel/core": "^7.28.0",