snow-flow 1.2.1 โ†’ 1.2.3

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/dist/version.js CHANGED
@@ -7,12 +7,30 @@ exports.VERSION_INFO = exports.VERSION = void 0;
7
7
  exports.getVersionString = getVersionString;
8
8
  exports.getLatestFeatures = getLatestFeatures;
9
9
  exports.isLatestVersion = isLatestVersion;
10
- exports.VERSION = '1.2.1';
10
+ exports.VERSION = '1.2.3';
11
11
  exports.VERSION_INFO = {
12
12
  version: exports.VERSION,
13
13
  name: 'Snow-Flow',
14
14
  description: 'ServiceNow Queen Agent - Hive-Mind Intelligence for ServiceNow Development',
15
15
  features: {
16
+ '1.2.3': [
17
+ '๐Ÿ” AUTHENTICATION FIX: Resolved MCP authentication failure due to environment variable mismatch',
18
+ '๐Ÿ”ง CONFIG ALIGNMENT: Fixed discrepancy between .env file and MCP configuration files',
19
+ 'โœ… VALIDATED CONNECTION: All ServiceNow MCP tools now authenticate properly',
20
+ '๐Ÿ’ฏ MEMORY SERVER: servicenow-memory MCP server authentication fully functional',
21
+ '๐Ÿš€ SWARM READY: All swarm commands now execute without authentication errors'
22
+ ],
23
+ '1.2.2': [
24
+ '๐ŸŽฏ CRITICAL FIX: Resolved empty flows issue - Complete MCP integration achieved',
25
+ '๐Ÿ”ง FLOW-BUILDER AGENT: Now uses MCPExecutionBridge for real ServiceNow deployment',
26
+ 'โšก INTELLIGENT DEPLOYMENT: Calls snow_create_flow MCP tool with template matching and natural language parsing',
27
+ '๐Ÿงช LIVE TESTING: Implements snow_test_flow_with_mock for comprehensive flow validation',
28
+ '๐Ÿ“Š SMART DISCOVERY: Uses snow_discover_existing_flows to prevent flow duplication',
29
+ '๐Ÿš€ REAL SERVICENOW DATA: Stores artifacts with actual sys_ids from ServiceNow instead of mock data',
30
+ 'โœจ ENHANCED FLOW COMPOSER: 5 professional templates (Approval, Incident, Request, Data Processing, User Management)',
31
+ '๐Ÿง  NATURAL LANGUAGE PROCESSING: Intelligent flow requirement analysis and automatic artifact creation',
32
+ '๐Ÿ’ช WORKFLOW OPTIMIZATION: Complete elimination of 500+ lines of redundant hardcoded flow logic'
33
+ ],
16
34
  '1.2.1': [
17
35
  '๐Ÿง  NEO4J SMART INTEGRATION: Auto-detects Neo4j during init and offers optional graph memory setup',
18
36
  'โšก GRACEFUL FALLBACK: Graph memory server now starts without Neo4j, provides helpful fallback responses',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "ServiceNow Queen Agent - Hive-Mind Intelligence for ServiceNow Development inspired by claude-flow. Transform complex workflows into elegant one-command orchestration.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",