snow-flow 3.0.7 → 3.0.8

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/dist/cli.js +7 -0
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -3733,6 +3733,13 @@ SNOW_FLOW_STRATEGY=development
3733
3733
  # Maximum number of agents
3734
3734
  SNOW_FLOW_MAX_AGENTS=5
3735
3735
 
3736
+ # ===========================================
3737
+ # Claude Code API Integration (30 minutes)
3738
+ # ===========================================
3739
+ # API timeout for Claude Code integration - 30 minutes
3740
+ # This ensures Snow-Flow works smoothly with Claude Code's extended operation timeouts
3741
+ API_TIMEOUT_MS=1800000
3742
+
3736
3743
  # ===========================================
3737
3744
  # Timeout Configuration (v3.0.1+)
3738
3745
  # ===========================================
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "3.0.7",
4
- "description": "Snow-Flow v3.0.7: DEPLOYMENT FALSE NEGATIVES FIXED! Critical fix for widgets showing 'Deployment Failed' when actually successful. Now assumes deployment success when verification fails with 403 permissions. Perfect for restricted ServiceNow environments. Ultimate universal verification + intelligent deployment recovery. 100% REAL implementation with TensorFlow.js neural networks, direct ServiceNow API integration, and intelligent memory management. Includes 100+ MCP tools for operations, development, ML, analytics, and security.",
3
+ "version": "3.0.8",
4
+ "description": "Snow-Flow v3.0.8: CLAUDE CODE INTEGRATION ENHANCED! Added API_TIMEOUT_MS=1800000 (30 minutes) to init command for seamless Claude Code compatibility. Deployment false negatives fixed + extended timeout support for long-running operations. Ultimate universal verification + intelligent deployment recovery. 100% REAL implementation with TensorFlow.js neural networks, direct ServiceNow API integration, and intelligent memory management. Includes 100+ MCP tools for operations, development, ML, analytics, and security.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
7
7
  "bin": {