snow-flow 1.3.9 → 1.3.11

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,26 @@ 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.3.9';
10
+ exports.VERSION = '1.3.11';
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.3.11': [
17
+ '🔥 IMPROVED FLOW GENERATOR: Complete rewrite fixing "too small to work" issue',
18
+ '✅ V2 TABLE STRUCTURES: Uses sys_hub_action_instance_v2 and sys_hub_trigger_instance_v2',
19
+ '📦 BASE64+GZIP ENCODING: Production-ready action value encoding',
20
+ '🧩 COMPLETE LABEL_CACHE: All required metadata for Flow Designer UI',
21
+ '📊 5-10X LARGER XML: Production-sized flows that actually work in ServiceNow',
22
+ '🚀 AUTOMATIC DETECTION: Swarm auto-detects Flow Designer tasks and uses XML-first'
23
+ ],
24
+ '1.3.10': [
25
+ '🔥 RAW MODE FIX: Used --dangerously-skip-permissions flag',
26
+ '📝 STDIN RESTORED: Proper prompt injection via stdin',
27
+ '✅ FULLY AUTOMATIC: No manual input required anymore',
28
+ '🚀 LIKE OLD VERSIONS: Works exactly like v1.0-1.2 did'
29
+ ],
16
30
  '1.3.9': [
17
31
  '🚀 CLAUDE CODE AUTO-LAUNCH: Restored automatic Claude Code launching',
18
32
  '🤖 PROCESS SPAWNING: Claude CLI detection and proper process spawning',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
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",