snow-flow 1.4.12 โ 1.4.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.
- package/dist/version.d.ts +5 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +266 -240
- package/dist/version.js.map +1 -1
- package/package.json +1 -1
package/dist/version.js
CHANGED
|
@@ -7,7 +7,7 @@ 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.4.
|
|
10
|
+
exports.VERSION = '1.4.13';
|
|
11
11
|
exports.VERSION_INFO = {
|
|
12
12
|
version: exports.VERSION,
|
|
13
13
|
name: 'Snow-Flow',
|
|
@@ -20,14 +20,40 @@ exports.VERSION_INFO = {
|
|
|
20
20
|
'โจ ENHANCED INIT: Creates .snow-flow/queen, .snow-flow/memory directories during initialization',
|
|
21
21
|
'๐ก๏ธ SAFE MIGRATION: Original .claude-flow data preserved during migration for safety',
|
|
22
22
|
'๐งน CODE CLEANUP: Replaced all claude-flow references with snow-flow in project paths',
|
|
23
|
-
'๐ MIGRATION UTILITY: New migrate-claude-flow.ts handles automatic data migration'
|
|
23
|
+
'๐ MIGRATION UTILITY: New migrate-claude-flow.ts handles automatic data migration',
|
|
24
|
+
],
|
|
25
|
+
'1.4.13': [
|
|
26
|
+
'๐ VERSION SYNC: Updated version.ts to match package.json version',
|
|
27
|
+
'โ
VERSION CONSISTENCY: Ensures version.ts and package.json are synchronized',
|
|
28
|
+
'๐ VERSION HISTORY: Added complete version history for 1.4.10, 1.4.11, and 1.4.12',
|
|
29
|
+
'๐ง BUILD SYSTEM: Fixed version mismatch between source and package',
|
|
30
|
+
],
|
|
31
|
+
'1.4.12': [
|
|
32
|
+
'๐ท๏ธ COMPLETE BRAND CONSISTENCY: Replaced ALL claude-flow references with snow-flow in CLAUDE.md',
|
|
33
|
+
'โ
MCP TOOL REFERENCES: Fixed all mcp__claude-flow__ to mcp__snow-flow__ in documentation',
|
|
34
|
+
'๐ WORKFLOW EXAMPLES: Updated all workflow examples and batch patterns',
|
|
35
|
+
'๐ง CLI COMMANDS: Fixed all npx claude-flow to npx snow-flow',
|
|
36
|
+
'๐ GITHUB URLS: Updated all URLs to point to groeimetai/snow-flow',
|
|
37
|
+
'๐ฏ INIT COMMAND: Now generates 100% consistent snow-flow branding',
|
|
38
|
+
],
|
|
39
|
+
'1.4.11': [
|
|
40
|
+
'๐ง TEMPLATE FIX: Fixed .claude.settings.template to use snow-flow instead of claude-flow',
|
|
41
|
+
'โ
MCP SERVER LIST: Updated enabled servers list to use snow-flow',
|
|
42
|
+
'๐ PERMISSIONS: Fixed MCP tool permission patterns for snow-flow',
|
|
43
|
+
'๐ฏ BRAND CONSISTENCY: Ensures init command generates correct settings',
|
|
44
|
+
],
|
|
45
|
+
'1.4.10': [
|
|
46
|
+
'๐ท๏ธ BRAND UPDATE: Fixed remaining claude-flow references in CLAUDE.md',
|
|
47
|
+
'โ
MCP CONSISTENCY: Updated all MCP tool examples to use snow-flow',
|
|
48
|
+
'๐ DOCUMENTATION: Fixed hook commands and CLI examples',
|
|
49
|
+
'๐ง INIT COMMAND: Improved CLAUDE.md generation with correct branding',
|
|
24
50
|
],
|
|
25
51
|
'1.4.8': [
|
|
26
52
|
'๐งน NPM CLEANUP: Removed database files and logs from npm package',
|
|
27
53
|
'๐ฆ PACKAGE OPTIMIZATION: Reduced package from 829 to 766 files',
|
|
28
54
|
'๐ SECURITY: Excluded sensitive files via improved .npmignore',
|
|
29
55
|
'๐ SIZE REDUCTION: Removed 77.8KB of unnecessary test databases',
|
|
30
|
-
'๐ฏ CLEANER DISTRIBUTION: Only essential files included in npm package'
|
|
56
|
+
'๐ฏ CLEANER DISTRIBUTION: Only essential files included in npm package',
|
|
31
57
|
],
|
|
32
58
|
'1.4.7': [
|
|
33
59
|
'๐ PORTAL PAGE DEPLOYMENT: Complete implementation of Service Portal page deployment',
|
|
@@ -36,7 +62,7 @@ exports.VERSION_INFO = {
|
|
|
36
62
|
'๐ LAYOUT SUPPORT: Single column, multi-column, and sidebar layouts',
|
|
37
63
|
'๐ DIRECT LINKS: Returns both edit and preview URLs after deployment',
|
|
38
64
|
'๐ INTELLIGENT DETECTION: Automatic portal type detection (sp vs esc)',
|
|
39
|
-
'โจ DEPLOYMENT TYPES: Added portal_page to all deployment interfaces'
|
|
65
|
+
'โจ DEPLOYMENT TYPES: Added portal_page to all deployment interfaces',
|
|
40
66
|
],
|
|
41
67
|
'1.4.6': [
|
|
42
68
|
'๐ OPEN SOURCE RELEASE: Complete preparation for public launch',
|
|
@@ -45,16 +71,16 @@ exports.VERSION_INFO = {
|
|
|
45
71
|
'๐ค COMMUNITY: Added CONTRIBUTING.md, issue/PR templates, and examples',
|
|
46
72
|
'๐ง CODE QUALITY: ESLint improvements, Jest configuration, and pre-commit hooks',
|
|
47
73
|
'๐ฆ SEMANTIC RELEASE: Automated versioning and changelog generation',
|
|
48
|
-
'โจ PROFESSIONAL: Ready for enterprise adoption with MIT license'
|
|
74
|
+
'โจ PROFESSIONAL: Ready for enterprise adoption with MIT license',
|
|
49
75
|
],
|
|
50
76
|
'1.3.31': [
|
|
51
77
|
'๐ง VERSION FIX: Correct version now displayed with snow-flow --version',
|
|
52
|
-
'โ
All v1.3.30 fixes included plus proper version constant update'
|
|
78
|
+
'โ
All v1.3.30 fixes included plus proper version constant update',
|
|
53
79
|
],
|
|
54
80
|
'1.3.30': [
|
|
55
81
|
'๐ฅ CRITICAL FIX: BUG-001 Production Blocker Resolved - flowDef is not defined error fixed',
|
|
56
82
|
'โ
Flow deployments now work correctly - all this.flowDef references fixed',
|
|
57
|
-
'โก Users should update immediately with npm update -g snow-flow'
|
|
83
|
+
'โก Users should update immediately with npm update -g snow-flow',
|
|
58
84
|
],
|
|
59
85
|
'1.3.29': [
|
|
60
86
|
'๐จ CRITICAL FIXES: v1.3.28 - All Beta Testing Issues RESOLVED!',
|
|
@@ -63,7 +89,7 @@ exports.VERSION_INFO = {
|
|
|
63
89
|
'โ
Issue #3: Metadata Response Failures - COMPLETELY FIXED',
|
|
64
90
|
'๐ New CompleteFlowXMLGenerator with v2 tables and proper encoding',
|
|
65
91
|
'๐ง New MCPToolRegistry with robust tool name resolution',
|
|
66
|
-
'๐ New DeploymentMetadataHandler with complete metadata extraction'
|
|
92
|
+
'๐ New DeploymentMetadataHandler with complete metadata extraction',
|
|
67
93
|
],
|
|
68
94
|
'1.3.27': [
|
|
69
95
|
'๐ค AUTONOMOUS SYSTEMS: All 4 autonomous systems now ENABLED BY DEFAULT in swarm command!',
|
|
@@ -75,12 +101,12 @@ exports.VERSION_INFO = {
|
|
|
75
101
|
'๐ซ GLOBAL DISABLE: Use --no-autonomous-all to disable all autonomous systems',
|
|
76
102
|
'๐ช FORCE OVERRIDE: Use --autonomous-all to force enable all (overrides --no- flags)',
|
|
77
103
|
'๐ฏ PERFECT ORCHESTRATOR: True "รฉรฉn command voor alles" - zero manual intervention needed!',
|
|
78
|
-
'Based on user request: "oke maar kunnen we het niet als standaard aanzetten dat al deze dingen beschikbaar zijn?"'
|
|
104
|
+
'Based on user request: "oke maar kunnen we het niet als standaard aanzetten dat al deze dingen beschikbaar zijn?"',
|
|
79
105
|
],
|
|
80
106
|
'1.3.16': [
|
|
81
107
|
'๐ VERSION BUMP: Clean version update for npm publish',
|
|
82
108
|
'โจ INCLUDES: All improvements from v1.3.15',
|
|
83
|
-
'๐ฆ READY: Package prepared for npm distribution'
|
|
109
|
+
'๐ฆ READY: Package prepared for npm distribution',
|
|
84
110
|
],
|
|
85
111
|
'1.3.15': [
|
|
86
112
|
'๐ฏ SWARM SIMPLIFIED: Removed XML generation from swarm command',
|
|
@@ -88,7 +114,7 @@ exports.VERSION_INFO = {
|
|
|
88
114
|
'๐ค AGENT RESPONSIBILITY: XML generation moved to Claude Code agents',
|
|
89
115
|
'๐ CLEANER ARCHITECTURE: Better separation of orchestration vs implementation',
|
|
90
116
|
'๐ FLOW INSTRUCTIONS: Claude Code gets clear instructions for flow tasks',
|
|
91
|
-
'๐ง NO PREMATURE WORK: No more generating/deploying before agents start'
|
|
117
|
+
'๐ง NO PREMATURE WORK: No more generating/deploying before agents start',
|
|
92
118
|
],
|
|
93
119
|
'1.3.14': [
|
|
94
120
|
'๐ฏ CLEANER OUTPUT: Dramatically reduced verbose logging in swarm command',
|
|
@@ -96,7 +122,7 @@ exports.VERSION_INFO = {
|
|
|
96
122
|
'๐ --verbose FLAG: Added flag to see detailed execution information',
|
|
97
123
|
'โจ STREAMLINED: No more walls of text before anything happens',
|
|
98
124
|
'๐ก SMART DEFAULTS: Shows objective, session ID, and actual progress only',
|
|
99
|
-
'๐ง BETTER UX: Clean, professional output focused on what matters'
|
|
125
|
+
'๐ง BETTER UX: Clean, professional output focused on what matters',
|
|
100
126
|
],
|
|
101
127
|
'1.3.13': [
|
|
102
128
|
'๐ FIX ERROR MESSAGES: Separated XML generation and deployment error handling',
|
|
@@ -104,7 +130,7 @@ exports.VERSION_INFO = {
|
|
|
104
130
|
'๐ฏ FLOW DETECTION FIX: Flow tasks now correctly detected instead of widget_development',
|
|
105
131
|
'๐ง BETTER ERROR HANDLING: Deployment errors show specific failure reasons',
|
|
106
132
|
'๐ DEBUG LOGGING: Added artifact detection debugging with DEBUG env var',
|
|
107
|
-
'โก IMPROVED RELIABILITY: Better error recovery and clearer user feedback'
|
|
133
|
+
'โก IMPROVED RELIABILITY: Better error recovery and clearer user feedback',
|
|
108
134
|
],
|
|
109
135
|
'1.3.12': [
|
|
110
136
|
'๐ AUTO-DEPLOY XML: Swarm command now automatically deploys flow XML to ServiceNow',
|
|
@@ -112,7 +138,7 @@ exports.VERSION_INFO = {
|
|
|
112
138
|
'๐ฏ SMART ERROR HANDLING: Falls back to manual deployment if issues occur',
|
|
113
139
|
'๐ง SHARED DEPLOYMENT: Both swarm and deploy-xml use same deployment logic',
|
|
114
140
|
'๐พ DEPLOYMENT TRACKING: Successful deployments tracked in memory system',
|
|
115
|
-
'โ
COMPLETE AUTOMATION: No more manual "deploy-xml" command needed'
|
|
141
|
+
'โ
COMPLETE AUTOMATION: No more manual "deploy-xml" command needed',
|
|
116
142
|
],
|
|
117
143
|
'1.3.11': [
|
|
118
144
|
'๐ฅ IMPROVED FLOW GENERATOR: Complete rewrite fixing "too small to work" issue',
|
|
@@ -120,64 +146,64 @@ exports.VERSION_INFO = {
|
|
|
120
146
|
'๐ฆ BASE64+GZIP ENCODING: Production-ready action value encoding',
|
|
121
147
|
'๐งฉ COMPLETE LABEL_CACHE: All required metadata for Flow Designer UI',
|
|
122
148
|
'๐ 5-10X LARGER XML: Production-sized flows that actually work in ServiceNow',
|
|
123
|
-
'๐ AUTOMATIC DETECTION: Swarm auto-detects Flow Designer tasks and uses XML-first'
|
|
149
|
+
'๐ AUTOMATIC DETECTION: Swarm auto-detects Flow Designer tasks and uses XML-first',
|
|
124
150
|
],
|
|
125
151
|
'1.3.10': [
|
|
126
152
|
'๐ฅ RAW MODE FIX: Used --dangerously-skip-permissions flag',
|
|
127
153
|
'๐ STDIN RESTORED: Proper prompt injection via stdin',
|
|
128
154
|
'โ
FULLY AUTOMATIC: No manual input required anymore',
|
|
129
|
-
'๐ LIKE OLD VERSIONS: Works exactly like v1.0-1.2 did'
|
|
155
|
+
'๐ LIKE OLD VERSIONS: Works exactly like v1.0-1.2 did',
|
|
130
156
|
],
|
|
131
157
|
'1.3.9': [
|
|
132
158
|
'๐ CLAUDE CODE AUTO-LAUNCH: Restored automatic Claude Code launching',
|
|
133
159
|
'๐ค PROCESS SPAWNING: Claude CLI detection and proper process spawning',
|
|
134
160
|
'๐ PROMPT INJECTION: Automatic prompt sending to Claude Code via stdin',
|
|
135
|
-
'๐ง MCP INTEGRATION: Auto-loads MCP servers when .mcp.json exists'
|
|
161
|
+
'๐ง MCP INTEGRATION: Auto-loads MCP servers when .mcp.json exists',
|
|
136
162
|
],
|
|
137
163
|
'1.3.8': [
|
|
138
164
|
'๐ค CLAUDE CODE FIX: Restored proper Claude Code agent spawning',
|
|
139
165
|
'๐ SWARM ORCHESTRATION: Snow-flow is orchestrator, Claude Code agents are workhorses',
|
|
140
166
|
'๐ง NO EARLY EXIT: Flow Designer tasks now continue to full agent orchestration',
|
|
141
|
-
'๐ CLEAR INSTRUCTIONS: Better messaging about Snow-flow vs Claude Code roles'
|
|
167
|
+
'๐ CLEAR INSTRUCTIONS: Better messaging about Snow-flow vs Claude Code roles',
|
|
142
168
|
],
|
|
143
169
|
'1.3.7': [
|
|
144
170
|
'๐ RELEASE VERSION: Combined all fixes from 1.3.2-1.3.6 into stable release',
|
|
145
171
|
'โ
ZOD VALIDATION: Completely fixed all configuration schema issues',
|
|
146
172
|
'๐ง HIERARCHICAL MEMORY: ServiceNow-specific memory patterns for agent coordination',
|
|
147
|
-
'๐ฆ PRODUCTION READY: All version numbers aligned and ready for npm publish'
|
|
173
|
+
'๐ฆ PRODUCTION READY: All version numbers aligned and ready for npm publish',
|
|
148
174
|
],
|
|
149
175
|
'1.3.6': [
|
|
150
176
|
'๐ ZOD FIX: Fixed nested object validation errors in configuration schema',
|
|
151
177
|
'๐ง NESTED DEFAULTS: Added .default({}) to all nested objects in ConfigSchema',
|
|
152
178
|
'โ
STARTUP FIX: Package now starts correctly without Zod validation errors',
|
|
153
|
-
'๐พ BACKWARDS COMPATIBLE: All configuration objects have proper default values'
|
|
179
|
+
'๐พ BACKWARDS COMPATIBLE: All configuration objects have proper default values',
|
|
154
180
|
],
|
|
155
181
|
'1.3.5': [
|
|
156
182
|
'๐ง HIERARCHICAL MEMORY: Enhanced memory system with ServiceNow-specific patterns',
|
|
157
183
|
'๐ค AGENT CAPABILITIES: 15+ specialized ServiceNow agent types defined',
|
|
158
184
|
'๐ PATTERN LEARNING: Success/failure pattern recognition for continuous improvement',
|
|
159
|
-
'๐ RELATIONSHIP TRACKING: Graph-like connections between artifacts'
|
|
185
|
+
'๐ RELATIONSHIP TRACKING: Graph-like connections between artifacts',
|
|
160
186
|
],
|
|
161
187
|
'1.3.4': [
|
|
162
188
|
'๐ ZOD FIX ATTEMPT 2: Added .default({}) to all top-level objects',
|
|
163
189
|
'๐ง CONFIG SCHEMA: Fixed "Required" errors for all config properties',
|
|
164
|
-
'โ ๏ธ PARTIAL FIX: Resolved top-level validation but nested objects still failed'
|
|
190
|
+
'โ ๏ธ PARTIAL FIX: Resolved top-level validation but nested objects still failed',
|
|
165
191
|
],
|
|
166
192
|
'1.3.3': [
|
|
167
193
|
'๐ ZOD FIX ATTEMPT 1: Fixed parseInt() returning NaN for undefined env vars',
|
|
168
194
|
'๐ง DYNAMIC DEFAULTS: Removed dynamic parseInt() from schema defaults',
|
|
169
195
|
'โ
NAN CHECKS: Added validation in loadFromEnvironment() method',
|
|
170
|
-
'โ ๏ธ PARTIAL FIX: Resolved NaN errors but uncovered nested object issues'
|
|
196
|
+
'โ ๏ธ PARTIAL FIX: Resolved NaN errors but uncovered nested object issues',
|
|
171
197
|
],
|
|
172
198
|
'1.3.2': [
|
|
173
199
|
'๐จ BUG INTRODUCED: Zod validation errors preventing package startup',
|
|
174
|
-
'โ ISSUE: parseInt() with undefined env vars causing NaN in defaults'
|
|
200
|
+
'โ ISSUE: parseInt() with undefined env vars causing NaN in defaults',
|
|
175
201
|
],
|
|
176
202
|
'1.3.1': [
|
|
177
203
|
'๐จ HOTFIX: Fixed "memory MCP tool is not available" error',
|
|
178
204
|
'๐ง CONFIG BUG FIX: BaseMCPServer now properly stores config parameter',
|
|
179
205
|
'โ
MEMORY RESTORED: Memory MCP server works again with requiresAuth: false',
|
|
180
|
-
'โก CRITICAL FIX: this.config was undefined causing authentication checks to fail'
|
|
206
|
+
'โก CRITICAL FIX: this.config was undefined causing authentication checks to fail',
|
|
181
207
|
],
|
|
182
208
|
'1.3.0': [
|
|
183
209
|
'๐ฏ BREAKTHROUGH: Fixed empty flows issue - ServiceNow flows now work completely!',
|
|
@@ -187,21 +213,21 @@ exports.VERSION_INFO = {
|
|
|
187
213
|
'โก TRIPLE SOLUTION: Direct API + XML Generation + Structure Builder - 3 ways to create working flows',
|
|
188
214
|
'๐งช COMPREHENSIVE TESTING: Added iPhone Request Approval flow test with full validation',
|
|
189
215
|
'๐ COMPLETE DOCUMENTATION: Full integration guides and architecture documentation',
|
|
190
|
-
'๐ WORKING FLOWS: Flows created via swarm commands now display and execute properly in ServiceNow!'
|
|
216
|
+
'๐ WORKING FLOWS: Flows created via swarm commands now display and execute properly in ServiceNow!',
|
|
191
217
|
],
|
|
192
218
|
'1.2.4': [
|
|
193
219
|
'๐ MEMORY AUTH FIX: Fixed authentication error in servicenow-memory MCP server',
|
|
194
220
|
'๐๏ธ ARCHITECTURE IMPROVEMENT: Added requiresAuth flag to BaseMCPServer for non-ServiceNow servers',
|
|
195
221
|
'๐พ MEMORY INDEPENDENCE: Memory server no longer requires ServiceNow authentication',
|
|
196
222
|
'โก PERFORMANCE: Faster startup for memory-only operations without auth validation',
|
|
197
|
-
'๐ก๏ธ ERROR HANDLING: Eliminated unnecessary authentication failures for local-only servers'
|
|
223
|
+
'๐ก๏ธ ERROR HANDLING: Eliminated unnecessary authentication failures for local-only servers',
|
|
198
224
|
],
|
|
199
225
|
'1.2.3': [
|
|
200
226
|
'๐ AUTHENTICATION FIX: Resolved MCP authentication failure due to environment variable mismatch',
|
|
201
227
|
'๐ง CONFIG ALIGNMENT: Fixed discrepancy between .env file and MCP configuration files',
|
|
202
228
|
'โ
VALIDATED CONNECTION: All ServiceNow MCP tools now authenticate properly',
|
|
203
229
|
'๐ฏ MEMORY SERVER: servicenow-memory MCP server authentication fully functional',
|
|
204
|
-
'๐ SWARM READY: All swarm commands now execute without authentication errors'
|
|
230
|
+
'๐ SWARM READY: All swarm commands now execute without authentication errors',
|
|
205
231
|
],
|
|
206
232
|
'1.2.2': [
|
|
207
233
|
'๐ฏ CRITICAL FIX: Resolved empty flows issue - Complete MCP integration achieved',
|
|
@@ -212,7 +238,7 @@ exports.VERSION_INFO = {
|
|
|
212
238
|
'๐ REAL SERVICENOW DATA: Stores artifacts with actual sys_ids from ServiceNow instead of mock data',
|
|
213
239
|
'โจ ENHANCED FLOW COMPOSER: 5 professional templates (Approval, Incident, Request, Data Processing, User Management)',
|
|
214
240
|
'๐ง NATURAL LANGUAGE PROCESSING: Intelligent flow requirement _analysis and automatic artifact creation',
|
|
215
|
-
'๐ช WORKFLOW OPTIMIZATION: Complete elimination of 500+ lines of redundant hardcoded flow logic'
|
|
241
|
+
'๐ช WORKFLOW OPTIMIZATION: Complete elimination of 500+ lines of redundant hardcoded flow logic',
|
|
216
242
|
],
|
|
217
243
|
'1.2.1': [
|
|
218
244
|
'๐ง NEO4J SMART INTEGRATION: Auto-detects Neo4j during init and offers optional graph memory setup',
|
|
@@ -220,7 +246,7 @@ exports.VERSION_INFO = {
|
|
|
220
246
|
'๐ฏ CONDITIONAL CONFIGURATION: Graph memory only added to .mcp.json when Neo4j is enabled',
|
|
221
247
|
'๐ง IMPROVED ERROR HANDLING: No more crashes when Neo4j is unavailable - smooth degradation',
|
|
222
248
|
'๐ INIT ENHANCEMENT: Interactive prompt during init asks about graph memory features',
|
|
223
|
-
'๐พ ADDED SERVICENOW-MEMORY: Memory MCP server now properly included in init configuration'
|
|
249
|
+
'๐พ ADDED SERVICENOW-MEMORY: Memory MCP server now properly included in init configuration',
|
|
224
250
|
],
|
|
225
251
|
'1.2.0': [
|
|
226
252
|
'๐ ARCHITECTURE CHANGE: Switched from claude-flow memory tools to native ServiceNow memory system',
|
|
@@ -229,14 +255,14 @@ exports.VERSION_INFO = {
|
|
|
229
255
|
'๐ IMPROVED RELIABILITY: Queen Agent and swarm coordination now use dedicated ServiceNow memory infrastructure',
|
|
230
256
|
'๐พ SEAMLESS MIGRATION: Automatic transition from claude-flow memory to ServiceNow memory without data loss',
|
|
231
257
|
'๐ง TOOL ALIGNMENT: All memory operations (store, get, search) now consistently use ServiceNow MCP server',
|
|
232
|
-
'๐ ENHANCED COORDINATION: Better multi-agent memory sharing through native ServiceNow memory system'
|
|
258
|
+
'๐ ENHANCED COORDINATION: Better multi-agent memory sharing through native ServiceNow memory system',
|
|
233
259
|
],
|
|
234
260
|
'1.1.91': [
|
|
235
261
|
'๐ง MEMORY TOOLS FIX: Added memory_store, memory_get, memory_list tools directly to Intelligent MCP server',
|
|
236
262
|
'๐ TODO TOOLS: Added todo_write and todo_read tools for task coordination across agents',
|
|
237
263
|
'๐พ PERSISTENT MEMORY: Queen Agent and all agents can now properly use memory tools for coordination',
|
|
238
264
|
'๐ SEAMLESS INTEGRATION: Memory tools integrated directly into ServiceNow Intelligent MCP',
|
|
239
|
-
'๐ BUG FIX: Resolved "memory tool not available" error in Queen Agent execution'
|
|
265
|
+
'๐ BUG FIX: Resolved "memory tool not available" error in Queen Agent execution',
|
|
240
266
|
],
|
|
241
267
|
'1.1.90': [
|
|
242
268
|
'๐ REVOLUTIONARY: Intelligent Parallel Agent Engine - automatically spawns specialized agent teams for optimal performance',
|
|
@@ -250,7 +276,7 @@ exports.VERSION_INFO = {
|
|
|
250
276
|
'๐ PERFORMANCE GAINS: Achieves 2-5x speedup through intelligent parallelization',
|
|
251
277
|
'๐ง LEARNING SYSTEM: Stores execution results to improve future parallelization decisions',
|
|
252
278
|
'โ
SEAMLESS INTEGRATION: Automatically used in Queen Agent when parallelization opportunities detected',
|
|
253
|
-
'๐ก๏ธ FALLBACK GRACEFUL: Falls back to sequential execution when parallelization not beneficial'
|
|
279
|
+
'๐ก๏ธ FALLBACK GRACEFUL: Falls back to sequential execution when parallelization not beneficial',
|
|
254
280
|
],
|
|
255
281
|
'1.1.89': [
|
|
256
282
|
'๐ง CRITICAL BUG FIX: Fixed snow_table_schema_discovery "Failed to get table details: undefined" error',
|
|
@@ -259,7 +285,7 @@ exports.VERSION_INFO = {
|
|
|
259
285
|
'๐ DEBUG LOGGING: Better diagnostics for table schema discovery issues',
|
|
260
286
|
'๐ง QUEEN AGENT RESILIENCE: Enhanced Queen Agent ability to continue when ServiceNow table details partially unavailable',
|
|
261
287
|
'โก IMPROVED RECOVERY: Better error recovery for ServiceNow API communication issues',
|
|
262
|
-
'๐ง TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration'
|
|
288
|
+
'๐ง TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration',
|
|
263
289
|
],
|
|
264
290
|
'1.1.88': [
|
|
265
291
|
'๐ง INTELLIGENT GAP ANALYSIS ENGINE: Revolutionary beyond-MCP configuration detection and automation',
|
|
@@ -273,7 +299,7 @@ exports.VERSION_INFO = {
|
|
|
273
299
|
'๐ฏ QUEEN AGENT INTEGRATION: Built into Queen Agent workflow - analyzes objectives automatically',
|
|
274
300
|
'๐ FALLBACK STRATEGIES: When automation fails, provides comprehensive manual instructions with warnings and verification steps',
|
|
275
301
|
'๐ USER REQUEST: "alle mogelijke soorten handelingen die nodig zouden zijn om een objective te bereiken" - IMPLEMENTED',
|
|
276
|
-
'๐ก BEYOND MCP TOOLS: Handles user permissions, database indexes, email templates, ACLs, UI actions, and 50+ other configurations'
|
|
302
|
+
'๐ก BEYOND MCP TOOLS: Handles user permissions, database indexes, email templates, ACLs, UI actions, and 50+ other configurations',
|
|
277
303
|
],
|
|
278
304
|
'1.1.87': [
|
|
279
305
|
'๐ฆ AUTOMATIC DEPENDENCY MANAGEMENT: Detects Chart.js, moment.js, lodash, jQuery, d3.js in widget code',
|
|
@@ -284,7 +310,7 @@ exports.VERSION_INFO = {
|
|
|
284
310
|
'๐ CDN INTEGRATION: Uses official CDN URLs with minified versions and integrity hashes',
|
|
285
311
|
'โ
CONFLICT PREVENTION: Checks if dependencies already loaded before adding duplicates',
|
|
286
312
|
'๐ง QUEEN AGENT INTEGRATION: Dependency management built into widget deployment workflow',
|
|
287
|
-
'๐ง NO MANUAL WORK: Chart.js widgets work immediately without manual theme editing'
|
|
313
|
+
'๐ง NO MANUAL WORK: Chart.js widgets work immediately without manual theme editing',
|
|
288
314
|
],
|
|
289
315
|
'1.1.86': [
|
|
290
316
|
'๐ INTELLIGENT TABLE DISCOVERY: Analyzes objective to detect and discover required tables',
|
|
@@ -294,7 +320,7 @@ exports.VERSION_INFO = {
|
|
|
294
320
|
'โก AGENT COORDINATION: All agents use exact field names from discovered schemas',
|
|
295
321
|
'๐ DISCOVERY EXAMPLES: Clear examples show how objectives map to table discovery',
|
|
296
322
|
'๐ INCREASED ACCURACY: Agents use correct field names like "short_description"',
|
|
297
|
-
'๐ง CONTEXT AWARENESS: Discovers related tables based on objective context'
|
|
323
|
+
'๐ง CONTEXT AWARENESS: Discovers related tables based on objective context',
|
|
298
324
|
],
|
|
299
325
|
'1.1.85': [
|
|
300
326
|
'๐พ MEMORY INITIALIZATION FIX: Memory now initialized at START of Queen session, not middle',
|
|
@@ -304,7 +330,7 @@ exports.VERSION_INFO = {
|
|
|
304
330
|
'๐ AGENT COORDINATION: Enhanced memory sharing with session and agent namespaces',
|
|
305
331
|
'โก MCP-FIRST ENFORCEMENT: Queen executes Auth โ Discovery โ Update Set โ Tables before agents',
|
|
306
332
|
'๐ ARTIFACT TRACKING: Automatic Update Set tracking for all deployed artifacts',
|
|
307
|
-
'๐ง CONFLICT DETECTION: Real-time conflict detection and resolution via memory sync'
|
|
333
|
+
'๐ง CONFLICT DETECTION: Real-time conflict detection and resolution via memory sync',
|
|
308
334
|
],
|
|
309
335
|
'1.1.84': [
|
|
310
336
|
'๐ ENHANCED INIT COMMAND: Now generates comprehensive swarm documentation for new users',
|
|
@@ -314,14 +340,14 @@ exports.VERSION_INFO = {
|
|
|
314
340
|
'๐ EXAMPLE SCRIPTS: Ready-to-run examples for widget, workflow, and ITSM development',
|
|
315
341
|
'๐พ MEMORY PATTERNS: JSON files with success patterns and workflow templates',
|
|
316
342
|
'๐ QUICK START GUIDE: New QUICK_START.md for 5-minute onboarding',
|
|
317
|
-
'โ
MCP-FIRST WORKFLOW: Init ensures CLAUDE.md includes mandatory authentication flow'
|
|
343
|
+
'โ
MCP-FIRST WORKFLOW: Init ensures CLAUDE.md includes mandatory authentication flow',
|
|
318
344
|
],
|
|
319
345
|
'1.1.83': [
|
|
320
346
|
'๐ฏ FINAL VERSION SYNC: Complete CLI version synchronization - snow-flow --version now shows correct 1.1.83',
|
|
321
347
|
'๐ง CLEAN BUILD: Fresh compilation ensuring dist/version.js matches src/version.ts',
|
|
322
348
|
'๐ฆ PROPER NPM PACKAGE: Rebuilt from scratch with synchronized version across all components',
|
|
323
349
|
'โ
TESTING READY: Definitive package ready for makeRequest error testing',
|
|
324
|
-
'๐ READY TO USE: Full package with all MCP fixes and correct version display'
|
|
350
|
+
'๐ READY TO USE: Full package with all MCP fixes and correct version display',
|
|
325
351
|
],
|
|
326
352
|
'1.1.82': [
|
|
327
353
|
'โ
VERSION SYNCHRONIZATION: Complete alignment between package.json and CLI version display',
|
|
@@ -329,7 +355,7 @@ exports.VERSION_INFO = {
|
|
|
329
355
|
'๐ฏ DIRECT CLIENT PATTERN: All MCP servers now use consistent direct ServiceNowClient structure',
|
|
330
356
|
'๐ฆ NPM DEPLOYMENT: Full npm package with synchronized version across all components',
|
|
331
357
|
'๐ READY TO TEST: Package published with all makeRequest fixes and version alignment',
|
|
332
|
-
'๐ INVESTIGATION COMPLETE: Thorough _analysis and resolution of MCP protocol layer issues'
|
|
358
|
+
'๐ INVESTIGATION COMPLETE: Thorough _analysis and resolution of MCP protocol layer issues',
|
|
333
359
|
],
|
|
334
360
|
'1.1.81': [
|
|
335
361
|
'๐ง MAKEQUEST FIX: Resolved phantom makeRequest error in MCP flow-composer tools',
|
|
@@ -339,7 +365,7 @@ exports.VERSION_INFO = {
|
|
|
339
365
|
'๐ MCP PROTOCOL LAYER: Improved error handling and debugging in MCP communication layer',
|
|
340
366
|
'๐ DEPLOYMENT READY: Fixed issues preventing flow creation via MCP tools from Claude Code',
|
|
341
367
|
'๐ฆ NPM READY: Package published to npm registry for testing in separate environments',
|
|
342
|
-
'๐ INVESTIGATION COMPLETE: Thorough _analysis of makeRequest phantom calls resolved'
|
|
368
|
+
'๐ INVESTIGATION COMPLETE: Thorough _analysis of makeRequest phantom calls resolved',
|
|
343
369
|
],
|
|
344
370
|
'1.1.80': [
|
|
345
371
|
'๐๏ธ QUEEN AGENT FIX: All agents now ALWAYS attempt ServiceNow MCP tools first',
|
|
@@ -350,21 +376,21 @@ exports.VERSION_INFO = {
|
|
|
350
376
|
'๐จ ERROR RECOVERY: Specific recovery patterns for auth, permission, and not found errors',
|
|
351
377
|
'๐ก AGENT INSTRUCTIONS: Each agent type has specific auth and discovery workflows',
|
|
352
378
|
'โ
NO MORE LOCAL FILES: Agents never skip directly to local file creation',
|
|
353
|
-
'๐ฏ SERVICENOW FIRST: Live development in ServiceNow is now mandatory approach'
|
|
379
|
+
'๐ฏ SERVICENOW FIRST: Live development in ServiceNow is now mandatory approach',
|
|
354
380
|
],
|
|
355
381
|
'1.1.79': [
|
|
356
382
|
'๐ฏ FINAL VERSION FIX: Corrected ALL version references including features object',
|
|
357
383
|
'๐ DASHBOARD SYNC: Dashboard now shows correct v1.1.79 across all displays',
|
|
358
384
|
'โ
COMPLETE ALIGNMENT: package.json, version.ts, CLI, and npm all synchronized',
|
|
359
385
|
'๐ง VERSION HISTORY: Added proper version tracking in features object',
|
|
360
|
-
'๐ READY TO USE: All version display issues resolved!'
|
|
386
|
+
'๐ READY TO USE: All version display issues resolved!',
|
|
361
387
|
],
|
|
362
388
|
'1.1.78': [
|
|
363
389
|
'๐ฏ VERSION FIX: Corrected version display across all components (dashboard, CLI, npm)',
|
|
364
390
|
'๐ฆ NPM SYNC: Aligned package.json, version.ts, and binary version reporting',
|
|
365
391
|
'โ
CONSISTENCY: snow-flow --version now correctly shows 1.1.78',
|
|
366
392
|
'๐ง BUILD FIX: Updated compilation to reflect correct version info',
|
|
367
|
-
'๐ DASHBOARD: Dashboard header now shows accurate version number'
|
|
393
|
+
'๐ DASHBOARD: Dashboard header now shows accurate version number',
|
|
368
394
|
],
|
|
369
395
|
'1.1.77': [
|
|
370
396
|
'๐ง COMPLETE HIVE-MIND: Full claude-flow architecture implementation',
|
|
@@ -374,7 +400,7 @@ exports.VERSION_INFO = {
|
|
|
374
400
|
'๐ง AGENT-AWARE MCPS: All 11 MCP servers now integrate with agent system',
|
|
375
401
|
'๐ CLI ORCHESTRATION: Enhanced swarm command with Queen coordination',
|
|
376
402
|
'๐ COMPREHENSIVE: Complete system integration and monitoring',
|
|
377
|
-
'๐ BREAKTHROUGH: True AI hive-mind for ServiceNow development!'
|
|
403
|
+
'๐ BREAKTHROUGH: True AI hive-mind for ServiceNow development!',
|
|
378
404
|
],
|
|
379
405
|
'1.1.76': [
|
|
380
406
|
'๐ REVOLUTIONARY: ServiceNow Queen Agent - Hive-Mind Intelligence inspired by claude-flow!',
|
|
@@ -388,7 +414,7 @@ exports.VERSION_INFO = {
|
|
|
388
414
|
'๐ 75% SIMPLER: One command vs complex --strategy --mode --max-agents flags',
|
|
389
415
|
'๐พ MEMORY COMMANDS: queen-memory export/import, queen-status, queen-insights',
|
|
390
416
|
'๐ DOCS UPDATED: Complete documentation refresh showcasing Queen as primary interface',
|
|
391
|
-
'๐ TRANSFORMATION: From enterprise complexity to claude-flow elegance - COMPLETE!'
|
|
417
|
+
'๐ TRANSFORMATION: From enterprise complexity to claude-flow elegance - COMPLETE!',
|
|
392
418
|
],
|
|
393
419
|
'1.1.75': [
|
|
394
420
|
'๐ง CRITICAL FIX: snow_deploy with type:"flow" now properly generates flow_definition',
|
|
@@ -399,7 +425,7 @@ exports.VERSION_INFO = {
|
|
|
399
425
|
'๐ซ EXCLUSION FILTER: Filters out irrelevant items like "Decommission Domain Controller"',
|
|
400
426
|
'๐ก BETTER SUGGESTIONS: Hardware searches suggest specific item types (monitor, keyboard, etc.)',
|
|
401
427
|
'๐ USER FEEDBACK: "Cannot read properties of undefined (reading \'flow\')" - FIXED',
|
|
402
|
-
'โ
CATEGORY SEARCH: Improved category filtering with fuzzy matching support'
|
|
428
|
+
'โ
CATEGORY SEARCH: Improved category filtering with fuzzy matching support',
|
|
403
429
|
],
|
|
404
430
|
'1.1.74': [
|
|
405
431
|
'๐จ CRITICAL FIX: Flow composer no longer uses wrong/mock flow actions!',
|
|
@@ -408,9 +434,9 @@ exports.VERSION_INFO = {
|
|
|
408
434
|
'โ
CORRECT TRIGGERS: "new service catalog request" now correctly uses record_created trigger',
|
|
409
435
|
'๐ BETTER FLOW NAMES: Descriptive, context-aware names instead of generic "Sc_request Create Flow"',
|
|
410
436
|
'๐ฏ FALLBACK STRATEGIES: When ServiceNow search fails, uses proper predefined action types',
|
|
411
|
-
|
|
437
|
+
"๐ ENHANCED SEARCH: Only returns actions that match search terms and aren't contradictory",
|
|
412
438
|
'๐ก USER FEEDBACK: "proberen flow composer met placeholder of mock data te laten deployen" - FIXED',
|
|
413
|
-
'๐ REAL DEPLOYMENTS: Flows now deploy with correct actions and configurations'
|
|
439
|
+
'๐ REAL DEPLOYMENTS: Flows now deploy with correct actions and configurations',
|
|
414
440
|
],
|
|
415
441
|
'1.1.73': [
|
|
416
442
|
'๐ฏ API SIMPLIFICATION: snow_unified_deploy โ snow_deploy (cleaner naming)',
|
|
@@ -421,7 +447,7 @@ exports.VERSION_INFO = {
|
|
|
421
447
|
'๐ USER REQUEST: "unified_deploy gewoon deploy noemen om het simpel te houden" - IMPLEMENTED',
|
|
422
448
|
'๐ INTELLIGENT REDIRECTION: Deprecated tools automatically convert args and redirect',
|
|
423
449
|
'๐ก MIGRATION PATH: Clear guidance from old tools to new simplified API',
|
|
424
|
-
'๐ฏ CLEAN API: Single snow_deploy tool handles widgets, flows, applications with fallbacks'
|
|
450
|
+
'๐ฏ CLEAN API: Single snow_deploy tool handles widgets, flows, applications with fallbacks',
|
|
425
451
|
],
|
|
426
452
|
'1.1.72': [
|
|
427
453
|
'๐ UNIFIED DEPLOYMENT TOOL: Complete deployment workflow with resilient fallbacks - snow_unified_deploy',
|
|
@@ -433,7 +459,7 @@ exports.VERSION_INFO = {
|
|
|
433
459
|
'๐ MANUAL FALLBACK STEPS: Detailed manual deployment instructions when automation fails',
|
|
434
460
|
'โ
USER REQUEST: "flow deployment faalde op permissions" - COMPLETELY RESOLVED',
|
|
435
461
|
'โ๏ธ PERFECT WORKFLOW: Never "failure zonder plan" - always provides working solution',
|
|
436
|
-
'๐ฏ ONE COMMAND SOLUTION: snow_unified_deploy handles entire workflow automatically'
|
|
462
|
+
'๐ฏ ONE COMMAND SOLUTION: snow_unified_deploy handles entire workflow automatically',
|
|
437
463
|
],
|
|
438
464
|
'1.1.71': [
|
|
439
465
|
'๐ฏ ORCHESTRATION TRANSPARENCY: MCP tools now clearly show deployment vs planning mode',
|
|
@@ -444,7 +470,7 @@ exports.VERSION_INFO = {
|
|
|
444
470
|
'๐ PARAMETER DESCRIPTIONS: deploy_immediately parameter description updated with deployment warnings',
|
|
445
471
|
'โ
USER REQUEST: "orchestratie tools zijn niet transparant over of ze echt iets gaan deployen" - ADDRESSED',
|
|
446
472
|
'๐ก CLEAR INDICATORS: Mode and warning fields added to orchestration responses',
|
|
447
|
-
'๐ฏ NO MORE CONFUSION: Users always know if deployment will happen or if it is planning only'
|
|
473
|
+
'๐ฏ NO MORE CONFUSION: Users always know if deployment will happen or if it is planning only',
|
|
448
474
|
],
|
|
449
475
|
'1.1.70': [
|
|
450
476
|
'๐ง FLOW TESTING FIX: Improved flow discovery for both modern and legacy flows',
|
|
@@ -455,7 +481,7 @@ exports.VERSION_INFO = {
|
|
|
455
481
|
'๐ก ALTERNATIVE SUGGESTIONS: Recommends snow_test_flow_with_mock for easier testing',
|
|
456
482
|
'๐ FLOW TYPE DETECTION: Automatically detects Flow Designer vs Legacy Workflow',
|
|
457
483
|
'๐ ACTIVITY PARSING: Correctly extracts activities from latest_snapshot JSON',
|
|
458
|
-
'๐ USER REQUEST: "geen heldere handeling van tracking van sys_ids" - ADDRESSED'
|
|
484
|
+
'๐ USER REQUEST: "geen heldere handeling van tracking van sys_ids" - ADDRESSED',
|
|
459
485
|
],
|
|
460
486
|
'1.1.69': [
|
|
461
487
|
'๐ ๏ธ DIRECT CRUD TOOLS: Added comprehensive user and group management tools',
|
|
@@ -467,7 +493,7 @@ exports.VERSION_INFO = {
|
|
|
467
493
|
'๐ฏ USER REQUEST ADDRESSED: "Geen directe MCP tool om een user group te creรซren"',
|
|
468
494
|
'๐ง NO MORE WORKAROUNDS: Direct sys_user_group table operations, no script includes needed',
|
|
469
495
|
'๐ INTELLIGENT LOOKUPS: Find users/groups by sys_id OR name automatically',
|
|
470
|
-
'๐ SECURITY AWARE: Proper permission checks and informative error messages'
|
|
496
|
+
'๐ SECURITY AWARE: Proper permission checks and informative error messages',
|
|
471
497
|
],
|
|
472
498
|
'1.1.68': [
|
|
473
499
|
'๐ง GENERAL CLI PROMPTS: Made CLI prompts more general as requested by user',
|
|
@@ -476,7 +502,7 @@ exports.VERSION_INFO = {
|
|
|
476
502
|
'๐ท๏ธ BRAND UPDATE: Replaced all claude-flow references with snow-flow in CLAUDE.md files',
|
|
477
503
|
'โจ CLEANER PROMPTS: Removed detailed MCP tool lists and technical instructions',
|
|
478
504
|
'๐ DOCUMENTATION DRIVEN: CLI prompts now reference CLAUDE.md for specifics',
|
|
479
|
-
'๐ BETTER UX: More concise prompts that defer to comprehensive CLAUDE.md'
|
|
505
|
+
'๐ BETTER UX: More concise prompts that defer to comprehensive CLAUDE.md',
|
|
480
506
|
],
|
|
481
507
|
'1.1.67': [
|
|
482
508
|
'๐ง CRITICAL MCP ERROR FIX: Fixed "Cannot read properties of undefined (reading flowName)" error',
|
|
@@ -485,35 +511,35 @@ exports.VERSION_INFO = {
|
|
|
485
511
|
'๐ฅ TEAM-BASED PROMPTS: CLI now promotes specialized teams instead of generic agents',
|
|
486
512
|
'๐ SERVICENOW BEST PRACTICES: Added specific guidance for sys_user_group table usage',
|
|
487
513
|
'๐จ FIXED GROUP CREATION: Documents correct approach - use sys_user_group, NOT CMDB search',
|
|
488
|
-
'โก IMPROVED STABILITY: Flow composer now handles undefined parsedIntent gracefully'
|
|
514
|
+
'โก IMPROVED STABILITY: Flow composer now handles undefined parsedIntent gracefully',
|
|
489
515
|
],
|
|
490
516
|
'1.1.66': [
|
|
491
517
|
'๐ง CRITICAL NPM PACKAGE FIX: Added CLAUDE.md to .npmignore exceptions',
|
|
492
518
|
'๐ฆ PACKAGE INCLUSION: CLAUDE.md now included in npm package (was excluded by *.md rule)',
|
|
493
519
|
'๐ฏ ROOT CAUSE RESOLVED: Users will now get complete 692-line CLAUDE.md from npm install',
|
|
494
520
|
'๐ FULL DOCUMENTATION: Complete team-based SPARC documentation now available globally',
|
|
495
|
-
'โ
NPM PACKAGE COMPLETE: No more fallback to 380-line hardcoded template'
|
|
521
|
+
'โ
NPM PACKAGE COMPLETE: No more fallback to 380-line hardcoded template',
|
|
496
522
|
],
|
|
497
523
|
'1.1.65': [
|
|
498
524
|
'โ
CONFIRMED INIT COMMAND WORKS: Verified init command copies complete 692-line CLAUDE.md',
|
|
499
525
|
'๐ DEBUGGING COMPLETE: Found source path detection working correctly',
|
|
500
526
|
'๐ VERIFIED OUTPUT: Generated CLAUDE.md contains all 22K+ characters',
|
|
501
527
|
'๐ CACHE FIX: New version to clear any npm/node cache issues',
|
|
502
|
-
'๐ก USER SUPPORT: Addressed user report of missing lines in generated documentation'
|
|
528
|
+
'๐ก USER SUPPORT: Addressed user report of missing lines in generated documentation',
|
|
503
529
|
],
|
|
504
530
|
'1.1.64': [
|
|
505
531
|
'๐ง FIXED INIT COMMAND: Now correctly finds and uses actual CLAUDE.md file',
|
|
506
532
|
'๐ CORRECT DOCUMENTATION: Users get complete 22K+ character CLAUDE.md with all features',
|
|
507
533
|
'๐ IMPROVED PATH DETECTION: Better search algorithm for finding source files',
|
|
508
534
|
'โ
SPARC COMMANDS VERIFIED: All team and specialist commands working correctly',
|
|
509
|
-
'๐ฏ COMPLETE TEAM FEATURES: Full team-based SPARC architecture documentation included'
|
|
535
|
+
'๐ฏ COMPLETE TEAM FEATURES: Full team-based SPARC architecture documentation included',
|
|
510
536
|
],
|
|
511
537
|
'1.1.63': [
|
|
512
538
|
'๐ง INIT COMMAND FIX: Now uses actual CLAUDE.md file instead of hardcoded template',
|
|
513
539
|
'๐ DYNAMIC CLAUDE.MD: Init command now copies the real project documentation',
|
|
514
540
|
'๐ท๏ธ BRAND CONSISTENCY: Replaced all claude-flow references with snow-flow throughout codebase',
|
|
515
541
|
'๐ DOCUMENTATION SYNC: Users now get the complete up-to-date CLAUDE.md with team features',
|
|
516
|
-
'๐ก๏ธ IMPROVED INITIALIZATION: Better fallback when CLAUDE.md source cannot be found'
|
|
542
|
+
'๐ก๏ธ IMPROVED INITIALIZATION: Better fallback when CLAUDE.md source cannot be found',
|
|
517
543
|
],
|
|
518
544
|
'1.1.62': [
|
|
519
545
|
'๐ TEAM-BASED SPARC ARCHITECTURE: Complete implementation of specialized development teams',
|
|
@@ -526,7 +552,7 @@ exports.VERSION_INFO = {
|
|
|
526
552
|
'โ
QUALITY GATES: Automatic validation between specialist handoffs',
|
|
527
553
|
'๐พ SHARED MEMORY: Cross-team context and coordination system',
|
|
528
554
|
'๐ CLI INTEGRATION: sparc team widget/flow/app/adaptive and sparc specialist commands',
|
|
529
|
-
'๐จ BREAKING: None - All existing commands continue to work'
|
|
555
|
+
'๐จ BREAKING: None - All existing commands continue to work',
|
|
530
556
|
],
|
|
531
557
|
'1.1.61': [
|
|
532
558
|
'๐ DOCUMENTATION: Updated CLAUDE.md with concrete Update Set management steps',
|
|
@@ -536,7 +562,7 @@ exports.VERSION_INFO = {
|
|
|
536
562
|
'๐ 404 ERRORS: Now include specific causes, solutions, and alternative tools',
|
|
537
563
|
'๐ UPDATE SETS: Automatic creation and artifact tracking prevents empty Update Sets',
|
|
538
564
|
'๐ก FLOW GUIDANCE: Clear distinction between snow_create_flow vs snow_deploy_flow',
|
|
539
|
-
'๐ ๏ธ COMPREHENSIVE: Five parallel improvements addressing all user-reported issues'
|
|
565
|
+
'๐ ๏ธ COMPREHENSIVE: Five parallel improvements addressing all user-reported issues',
|
|
540
566
|
],
|
|
541
567
|
'1.1.60': [
|
|
542
568
|
'๐ฏ CRITICAL FIX: "Your flow cannot be found" error resolved completely!',
|
|
@@ -546,7 +572,7 @@ exports.VERSION_INFO = {
|
|
|
546
572
|
'๐ ๏ธ REMOVED: No more createFlowTrigger, createFlowLogic, createFlowActionInstance calls',
|
|
547
573
|
'๐ RESULT: Flows now open correctly in Flow Designer without corruption',
|
|
548
574
|
'๐ INCLUDES: latest_snapshot field with complete flow structure',
|
|
549
|
-
'๐ generateFlowSnapshot: Added as fallback to regenerate snapshots if needed'
|
|
575
|
+
'๐ generateFlowSnapshot: Added as fallback to regenerate snapshots if needed',
|
|
550
576
|
],
|
|
551
577
|
'1.1.59': [
|
|
552
578
|
'๐ง CRITICAL FIX: Flows no longer created as draft - added status: published, validated: true',
|
|
@@ -555,7 +581,7 @@ exports.VERSION_INFO = {
|
|
|
555
581
|
'๐ URL FIXES: Flow Designer links now use proper nav_to.do?uri=sys_hub_flow.do format',
|
|
556
582
|
'โ
USER ISSUE: Fixed "Flows worden als draft aangemaakt" problem completely',
|
|
557
583
|
'๐ FLOW STATUS: Flows now created with active: true, status: published, validated: true',
|
|
558
|
-
'๐ DOMAIN FIX: Removed hardcoded .service-now.com URLs, now uses instance-specific URLs'
|
|
584
|
+
'๐ DOMAIN FIX: Removed hardcoded .service-now.com URLs, now uses instance-specific URLs',
|
|
559
585
|
],
|
|
560
586
|
'1.1.58': [
|
|
561
587
|
'๐ง CRITICAL FIX: snow_auth_diagnostics "Cannot read properties of undefined" error fixed!',
|
|
@@ -565,7 +591,7 @@ exports.VERSION_INFO = {
|
|
|
565
591
|
'โ
DEFAULT VALUES: All summary fields now have safe default values (0 or "Unknown")',
|
|
566
592
|
'๐ฏ USER ISSUE RESOLVED: Authentication diagnostics now works even with partial data',
|
|
567
593
|
'๐ ROBUST FORMATTING: Test results display correctly even with missing properties',
|
|
568
|
-
'๐จ TRAILING SLASH DETECTION: Still detects and warns about trailing slash in SNOW_INSTANCE'
|
|
594
|
+
'๐จ TRAILING SLASH DETECTION: Still detects and warns about trailing slash in SNOW_INSTANCE',
|
|
569
595
|
],
|
|
570
596
|
'1.1.57': [
|
|
571
597
|
'๐ง CRITICAL FIX: Single flow creation instead of multiple flows for one request!',
|
|
@@ -575,7 +601,7 @@ exports.VERSION_INFO = {
|
|
|
575
601
|
'โ
SUBFLOW LOGIC: Only creates separate subflows when instruction contains "multiple flows/subflows"',
|
|
576
602
|
'๐ฏ USER ISSUE RESOLVED: No more unwanted multiple flows when asking for single flow',
|
|
577
603
|
'๐ SMART DETECTION: Recognizes phrases like "split into", "separate flows", "multiple subflows"',
|
|
578
|
-
'๐ INTELLIGENT BEHAVIOR: Keeps approval, notification, script steps as activities in main flow'
|
|
604
|
+
'๐ INTELLIGENT BEHAVIOR: Keeps approval, notification, script steps as activities in main flow',
|
|
579
605
|
],
|
|
580
606
|
'1.1.56': [
|
|
581
607
|
'๐ง CRITICAL FIX: Flow validation now accepts "actions" array in flow definitions!',
|
|
@@ -585,7 +611,7 @@ exports.VERSION_INFO = {
|
|
|
585
611
|
'โ
ERROR ELIMINATION: No more "Missing activities or steps array" for flows with actions',
|
|
586
612
|
'๐ฏ USER ISSUE RESOLVED: Flow deployment with "actions" array now works correctly',
|
|
587
613
|
'๐ SMART VALIDATION: Automatically detects and converts all array name variations',
|
|
588
|
-
'๐ BACKWARDS COMPATIBLE: Still supports "activities" and "steps" arrays as before'
|
|
614
|
+
'๐ BACKWARDS COMPATIBLE: Still supports "activities" and "steps" arrays as before',
|
|
589
615
|
],
|
|
590
616
|
'1.1.55': [
|
|
591
617
|
'๐ง CRITICAL FIX: snow_resilient_deployment mock implementation replaced with REAL API calls!',
|
|
@@ -597,7 +623,7 @@ exports.VERSION_INFO = {
|
|
|
597
623
|
'โ
COMPREHENSIVE LOGGING: Real deployment tracking with sys_id and URL responses',
|
|
598
624
|
'๐ฏ USER ISSUE RESOLVED: "404 errors bij testen" - artifacts are now actually created',
|
|
599
625
|
'๐ DEPLOYMENT VERIFICATION: Real ServiceNow records created with proper validation',
|
|
600
|
-
'๐ INTELLIGENT FALLBACKS: Global scope, simplified version, business rule conversion, minimal deployment'
|
|
626
|
+
'๐ INTELLIGENT FALLBACKS: Global scope, simplified version, business rule conversion, minimal deployment',
|
|
601
627
|
],
|
|
602
628
|
'1.1.54': [
|
|
603
629
|
'๐ง MASSIVE FLOW TOOLS OVERHAUL - All Flow Type Issues FIXED!',
|
|
@@ -610,7 +636,7 @@ exports.VERSION_INFO = {
|
|
|
610
636
|
'โ
API RESPONSES: Proper ServiceNow URLs and type information in all responses',
|
|
611
637
|
'๐ฏ ROOT CAUSE FIXED: Flow type "flow" vs "subflow" now works correctly',
|
|
612
638
|
'๐ USER FEEDBACK ADDRESSED: All identified MCP tool problems resolved',
|
|
613
|
-
'๐ COMPLETE FLOW STACK: sys_hub_flow + action_instances + variables + triggers'
|
|
639
|
+
'๐ COMPLETE FLOW STACK: sys_hub_flow + action_instances + variables + triggers',
|
|
614
640
|
],
|
|
615
641
|
'1.1.53': [
|
|
616
642
|
'CRITICAL BUG FIX: Fixed ServiceNow Flow Composer MCP server failing to start',
|
|
@@ -618,7 +644,7 @@ exports.VERSION_INFO = {
|
|
|
618
644
|
'ARTIFACT INDEXER AVAILABILITY: ServiceNow Artifact Indexer now available in npm installations',
|
|
619
645
|
'MCP SERVER STABILITY: All 11 MCP servers now start correctly after npm installation',
|
|
620
646
|
'ADDRESSES USER ISSUE: "servicenow-flow-composer MCP Server Status: โ failed" - FIXED',
|
|
621
|
-
'FLOW CREATION ENABLED: Users can now create flows using the Flow Composer MCP server'
|
|
647
|
+
'FLOW CREATION ENABLED: Users can now create flows using the Flow Composer MCP server',
|
|
622
648
|
],
|
|
623
649
|
'1.1.52': [
|
|
624
650
|
'CRITICAL DOCUMENTATION FIX: Updated README.md template in init command to match comprehensive project README',
|
|
@@ -626,7 +652,7 @@ exports.VERSION_INFO = {
|
|
|
626
652
|
'COMPREHENSIVE GUIDE: New users get complete Snow-Flow documentation from first init',
|
|
627
653
|
'FEATURE COMPLETE DOCS: Includes all features, MCP servers, usage examples, and advanced capabilities',
|
|
628
654
|
'DOCUMENTATION CONSISTENCY: Both CLAUDE.md and README.md now comprehensive in init template',
|
|
629
|
-
'ADDRESSES USER FEEDBACK: "readme is nog steeds ook heel leeg vergeleken met wat we hier hebben" - FIXED'
|
|
655
|
+
'ADDRESSES USER FEEDBACK: "readme is nog steeds ook heel leeg vergeleken met wat we hier hebben" - FIXED',
|
|
630
656
|
],
|
|
631
657
|
'1.1.51': [
|
|
632
658
|
'CRITICAL BUG FIX: Fixed JSON validation for nested flow structures (flow.steps)',
|
|
@@ -635,7 +661,7 @@ exports.VERSION_INFO = {
|
|
|
635
661
|
'ACTIVITY PROMOTION: Automatically promotes nested activities to top-level for ServiceNow compatibility',
|
|
636
662
|
'VALIDATION ACCURACY: Activity count now correctly reflects nested structure processing',
|
|
637
663
|
'ADDRESSES USER ISSUE: "Missing activities or steps array" error with nested JSON - FIXED',
|
|
638
|
-
'ENHANCED ERROR RECOVERY: Handles all common Flow Designer JSON format variations seamlessly'
|
|
664
|
+
'ENHANCED ERROR RECOVERY: Handles all common Flow Designer JSON format variations seamlessly',
|
|
639
665
|
],
|
|
640
666
|
'1.1.50': [
|
|
641
667
|
'CRITICAL FIX: Updated init command to use comprehensive CLAUDE.md template instead of basic one',
|
|
@@ -643,7 +669,7 @@ exports.VERSION_INFO = {
|
|
|
643
669
|
'DOCUMENTATION SYNCHRONIZATION: Init command now creates the same comprehensive docs as the project',
|
|
644
670
|
'COMPLETE GUIDE: New users get full Snow-Flow ServiceNow development guide from day one',
|
|
645
671
|
'ADDRESSES USER FEEDBACK: "claude.md super summier vergeleken wat we hier hebben" - FIXED',
|
|
646
|
-
'INIT IMPROVEMENT: snow-flow init --sparc now creates production-ready CLAUDE.md with all features'
|
|
672
|
+
'INIT IMPROVEMENT: snow-flow init --sparc now creates production-ready CLAUDE.md with all features',
|
|
647
673
|
],
|
|
648
674
|
'1.1.49': [
|
|
649
675
|
'ROOT CAUSE FIXED: Flow Designer validation now accepts both "steps" and "activities" JSON formats',
|
|
@@ -653,7 +679,7 @@ exports.VERSION_INFO = {
|
|
|
653
679
|
'NESTED DEFINITION SUPPORT: Extracts activities from nested flow_definition structures',
|
|
654
680
|
'TRIGGER AUTO-GENERATION: Creates missing trigger definitions from deployment parameters',
|
|
655
681
|
'VALIDATION TRANSPARENCY: Shows exactly which auto-corrections were applied',
|
|
656
|
-
'ADDRESSES ROOT CAUSE: The original "Missing activities array" error now impossible'
|
|
682
|
+
'ADDRESSES ROOT CAUSE: The original "Missing activities array" error now impossible',
|
|
657
683
|
],
|
|
658
684
|
'1.1.48': [
|
|
659
685
|
'INTELLIGENT FALLBACKS: Flow Designer automatically falls back to Business Rules when deployment fails',
|
|
@@ -663,7 +689,7 @@ exports.VERSION_INFO = {
|
|
|
663
689
|
'BUSINESS RULE GENERATION: Flow definitions automatically converted to equivalent Business Rules',
|
|
664
690
|
'FALLBACK DETECTION: Testing tools detect and suggest Business Rule alternatives when flows not found',
|
|
665
691
|
'COMPREHENSIVE ERROR RECOVERY: All systematic errors from user feedback now automatically resolved',
|
|
666
|
-
'ZERO MANUAL INTERVENTION: Complete automation of error handling and recovery strategies'
|
|
692
|
+
'ZERO MANUAL INTERVENTION: Complete automation of error handling and recovery strategies',
|
|
667
693
|
],
|
|
668
694
|
'1.1.47': [
|
|
669
695
|
'TEST CLEANUP: Added snow_cleanup_test_artifacts tool for cleaning test data',
|
|
@@ -672,7 +698,7 @@ exports.VERSION_INFO = {
|
|
|
672
698
|
'DRY RUN: Preview what would be deleted before actual cleanup',
|
|
673
699
|
'AGE FILTERING: Only removes artifacts older than specified hours',
|
|
674
700
|
'MULTI-TYPE: Cleans catalog items, flows, users, and requests',
|
|
675
|
-
'ADDRESSES: Test catalog items remaining in Update Sets after testing'
|
|
701
|
+
'ADDRESSES: Test catalog items remaining in Update Sets after testing',
|
|
676
702
|
],
|
|
677
703
|
'1.1.46': [
|
|
678
704
|
'CATALOG DEFAULTS: Catalog items automatically get default catalog/category assigned',
|
|
@@ -681,7 +707,7 @@ exports.VERSION_INFO = {
|
|
|
681
707
|
'TEMPLATE UPDATES: All flow templates now create flows, not subflows',
|
|
682
708
|
'GLOBAL SCOPE: Enhanced flow deployment with explicit type checking',
|
|
683
709
|
'ADDRESSES: "Content not found. Subflow cannot be found" error',
|
|
684
|
-
'ADDRESSES: Catalog items without proper catalog assignment'
|
|
710
|
+
'ADDRESSES: Catalog items without proper catalog assignment',
|
|
685
711
|
],
|
|
686
712
|
'1.1.45': [
|
|
687
713
|
'CATALOG-FLOW LINKING: Added snow_link_catalog_to_flow for direct integration',
|
|
@@ -691,7 +717,7 @@ exports.VERSION_INFO = {
|
|
|
691
717
|
'EXECUTION OPTIONS: Control run context, completion waiting, progress updates',
|
|
692
718
|
'TEST CAPABILITY: Optional test request creation to verify the link',
|
|
693
719
|
'ADDRESSES: Direct catalog-flow linking requested by user',
|
|
694
|
-
'ENABLES: Equipment provisioning workflows with catalog integration'
|
|
720
|
+
'ENABLES: Equipment provisioning workflows with catalog integration',
|
|
695
721
|
],
|
|
696
722
|
'1.1.44': [
|
|
697
723
|
'FLOW TESTING: Added snow_test_flow_with_mock for comprehensive flow testing',
|
|
@@ -701,7 +727,7 @@ exports.VERSION_INFO = {
|
|
|
701
727
|
'COMPREHENSIVE RESULTS: Detailed test results with timing, approvals, and errors',
|
|
702
728
|
'CLEANUP SUPPORT: Optional automatic cleanup of test data after execution',
|
|
703
729
|
'ADDRESSES: "Flow test tool gaf 404 error" - now provides working flow testing',
|
|
704
|
-
'ADDRESSES: "Kon niet verifiรซren of flow werkt" - full verification capabilities'
|
|
730
|
+
'ADDRESSES: "Kon niet verifiรซren of flow werkt" - full verification capabilities',
|
|
705
731
|
],
|
|
706
732
|
'1.1.43': [
|
|
707
733
|
'BULK DEPLOYMENT: New snow_bulk_deploy tool for deploying multiple artifacts at once',
|
|
@@ -713,7 +739,7 @@ exports.VERSION_INFO = {
|
|
|
713
739
|
'INDEX DISCOVERY: Lists all indexes and their configurations',
|
|
714
740
|
'RELATIONSHIP MAPPING: Visual representation of table dependencies',
|
|
715
741
|
'MEMORY FIX: Clarified that shared memory uses existing snow-flow memory system',
|
|
716
|
-
'Fixed TypeScript errors in deployment and operations MCP servers'
|
|
742
|
+
'Fixed TypeScript errors in deployment and operations MCP servers',
|
|
717
743
|
],
|
|
718
744
|
'1.1.42': [
|
|
719
745
|
'SWARM COMMAND ENHANCED: Intelligent features now enabled by default - รฉรฉn command voor alles!',
|
|
@@ -725,7 +751,7 @@ exports.VERSION_INFO = {
|
|
|
725
751
|
'PROGRESS MONITORING: Real-time progress tracking (default: true)',
|
|
726
752
|
'INTELLIGENT ORCHESTRATION: Uses snow_orchestrate_development MCP tool when features enabled',
|
|
727
753
|
'NO FLAGS NEEDED: Just run "snow-flow swarm" and everything works automatically',
|
|
728
|
-
'Based on user request: "oke maar ik zou willen dat de swarm command ook al deze dingen heeft"'
|
|
754
|
+
'Based on user request: "oke maar ik zou willen dat de swarm command ook al deze dingen heeft"',
|
|
729
755
|
],
|
|
730
756
|
'1.1.41': [
|
|
731
757
|
'GAME CHANGER: 5 new critical MCP tools addressing all user feedback!',
|
|
@@ -735,7 +761,7 @@ exports.VERSION_INFO = {
|
|
|
735
761
|
'BATCH VALIDATION: batch_deployment_validator - comprehensive multi-artifact validation',
|
|
736
762
|
'AUTO ROLLBACK: deployment_rollback_manager - automatic rollback with backup creation',
|
|
737
763
|
'NO MORE SIMULATION: Addresses "agents simulated deployment success without real validation"',
|
|
738
|
-
'Based on extensive user feedback - the complete ServiceNow Development Copilot!'
|
|
764
|
+
'Based on extensive user feedback - the complete ServiceNow Development Copilot!',
|
|
739
765
|
],
|
|
740
766
|
'1.1.40': [
|
|
741
767
|
'BREAKTHROUGH: Fixed the root cause of static 2-agent limitation!',
|
|
@@ -743,7 +769,7 @@ exports.VERSION_INFO = {
|
|
|
743
769
|
'REAL USER CONTROL: --max-agents=5 now actually spawns 5 agents',
|
|
744
770
|
'SMART ALLOCATION: Prioritizes high-confidence agents, then adds lower-confidence ones',
|
|
745
771
|
'NO MORE 2-AGENT LIMIT: System respects your agent count request',
|
|
746
|
-
'Based on user feedback: "statisch maximaal 2 agents gespawnd worden" - FIXED!'
|
|
772
|
+
'Based on user feedback: "statisch maximaal 2 agents gespawnd worden" - FIXED!',
|
|
747
773
|
],
|
|
748
774
|
'1.1.39': [
|
|
749
775
|
'INTELLIGENT: Enhanced artifact detection with Dutch language support',
|
|
@@ -751,7 +777,7 @@ exports.VERSION_INFO = {
|
|
|
751
777
|
'MULTILINGUAL: Full Dutch keyword support for all agent types and artifacts',
|
|
752
778
|
'SMART DETECTION: Pattern matching for "widget", "flow", "script", "table", etc.',
|
|
753
779
|
'NO MORE EMPTY: ServiceNow Artifacts field now properly populated',
|
|
754
|
-
'Based on user feedback: "ServiceNow Artifacts:" showing empty - now fixed!'
|
|
780
|
+
'Based on user feedback: "ServiceNow Artifacts:" showing empty - now fixed!',
|
|
755
781
|
],
|
|
756
782
|
'1.1.38': [
|
|
757
783
|
'CRITICAL: Fixed max agents limitation - now properly respects --max-agents flag',
|
|
@@ -759,7 +785,7 @@ exports.VERSION_INFO = {
|
|
|
759
785
|
'USER CONTROL: --max-agents=5 now actually spawns up to 5 agents as requested',
|
|
760
786
|
'SMART ALLOCATION: Balances user request with required agents (Update Set, Application)',
|
|
761
787
|
'TRANSPARENCY: Shows Requested vs Estimated vs Actual agent counts in output',
|
|
762
|
-
'Based on user feedback: "hard coded max agents = 2 hebben ingesteld, zelfs als ik de flag --max-agents=5 meegeven"'
|
|
788
|
+
'Based on user feedback: "hard coded max agents = 2 hebben ingesteld, zelfs als ik de flag --max-agents=5 meegeven"',
|
|
763
789
|
],
|
|
764
790
|
'1.1.37': [
|
|
765
791
|
'CRITICAL: Fixed 403 authentication errors caused by trailing slash in instance URL',
|
|
@@ -767,7 +793,7 @@ exports.VERSION_INFO = {
|
|
|
767
793
|
'AUTO-DIAGNOSTICS: Automatically runs auth diagnostics on 403 deployment failures',
|
|
768
794
|
'ENHANCED: Better OAuth permission validation and troubleshooting guidance',
|
|
769
795
|
'FIXED: URL construction issues that caused malformed API calls',
|
|
770
|
-
'IMPROVED: Deployment fallback mechanisms with detailed error _analysis'
|
|
796
|
+
'IMPROVED: Deployment fallback mechanisms with detailed error _analysis',
|
|
771
797
|
],
|
|
772
798
|
'1.1.36': [
|
|
773
799
|
'CRITICAL: Fixed flow vs subflow confusion with explicit flow_type parameter',
|
|
@@ -776,7 +802,7 @@ exports.VERSION_INFO = {
|
|
|
776
802
|
'NEW: Solution package tool for grouping and deploying related artifacts together',
|
|
777
803
|
'NEW: Interactive flow wizard for step-by-step flow creation',
|
|
778
804
|
'Added createSubflow, createFlowAction, and setCurrentUpdateSet methods',
|
|
779
|
-
'Improved Flow Designer integration with proper type handling'
|
|
805
|
+
'Improved Flow Designer integration with proper type handling',
|
|
780
806
|
],
|
|
781
807
|
'1.1.35': [
|
|
782
808
|
'NEW: snow_preview_widget tool for widget preview and integration _analysis',
|
|
@@ -785,7 +811,7 @@ exports.VERSION_INFO = {
|
|
|
785
811
|
'Automatic Chart.js dependency detection and reporting',
|
|
786
812
|
'Code coverage _analysis for HTML/CSS/JS integration',
|
|
787
813
|
'Detailed recommendations for widget improvement',
|
|
788
|
-
'Integration checking between template variables and scripts'
|
|
814
|
+
'Integration checking between template variables and scripts',
|
|
789
815
|
],
|
|
790
816
|
'1.1.34': [
|
|
791
817
|
'CRITICAL: Fixed Service Portal widget field mapping (script vs server_script)',
|
|
@@ -793,7 +819,7 @@ exports.VERSION_INFO = {
|
|
|
793
819
|
'Added proactive Service Portal permission validation before deployment',
|
|
794
820
|
'Comprehensive deployment error diagnostics with troubleshooting steps',
|
|
795
821
|
'Auto-generated Update Set XML for manual import as deployment fallback',
|
|
796
|
-
'Widget-specific deployment logic tailored for Service Portal requirements'
|
|
822
|
+
'Widget-specific deployment logic tailored for Service Portal requirements',
|
|
797
823
|
],
|
|
798
824
|
'1.1.33': [
|
|
799
825
|
'CRITICAL: Fixed MCP tool data consistency issues',
|
|
@@ -801,112 +827,112 @@ exports.VERSION_INFO = {
|
|
|
801
827
|
'Enhanced getBySysId with retry logic and fallback search for new records',
|
|
802
828
|
'Added verification system to editBySysId for data consistency',
|
|
803
829
|
'New snow_sync_data_consistency tool for automatic data healing',
|
|
804
|
-
'Improved error handling and troubleshooting guidance'
|
|
830
|
+
'Improved error handling and troubleshooting guidance',
|
|
805
831
|
],
|
|
806
832
|
'1.1.32': [
|
|
807
833
|
'MAJOR: Fixed all critical deployment issues identified in feedback',
|
|
808
834
|
'Added comprehensive sys_id tracking and validation system',
|
|
809
835
|
'Implemented deployment fallback strategies for 403 errors',
|
|
810
836
|
'Automatic update set management with emergency fallbacks',
|
|
811
|
-
'Real-time artifact consistency validation and debugging tools'
|
|
837
|
+
'Real-time artifact consistency validation and debugging tools',
|
|
812
838
|
],
|
|
813
839
|
'1.1.31': [
|
|
814
840
|
'Added direct sys_id lookup tools to servicenow-intelligent MCP',
|
|
815
841
|
'Vastly improved search query intelligence - extracts artifact names properly',
|
|
816
842
|
'Fixed widget server script deployment by adding sys_id based editing',
|
|
817
|
-
'Much more reliable artifact finding and editing capabilities'
|
|
843
|
+
'Much more reliable artifact finding and editing capabilities',
|
|
818
844
|
],
|
|
819
845
|
'1.1.30': [
|
|
820
846
|
'Fixed servicenow-flow-composer MCP server compatibility issues',
|
|
821
847
|
'Enhanced error handling and runtime stability',
|
|
822
848
|
'Improved MCP server initialization and discovery',
|
|
823
|
-
'All 13 MCP servers now fully operational and tested'
|
|
849
|
+
'All 13 MCP servers now fully operational and tested',
|
|
824
850
|
],
|
|
825
851
|
'1.1.29': [
|
|
826
852
|
'Added snow-flow and ruv-swarm MCP servers to configuration',
|
|
827
853
|
'Snow-flow MCP provides advanced orchestration capabilities',
|
|
828
854
|
'Ruv-swarm MCP enables distributed swarm coordination',
|
|
829
|
-
'Expanded to 13 total MCP servers for comprehensive development'
|
|
855
|
+
'Expanded to 13 total MCP servers for comprehensive development',
|
|
830
856
|
],
|
|
831
857
|
'1.1.28': [
|
|
832
858
|
'Restored MCP activation scripts in init command',
|
|
833
859
|
'Init creates activation scripts without auto-starting Claude Code',
|
|
834
860
|
'Better balance - MCP preparation during init, activation when needed',
|
|
835
|
-
'Cross-platform activation scripts (Windows/Mac/Linux)'
|
|
861
|
+
'Cross-platform activation scripts (Windows/Mac/Linux)',
|
|
836
862
|
],
|
|
837
863
|
'1.1.27': [
|
|
838
864
|
'Removed Claude Code auto-start from init command for cleaner initialization',
|
|
839
865
|
'Added automatic MCP server activation to swarm and create-flow commands',
|
|
840
866
|
'Claude Code now starts with MCP servers when using operational commands',
|
|
841
|
-
'Improved user experience - MCP only activates when actually needed'
|
|
867
|
+
'Improved user experience - MCP only activates when actually needed',
|
|
842
868
|
],
|
|
843
869
|
'1.1.26': [
|
|
844
870
|
'Fixed MCP configuration schema error - using mcpServers instead of servers',
|
|
845
871
|
'Corrected .mcp.json format to match Claude Code requirements',
|
|
846
|
-
'Resolved "Invalid MCP configuration" error during auto-activation'
|
|
872
|
+
'Resolved "Invalid MCP configuration" error during auto-activation',
|
|
847
873
|
],
|
|
848
874
|
'1.1.25': [
|
|
849
875
|
'Automatic MCP server activation with claude --mcp-config',
|
|
850
876
|
'Interactive prompt to auto-start Claude Code with MCP servers',
|
|
851
877
|
'Cross-platform activation scripts (Mac/Linux/Windows)',
|
|
852
|
-
'Direct Claude Code integration without manual approval steps'
|
|
878
|
+
'Direct Claude Code integration without manual approval steps',
|
|
853
879
|
],
|
|
854
880
|
'1.1.24': [
|
|
855
881
|
'Added MCP debug command for troubleshooting: snow-flow mcp debug',
|
|
856
882
|
'Improved MCP server path resolution for global installations',
|
|
857
883
|
'Enhanced init output with detailed debug information',
|
|
858
|
-
'Better instructions for Claude Code MCP server approval'
|
|
884
|
+
'Better instructions for Claude Code MCP server approval',
|
|
859
885
|
],
|
|
860
886
|
'1.1.23': [
|
|
861
887
|
'Fixed .npmignore to include essential .claude config files',
|
|
862
888
|
'Added .claude/mcp-config.json generation for additional MCP configuration',
|
|
863
889
|
'Created .claude.mcp-config.template for proper MCP server setup',
|
|
864
|
-
'Ensured all MCP server start scripts are included in npm package'
|
|
890
|
+
'Ensured all MCP server start scripts are included in npm package',
|
|
865
891
|
],
|
|
866
892
|
'1.1.22': [
|
|
867
893
|
'Verified MCP server registration works correctly with global npm installation',
|
|
868
894
|
'Confirmed .claude/settings.json properly includes all 11 ServiceNow MCP servers',
|
|
869
895
|
'Tested and validated MCP paths are correctly resolved for global installations',
|
|
870
|
-
'Ready for production use with Claude Code MCP integration'
|
|
896
|
+
'Ready for production use with Claude Code MCP integration',
|
|
871
897
|
],
|
|
872
898
|
'1.1.21': [
|
|
873
899
|
'Added .claude.settings.template to npm package',
|
|
874
900
|
'Template file ensures settings.json is properly created from npm install',
|
|
875
|
-
'Fixed .npmignore to include the template file'
|
|
901
|
+
'Fixed .npmignore to include the template file',
|
|
876
902
|
],
|
|
877
903
|
'1.1.20': [
|
|
878
904
|
'FINAL FIX: Actually creates .claude/settings.json with enabledMcpjsonServers',
|
|
879
905
|
'MCP servers now truly visible in Claude Code after init',
|
|
880
|
-
'Fixed the missing settings.json generation in init command'
|
|
906
|
+
'Fixed the missing settings.json generation in init command',
|
|
881
907
|
],
|
|
882
908
|
'1.1.19': [
|
|
883
909
|
'Fixed MCP servers visibility in Claude Code by adding enabledMcpjsonServers',
|
|
884
910
|
'All 11 ServiceNow MCP servers now automatically enabled in .claude/settings.json',
|
|
885
|
-
'MCP servers work immediately after init without manual registration'
|
|
911
|
+
'MCP servers work immediately after init without manual registration',
|
|
886
912
|
],
|
|
887
913
|
'1.1.18': [
|
|
888
914
|
'Fixed MCP server registration using claude mcp add-json',
|
|
889
915
|
'Proper JSON format for MCP server configuration',
|
|
890
|
-
'Improved compatibility with Claude Code MCP commands'
|
|
916
|
+
'Improved compatibility with Claude Code MCP commands',
|
|
891
917
|
],
|
|
892
918
|
'1.1.17': [
|
|
893
919
|
'Automatic MCP server registration with Claude Code',
|
|
894
920
|
'Added claude mcp add commands to init process',
|
|
895
|
-
'Better error handling for MCP registration'
|
|
921
|
+
'Better error handling for MCP registration',
|
|
896
922
|
],
|
|
897
923
|
'1.1.15': [
|
|
898
924
|
'Fixed MCP server paths for global npm installations',
|
|
899
|
-
'MCP servers now correctly load from global npm directory'
|
|
925
|
+
'MCP servers now correctly load from global npm directory',
|
|
900
926
|
],
|
|
901
927
|
'1.1.14': [
|
|
902
928
|
'Fixed version display in global installation',
|
|
903
|
-
'Dynamic version control instead of hardcoded values'
|
|
929
|
+
'Dynamic version control instead of hardcoded values',
|
|
904
930
|
],
|
|
905
931
|
'1.1.4': [
|
|
906
932
|
'Fixed MCP server setup for global npm installations',
|
|
907
933
|
'Automatic .mcp.json generation with correct paths',
|
|
908
934
|
'Claude Code automatically loads MCP servers from .mcp.json',
|
|
909
|
-
'All 11 ServiceNow MCP servers properly configured'
|
|
935
|
+
'All 11 ServiceNow MCP servers properly configured',
|
|
910
936
|
],
|
|
911
937
|
'1.1.0': [
|
|
912
938
|
'Enhanced Flow Composer MCP with natural language flow creation',
|
|
@@ -916,8 +942,8 @@ exports.VERSION_INFO = {
|
|
|
916
942
|
'Composite templates for complete systems',
|
|
917
943
|
'Natural language understanding for artifact generation',
|
|
918
944
|
'Update Set management for all deployments',
|
|
919
|
-
'Neo4j graph memory for intelligent artifact understanding'
|
|
920
|
-
]
|
|
945
|
+
'Neo4j graph memory for intelligent artifact understanding',
|
|
946
|
+
],
|
|
921
947
|
},
|
|
922
948
|
changelog: {
|
|
923
949
|
'1.1.90': {
|
|
@@ -936,8 +962,8 @@ exports.VERSION_INFO = {
|
|
|
936
962
|
'QUEEN AGENT INTEGRATION: Seamlessly integrated into Queen Agent workflow - automatically detects opportunities',
|
|
937
963
|
'GRACEFUL FALLBACKS: Falls back to sequential execution when parallelization not beneficial or available',
|
|
938
964
|
'COMPREHENSIVE PLANNING: Creates detailed execution plans with agent workloads, timelines, and coordination',
|
|
939
|
-
'BREAKTHROUGH ACHIEVEMENT: Transforms single-agent sequential work into optimized multi-agent parallel execution'
|
|
940
|
-
]
|
|
965
|
+
'BREAKTHROUGH ACHIEVEMENT: Transforms single-agent sequential work into optimized multi-agent parallel execution',
|
|
966
|
+
],
|
|
941
967
|
},
|
|
942
968
|
'1.1.89': {
|
|
943
969
|
date: '2025-01-22',
|
|
@@ -949,8 +975,8 @@ exports.VERSION_INFO = {
|
|
|
949
975
|
'DEBUG LOGGING: Added detailed debug logging for better diagnostics of table discovery operations',
|
|
950
976
|
'QUEEN AGENT RESILIENCE: Enhanced Queen Agent ability to continue operation when ServiceNow table details are partially unavailable',
|
|
951
977
|
'ERROR RECOVERY: Better error recovery for ServiceNow API communication issues and missing response properties',
|
|
952
|
-
'TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration in table discovery method'
|
|
953
|
-
]
|
|
978
|
+
'TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration in table discovery method',
|
|
979
|
+
],
|
|
954
980
|
},
|
|
955
981
|
'1.1.88': {
|
|
956
982
|
date: '2025-01-22',
|
|
@@ -967,8 +993,8 @@ exports.VERSION_INFO = {
|
|
|
967
993
|
'COMPREHENSIVE COVERAGE: Handles user permissions, database indexes, email templates, scheduled jobs, ACL rules, UI actions, import sets, transforms, and 50+ other configurations',
|
|
968
994
|
'AUTOMATIC FALLBACKS: When automation fails, provides comprehensive manual instructions with environment-specific guidance',
|
|
969
995
|
'PERFECT WORKFLOW: Authentication โ Discovery โ Gap Analysis โ MCP Tools โ Auto-Resolution โ Manual Instructions',
|
|
970
|
-
'BEYOND MCP SCOPE: Finally addresses all ServiceNow configurations that fall outside standard MCP tool capabilities'
|
|
971
|
-
]
|
|
996
|
+
'BEYOND MCP SCOPE: Finally addresses all ServiceNow configurations that fall outside standard MCP tool capabilities',
|
|
997
|
+
],
|
|
972
998
|
},
|
|
973
999
|
'1.1.87': {
|
|
974
1000
|
date: '2025-01-22',
|
|
@@ -982,8 +1008,8 @@ exports.VERSION_INFO = {
|
|
|
982
1008
|
'CONFLICT PREVENTION: Checks if dependencies already loaded to prevent duplicates',
|
|
983
1009
|
'QUEEN AGENT INTEGRATION: Built into widget deployment workflow - no manual steps needed',
|
|
984
1010
|
'COMPREHENSIVE TESTING: Full test suite for dependency detection and theme management',
|
|
985
|
-
'INTELLIGENT PROMPTS: When auto-permissions disabled, provides clear dependency installation prompts'
|
|
986
|
-
]
|
|
1011
|
+
'INTELLIGENT PROMPTS: When auto-permissions disabled, provides clear dependency installation prompts',
|
|
1012
|
+
],
|
|
987
1013
|
},
|
|
988
1014
|
'1.1.86': {
|
|
989
1015
|
date: '2025-01-22',
|
|
@@ -995,8 +1021,8 @@ exports.VERSION_INFO = {
|
|
|
995
1021
|
'CONTEXT AWARENESS: Discovers related tables based on objective context (e.g., "catalog" โ sc_cat_item, sc_category)',
|
|
996
1022
|
'AGENT COORDINATION: All agents receive discovered table schemas to use exact field names like "short_description"',
|
|
997
1023
|
'MEMORY INTEGRATION: Stores discovered schemas in memory for all agents to access during execution',
|
|
998
|
-
'DISCOVERY EXAMPLES: Clear documentation showing how objectives map to table discovery patterns'
|
|
999
|
-
]
|
|
1024
|
+
'DISCOVERY EXAMPLES: Clear documentation showing how objectives map to table discovery patterns',
|
|
1025
|
+
],
|
|
1000
1026
|
},
|
|
1001
1027
|
'1.1.84': {
|
|
1002
1028
|
date: '2025-01-22',
|
|
@@ -1008,8 +1034,8 @@ exports.VERSION_INFO = {
|
|
|
1008
1034
|
'MEMORY PATTERNS: successful-deployments.json and workflow-templates.json for learning patterns',
|
|
1009
1035
|
'QUICK START GUIDE: QUICK_START.md provides 5-minute onboarding experience',
|
|
1010
1036
|
'MCP-FIRST WORKFLOW: Init ensures CLAUDE.md contains mandatory authentication workflow',
|
|
1011
|
-
'IMPROVED OUTPUT: Init command now clearly shows all documentation created for users'
|
|
1012
|
-
]
|
|
1037
|
+
'IMPROVED OUTPUT: Init command now clearly shows all documentation created for users',
|
|
1038
|
+
],
|
|
1013
1039
|
},
|
|
1014
1040
|
'1.1.83': {
|
|
1015
1041
|
date: '2025-01-22',
|
|
@@ -1019,8 +1045,8 @@ exports.VERSION_INFO = {
|
|
|
1019
1045
|
'NPM PACKAGE INTEGRITY: Fresh npm package with properly compiled version information',
|
|
1020
1046
|
'CLI VERSION FIXED: snow-flow --version now correctly shows 1.1.83 instead of cached old version',
|
|
1021
1047
|
'TESTING READY: Package ready for comprehensive testing of makeRequest fixes',
|
|
1022
|
-
'BUILD CHAIN VERIFIED: Complete source โ build โ publish workflow validated'
|
|
1023
|
-
]
|
|
1048
|
+
'BUILD CHAIN VERIFIED: Complete source โ build โ publish workflow validated',
|
|
1049
|
+
],
|
|
1024
1050
|
},
|
|
1025
1051
|
'1.1.82': {
|
|
1026
1052
|
date: '2025-01-22',
|
|
@@ -1030,8 +1056,8 @@ exports.VERSION_INFO = {
|
|
|
1030
1056
|
'NPM PACKAGE DEPLOYMENT: Published complete package with synchronized version across all components',
|
|
1031
1057
|
'MAKEQUEST INVESTIGATION: Comprehensive resolution of phantom makeRequest calls in MCP tools',
|
|
1032
1058
|
'TESTING READY: Package available for installation and testing in separate environments',
|
|
1033
|
-
'COMPLETE WORKFLOW: From investigation โ fix โ version sync โ npm publish โ testing'
|
|
1034
|
-
]
|
|
1059
|
+
'COMPLETE WORKFLOW: From investigation โ fix โ version sync โ npm publish โ testing',
|
|
1060
|
+
],
|
|
1035
1061
|
},
|
|
1036
1062
|
'1.1.81': {
|
|
1037
1063
|
date: '2025-01-22',
|
|
@@ -1043,8 +1069,8 @@ exports.VERSION_INFO = {
|
|
|
1043
1069
|
'ERROR HANDLING IMPROVED: Added comprehensive makeRequest method support to all client classes',
|
|
1044
1070
|
'MCP PROTOCOL DEBUGGING: Better error tracing and debugging capabilities in MCP communication layer',
|
|
1045
1071
|
'NPM PACKAGE READY: Published v1.1.81 to npm registry for testing in separate environments',
|
|
1046
|
-
'DEPLOYMENT RELIABILITY: Resolved issues that prevented flow creation via MCP tools in Claude Code'
|
|
1047
|
-
]
|
|
1072
|
+
'DEPLOYMENT RELIABILITY: Resolved issues that prevented flow creation via MCP tools in Claude Code',
|
|
1073
|
+
],
|
|
1048
1074
|
},
|
|
1049
1075
|
'1.1.80': {
|
|
1050
1076
|
date: '2025-01-22',
|
|
@@ -1060,8 +1086,8 @@ exports.VERSION_INFO = {
|
|
|
1060
1086
|
'AGENT-SPECIFIC WORKFLOWS: Each agent type has tailored authentication and discovery instructions',
|
|
1061
1087
|
'MEMORY INTEGRATION: All plans stored in memory for future automated deployment',
|
|
1062
1088
|
'NO MORE LOCAL FILES: Eliminated direct file creation - ServiceNow-first development is mandatory',
|
|
1063
|
-
'USER FEEDBACK ADDRESSED: Agents no longer create local files when MCP tools are available'
|
|
1064
|
-
]
|
|
1089
|
+
'USER FEEDBACK ADDRESSED: Agents no longer create local files when MCP tools are available',
|
|
1090
|
+
],
|
|
1065
1091
|
},
|
|
1066
1092
|
'1.1.74': {
|
|
1067
1093
|
date: '2025-01-21',
|
|
@@ -1075,8 +1101,8 @@ exports.VERSION_INFO = {
|
|
|
1075
1101
|
'FALLBACK STRATEGIES: Uses predefined actions when ServiceNow search returns inappropriate results',
|
|
1076
1102
|
'ENHANCED VALIDATION: Only accepts actions that actually match search terms and make sense',
|
|
1077
1103
|
'REAL DEPLOYMENTS: Flows now deploy with proper ServiceNow action types and configurations',
|
|
1078
|
-
'IMPROVED FLOW STRUCTURE: Activities now correctly linked to appropriate flow actions'
|
|
1079
|
-
]
|
|
1104
|
+
'IMPROVED FLOW STRUCTURE: Activities now correctly linked to appropriate flow actions',
|
|
1105
|
+
],
|
|
1080
1106
|
},
|
|
1081
1107
|
'1.1.73': {
|
|
1082
1108
|
date: '2025-01-21',
|
|
@@ -1093,8 +1119,8 @@ exports.VERSION_INFO = {
|
|
|
1093
1119
|
'75% REDUCTION: From 4+ deployment tools down to 1 unified snow_deploy tool',
|
|
1094
1120
|
'SAME FUNCTIONALITY: All features preserved but through cleaner, simpler interface',
|
|
1095
1121
|
'BETTER UX: Users no longer confused by multiple overlapping deployment tools',
|
|
1096
|
-
'CLEAN CODEBASE: Reduced complexity while maintaining full backward compatibility'
|
|
1097
|
-
]
|
|
1122
|
+
'CLEAN CODEBASE: Reduced complexity while maintaining full backward compatibility',
|
|
1123
|
+
],
|
|
1098
1124
|
},
|
|
1099
1125
|
'1.1.72': {
|
|
1100
1126
|
date: '2025-01-21',
|
|
@@ -1112,8 +1138,8 @@ exports.VERSION_INFO = {
|
|
|
1112
1138
|
'PERFECT WORKFLOW GUARANTEE: Never returns "failure zonder plan" - always provides working solution',
|
|
1113
1139
|
'COMPREHENSIVE ERROR RECOVERY: Multiple fallback strategies ensure successful deployment or clear manual path',
|
|
1114
1140
|
'ONE COMMAND SOLUTION: snow_unified_deploy({type: "flow", instruction: "approval flow"}) handles everything',
|
|
1115
|
-
'WORKFLOW IMPROVEMENTS: Addresses all issues from comprehensive user feedback systematically'
|
|
1116
|
-
]
|
|
1141
|
+
'WORKFLOW IMPROVEMENTS: Addresses all issues from comprehensive user feedback systematically',
|
|
1142
|
+
],
|
|
1117
1143
|
},
|
|
1118
1144
|
'1.1.71': {
|
|
1119
1145
|
date: '2025-01-21',
|
|
@@ -1127,8 +1153,8 @@ exports.VERSION_INFO = {
|
|
|
1127
1153
|
'PARAMETER DESCRIPTIONS: deploy_immediately parameter description updated with clear warnings',
|
|
1128
1154
|
'MCP TOOL RESPONSES: orchestration tools now include mode and warning fields',
|
|
1129
1155
|
'TRANSPARENT BEHAVIOR: Users always know if real artifacts will be created or if it is _analysis only',
|
|
1130
|
-
'SAFETY IMPROVEMENTS: Better user awareness prevents accidental deployment in production environments'
|
|
1131
|
-
]
|
|
1156
|
+
'SAFETY IMPROVEMENTS: Better user awareness prevents accidental deployment in production environments',
|
|
1157
|
+
],
|
|
1132
1158
|
},
|
|
1133
1159
|
'1.1.70': {
|
|
1134
1160
|
date: '2025-01-21',
|
|
@@ -1143,8 +1169,8 @@ exports.VERSION_INFO = {
|
|
|
1143
1169
|
'ACTIVITY EXTRACTION: Correctly parses activities from latest_snapshot JSON for modern flows',
|
|
1144
1170
|
'TESTING RECOMMENDATIONS: Enhanced guidance based on flow type (modern vs legacy)',
|
|
1145
1171
|
'ALTERNATIVE TOOLS: Suggests snow_test_flow_with_mock and snow_find_artifact as fallbacks',
|
|
1146
|
-
'URL GENERATION: Provides correct URLs for both Flow Designer and Legacy Workflow IDE'
|
|
1147
|
-
]
|
|
1172
|
+
'URL GENERATION: Provides correct URLs for both Flow Designer and Legacy Workflow IDE',
|
|
1173
|
+
],
|
|
1148
1174
|
},
|
|
1149
1175
|
'1.1.69': {
|
|
1150
1176
|
date: '2025-01-21',
|
|
@@ -1160,8 +1186,8 @@ exports.VERSION_INFO = {
|
|
|
1160
1186
|
'DUPLICATE PREVENTION: Checks if users/groups exist before creation to prevent duplicates',
|
|
1161
1187
|
'PROPER TABLE USAGE: Direct operations on sys_user_group table, not CMDB search',
|
|
1162
1188
|
'COMPREHENSIVE RESPONSES: Returns sys_ids, URLs, and detailed status for all operations',
|
|
1163
|
-
'ERROR HANDLING: Clear permission requirements and troubleshooting guidance'
|
|
1164
|
-
]
|
|
1189
|
+
'ERROR HANDLING: Clear permission requirements and troubleshooting guidance',
|
|
1190
|
+
],
|
|
1165
1191
|
},
|
|
1166
1192
|
'1.1.68': {
|
|
1167
1193
|
date: '2025-01-21',
|
|
@@ -1173,8 +1199,8 @@ exports.VERSION_INFO = {
|
|
|
1173
1199
|
'GENERALIZED DELIVERABLES: Removed specific file lists, now references CLAUDE.md for details',
|
|
1174
1200
|
'BRAND CONSISTENCY: Updated all CLAUDE.md files to use snow-flow instead of claude-flow',
|
|
1175
1201
|
'IMPROVED DEVELOPER EXPERIENCE: Cleaner, more concise prompts that defer to documentation',
|
|
1176
|
-
'MAINTAINED TEAM-BASED ARCHITECTURE: Still promotes specialized teams but without technical details'
|
|
1177
|
-
]
|
|
1202
|
+
'MAINTAINED TEAM-BASED ARCHITECTURE: Still promotes specialized teams but without technical details',
|
|
1203
|
+
],
|
|
1178
1204
|
},
|
|
1179
1205
|
'1.1.64': {
|
|
1180
1206
|
date: '2025-01-21',
|
|
@@ -1184,8 +1210,8 @@ exports.VERSION_INFO = {
|
|
|
1184
1210
|
'IMPROVED PATH DETECTION: Better search algorithm for finding source files in dist/ and src/',
|
|
1185
1211
|
'SPARC COMMANDS VERIFIED: All team and specialist commands working correctly as documented',
|
|
1186
1212
|
'COMPLETE TEAM FEATURES: Full team-based SPARC architecture documentation included',
|
|
1187
|
-
'REMOVED DEBUG LOGS: Cleaned up init command output for better user experience'
|
|
1188
|
-
]
|
|
1213
|
+
'REMOVED DEBUG LOGS: Cleaned up init command output for better user experience',
|
|
1214
|
+
],
|
|
1189
1215
|
},
|
|
1190
1216
|
'1.1.63': {
|
|
1191
1217
|
date: '2025-01-21',
|
|
@@ -1195,8 +1221,8 @@ exports.VERSION_INFO = {
|
|
|
1195
1221
|
'BRAND CONSISTENCY: Replaced all claude-flow references with snow-flow throughout codebase',
|
|
1196
1222
|
'DOCUMENTATION SYNC: Users now get complete up-to-date CLAUDE.md with team features',
|
|
1197
1223
|
'IMPROVED INITIALIZATION: Better fallback when CLAUDE.md source cannot be found',
|
|
1198
|
-
'VERSION MANAGEMENT: Comprehensive search paths for finding source CLAUDE.md file'
|
|
1199
|
-
]
|
|
1224
|
+
'VERSION MANAGEMENT: Comprehensive search paths for finding source CLAUDE.md file',
|
|
1225
|
+
],
|
|
1200
1226
|
},
|
|
1201
1227
|
'1.1.62': {
|
|
1202
1228
|
date: '2025-01-21',
|
|
@@ -1217,8 +1243,8 @@ exports.VERSION_INFO = {
|
|
|
1217
1243
|
'REAL-WORLD ALIGNMENT: Teams mirror actual software development structures',
|
|
1218
1244
|
'INTELLIGENT COORDINATION: Sequential, parallel, or hybrid execution patterns',
|
|
1219
1245
|
'ERROR RECOVERY: Graceful handling of specialist failures with fallback strategies',
|
|
1220
|
-
'BACKWARD COMPATIBLE: All existing commands continue to work unchanged'
|
|
1221
|
-
]
|
|
1246
|
+
'BACKWARD COMPATIBLE: All existing commands continue to work unchanged',
|
|
1247
|
+
],
|
|
1222
1248
|
},
|
|
1223
1249
|
'1.1.53': {
|
|
1224
1250
|
date: '2025-01-20',
|
|
@@ -1240,8 +1266,8 @@ exports.VERSION_INFO = {
|
|
|
1240
1266
|
' - ServiceNow Flow Composer functionality restored',
|
|
1241
1267
|
' - Flow creation tools now available via MCP tools',
|
|
1242
1268
|
'PACKAGE INTEGRITY: npm package now includes all required compiled dependencies',
|
|
1243
|
-
'DEPLOYMENT VERIFICATION: All MCP servers tested and confirmed working after npm install'
|
|
1244
|
-
]
|
|
1269
|
+
'DEPLOYMENT VERIFICATION: All MCP servers tested and confirmed working after npm install',
|
|
1270
|
+
],
|
|
1245
1271
|
},
|
|
1246
1272
|
'1.1.52': {
|
|
1247
1273
|
date: '2025-01-20',
|
|
@@ -1260,8 +1286,8 @@ exports.VERSION_INFO = {
|
|
|
1260
1286
|
' - Real-world use cases and examples',
|
|
1261
1287
|
'CONSISTENCY: New users get identical documentation to project maintainers',
|
|
1262
1288
|
'INIT IMPROVEMENT: snow-flow init --sparc now creates production-ready documentation environment',
|
|
1263
|
-
'NO MORE EMPTY DOCS: Both major documentation files now comprehensive from day one'
|
|
1264
|
-
]
|
|
1289
|
+
'NO MORE EMPTY DOCS: Both major documentation files now comprehensive from day one',
|
|
1290
|
+
],
|
|
1265
1291
|
},
|
|
1266
1292
|
'1.1.51': {
|
|
1267
1293
|
date: '2025-01-20',
|
|
@@ -1279,8 +1305,8 @@ exports.VERSION_INFO = {
|
|
|
1279
1305
|
'TRIGGER HANDLING: Enhanced trigger generation for nested structures',
|
|
1280
1306
|
'ACTIVITY COUNT FIX: Validation report now shows correct activity count from processed structure',
|
|
1281
1307
|
'COMPREHENSIVE ERROR RECOVERY: Handles all Flow Designer JSON format variations seamlessly',
|
|
1282
|
-
'USER ISSUE RESOLVED: The specific JSON format that was failing now validates and deploys successfully'
|
|
1283
|
-
]
|
|
1308
|
+
'USER ISSUE RESOLVED: The specific JSON format that was failing now validates and deploys successfully',
|
|
1309
|
+
],
|
|
1284
1310
|
},
|
|
1285
1311
|
'1.1.50': {
|
|
1286
1312
|
date: '2025-01-20',
|
|
@@ -1299,8 +1325,8 @@ exports.VERSION_INFO = {
|
|
|
1299
1325
|
'USER ISSUE RESOLVED: Basic template (claude.md super summier) replaced with production-ready guide',
|
|
1300
1326
|
'INIT COMMAND IMPROVEMENT: snow-flow init --sparc now provides complete development environment',
|
|
1301
1327
|
'DOCUMENTATION CONSISTENCY: Init template matches project documentation exactly',
|
|
1302
|
-
'NEW USER EXPERIENCE: Complete Snow-Flow capabilities visible from first init'
|
|
1303
|
-
]
|
|
1328
|
+
'NEW USER EXPERIENCE: Complete Snow-Flow capabilities visible from first init',
|
|
1329
|
+
],
|
|
1304
1330
|
},
|
|
1305
1331
|
'1.1.49': {
|
|
1306
1332
|
date: '2025-01-20',
|
|
@@ -1316,8 +1342,8 @@ exports.VERSION_INFO = {
|
|
|
1316
1342
|
'BACKWARDS COMPATIBILITY: Existing flows with "activities" continue to work unchanged',
|
|
1317
1343
|
'ADDRESSES USER FEEDBACK: "Missing or invalid activities array" error now impossible',
|
|
1318
1344
|
'The original failure: "steps" vs "activities" mismatch - PERMANENTLY SOLVED',
|
|
1319
|
-
'Flow deployment validation now succeeds with both old and new JSON formats'
|
|
1320
|
-
]
|
|
1345
|
+
'Flow deployment validation now succeeds with both old and new JSON formats',
|
|
1346
|
+
],
|
|
1321
1347
|
},
|
|
1322
1348
|
'1.1.48': {
|
|
1323
1349
|
date: '2025-01-20',
|
|
@@ -1339,8 +1365,8 @@ exports.VERSION_INFO = {
|
|
|
1339
1365
|
'Intelligent trigger mapping: record_created โ after, record_updated โ after, manual โ async',
|
|
1340
1366
|
'Preserves flow variables and converts them to Business Rule script variables',
|
|
1341
1367
|
'ZERO ERRORS: All Flow Designer tools now guaranteed to work or provide intelligent alternatives',
|
|
1342
|
-
'Addresses ALL user feedback systematically: Flow failures, session errors, testing issues, schema problems'
|
|
1343
|
-
]
|
|
1368
|
+
'Addresses ALL user feedback systematically: Flow failures, session errors, testing issues, schema problems',
|
|
1369
|
+
],
|
|
1344
1370
|
},
|
|
1345
1371
|
'1.1.47': {
|
|
1346
1372
|
date: '2025-01-20',
|
|
@@ -1354,8 +1380,8 @@ exports.VERSION_INFO = {
|
|
|
1354
1380
|
'Comprehensive reporting with detailed breakdown by artifact type',
|
|
1355
1381
|
'Safe request handling - cancels instead of deletes for audit purposes',
|
|
1356
1382
|
'Error handling with detailed troubleshooting guidance',
|
|
1357
|
-
'Addresses user feedback: test catalog items remaining in Update Sets'
|
|
1358
|
-
]
|
|
1383
|
+
'Addresses user feedback: test catalog items remaining in Update Sets',
|
|
1384
|
+
],
|
|
1359
1385
|
},
|
|
1360
1386
|
'1.1.46': {
|
|
1361
1387
|
date: '2025-01-20',
|
|
@@ -1369,8 +1395,8 @@ exports.VERSION_INFO = {
|
|
|
1369
1395
|
'DEPLOYMENT FIXES: Resolved "Content not found. Subflow cannot be found" error',
|
|
1370
1396
|
'Added extensive logging for flow type detection and deployment',
|
|
1371
1397
|
'Addresses user feedback: "hij maakt een subflow aan in plaats van een flow"',
|
|
1372
|
-
'Ensures consistent flow deployment across all creation paths'
|
|
1373
|
-
]
|
|
1398
|
+
'Ensures consistent flow deployment across all creation paths',
|
|
1399
|
+
],
|
|
1374
1400
|
},
|
|
1375
1401
|
'1.1.45': {
|
|
1376
1402
|
date: '2025-01-20',
|
|
@@ -1383,8 +1409,8 @@ exports.VERSION_INFO = {
|
|
|
1383
1409
|
'Optional test link creation with sample request for verification',
|
|
1384
1410
|
'Comprehensive error handling and troubleshooting guidance',
|
|
1385
1411
|
'Addresses user request for direct catalog-flow linking capabilities',
|
|
1386
|
-
'Perfect for equipment provisioning and automated fulfillment workflows'
|
|
1387
|
-
]
|
|
1412
|
+
'Perfect for equipment provisioning and automated fulfillment workflows',
|
|
1413
|
+
],
|
|
1388
1414
|
},
|
|
1389
1415
|
'1.1.44': {
|
|
1390
1416
|
date: '2025-01-20',
|
|
@@ -1398,8 +1424,8 @@ exports.VERSION_INFO = {
|
|
|
1398
1424
|
'Detailed test reporting with execution status, timing, and errors',
|
|
1399
1425
|
'Optional cleanup removes all test data after execution',
|
|
1400
1426
|
'Solves user feedback: "Flow test tool gaf 404 error"',
|
|
1401
|
-
'Enables flow verification: "Kon niet verifiรซren of flow werkt"'
|
|
1402
|
-
]
|
|
1427
|
+
'Enables flow verification: "Kon niet verifiรซren of flow werkt"',
|
|
1428
|
+
],
|
|
1403
1429
|
},
|
|
1404
1430
|
'1.1.43': {
|
|
1405
1431
|
date: '2025-01-20',
|
|
@@ -1416,8 +1442,8 @@ exports.VERSION_INFO = {
|
|
|
1416
1442
|
'MEMORY CLARIFICATION: Shared memory feature uses existing snow-flow memory system',
|
|
1417
1443
|
'Fixed duplicate catalog table entries in operations MCP',
|
|
1418
1444
|
'Fixed TypeScript type errors in platform development MCP',
|
|
1419
|
-
'Fixed ensureUpdateSet parameter mismatch in bulk deploy'
|
|
1420
|
-
]
|
|
1445
|
+
'Fixed ensureUpdateSet parameter mismatch in bulk deploy',
|
|
1446
|
+
],
|
|
1421
1447
|
},
|
|
1422
1448
|
'1.1.42': {
|
|
1423
1449
|
date: '2025-01-19',
|
|
@@ -1431,8 +1457,8 @@ exports.VERSION_INFO = {
|
|
|
1431
1457
|
'ENHANCED PROMPT: Shows which intelligent features are active and what will happen',
|
|
1432
1458
|
'UNIFIED EXPERIENCE: รฉรฉn command voor alles - one command for everything!',
|
|
1433
1459
|
'Use --no- prefix to disable features (e.g., --no-auto-deploy for manual control)',
|
|
1434
|
-
'Documentation updated in README.md and CLAUDE.md files with examples'
|
|
1435
|
-
]
|
|
1460
|
+
'Documentation updated in README.md and CLAUDE.md files with examples',
|
|
1461
|
+
],
|
|
1436
1462
|
},
|
|
1437
1463
|
'1.1.41': {
|
|
1438
1464
|
date: '2025-01-19',
|
|
@@ -1449,8 +1475,8 @@ exports.VERSION_INFO = {
|
|
|
1449
1475
|
'Real-time response from ServiceNow APIs for all deployment operations',
|
|
1450
1476
|
'Live URL generation after successful deployment with actual confirmation',
|
|
1451
1477
|
'Intelligent rollback suggestions and automated safety nets',
|
|
1452
|
-
'Complete ServiceNow Development Copilot experience with live instance integration'
|
|
1453
|
-
]
|
|
1478
|
+
'Complete ServiceNow Development Copilot experience with live instance integration',
|
|
1479
|
+
],
|
|
1454
1480
|
},
|
|
1455
1481
|
'1.1.40': {
|
|
1456
1482
|
date: '2025-01-19',
|
|
@@ -1463,8 +1489,8 @@ exports.VERSION_INFO = {
|
|
|
1463
1489
|
'Fixed CLI chain: options.maxAgents โ analyzeObjective โ AgentDetector.analyzeTask โ determineSupportingAgents',
|
|
1464
1490
|
'Intelligent fallback: includes essential agents (tester, orchestrator) while respecting user limits',
|
|
1465
1491
|
'User feedback solved: "statisch maximaal 2 agents gespawnd worden voor een swarm"',
|
|
1466
|
-
'--max-agents=5 now truly spawns up to 5 agents instead of being limited to 2 by confidence filter'
|
|
1467
|
-
]
|
|
1492
|
+
'--max-agents=5 now truly spawns up to 5 agents instead of being limited to 2 by confidence filter',
|
|
1493
|
+
],
|
|
1468
1494
|
},
|
|
1469
1495
|
'1.1.39': {
|
|
1470
1496
|
date: '2025-01-19',
|
|
@@ -1477,8 +1503,8 @@ exports.VERSION_INFO = {
|
|
|
1477
1503
|
'Added pattern matching for complex phrases: "service portal", "business rule", "script include"',
|
|
1478
1504
|
'Context-aware detection combines creation intent with artifact hints',
|
|
1479
1505
|
'Multilingual support for requiresUpdateSet and requiresApplication detection',
|
|
1480
|
-
'Solved user issue: ServiceNow Artifacts field showing empty in swarm startup output'
|
|
1481
|
-
]
|
|
1506
|
+
'Solved user issue: ServiceNow Artifacts field showing empty in swarm startup output',
|
|
1507
|
+
],
|
|
1482
1508
|
},
|
|
1483
1509
|
'1.1.38': {
|
|
1484
1510
|
date: '2025-01-19',
|
|
@@ -1490,8 +1516,8 @@ exports.VERSION_INFO = {
|
|
|
1490
1516
|
'Updated CLI display to show Requested | Estimated | Actual agent counts for transparency',
|
|
1491
1517
|
'Solved user issue: "hard coded max agents = 2" - now properly uses --max-agents=5',
|
|
1492
1518
|
'System now calculates: 1 primary + supporting agents (within user limit) + required agents',
|
|
1493
|
-
'Required agents (Update Set Manager, Application Manager) are preserved regardless of limit'
|
|
1494
|
-
]
|
|
1519
|
+
'Required agents (Update Set Manager, Application Manager) are preserved regardless of limit',
|
|
1520
|
+
],
|
|
1495
1521
|
},
|
|
1496
1522
|
'1.1.37': {
|
|
1497
1523
|
date: '2025-01-19',
|
|
@@ -1504,8 +1530,8 @@ exports.VERSION_INFO = {
|
|
|
1504
1530
|
'Enhanced error handling with specific recommendations for URL, OAuth, and role issues',
|
|
1505
1531
|
'Improved fallback mechanisms for deployment failures',
|
|
1506
1532
|
'Better troubleshooting guidance with actionable steps',
|
|
1507
|
-
'URL validation and OAuth scope checking built into diagnostics'
|
|
1508
|
-
]
|
|
1533
|
+
'URL validation and OAuth scope checking built into diagnostics',
|
|
1534
|
+
],
|
|
1509
1535
|
},
|
|
1510
1536
|
'1.1.36': {
|
|
1511
1537
|
date: '2025-01-19',
|
|
@@ -1520,8 +1546,8 @@ exports.VERSION_INFO = {
|
|
|
1520
1546
|
'Enhanced ServiceNowClient with createSubflow and createFlowAction methods',
|
|
1521
1547
|
'Added setCurrentUpdateSet for Update Set management',
|
|
1522
1548
|
'Improved flow deployment with validation before deploy option',
|
|
1523
|
-
'Better error messages and troubleshooting for flow deployment issues'
|
|
1524
|
-
]
|
|
1549
|
+
'Better error messages and troubleshooting for flow deployment issues',
|
|
1550
|
+
],
|
|
1525
1551
|
},
|
|
1526
1552
|
'1.1.35': {
|
|
1527
1553
|
date: '2025-01-19',
|
|
@@ -1533,8 +1559,8 @@ exports.VERSION_INFO = {
|
|
|
1533
1559
|
'Automatic detection of Chart.js and other library dependencies',
|
|
1534
1560
|
'Integration _analysis between template variables, client bindings, and server data',
|
|
1535
1561
|
'Detailed recommendations for improving widget code quality',
|
|
1536
|
-
'Based on user feedback from successful widget deployment experience'
|
|
1537
|
-
]
|
|
1562
|
+
'Based on user feedback from successful widget deployment experience',
|
|
1563
|
+
],
|
|
1538
1564
|
},
|
|
1539
1565
|
'1.1.34': {
|
|
1540
1566
|
date: '2025-01-19',
|
|
@@ -1546,8 +1572,8 @@ exports.VERSION_INFO = {
|
|
|
1546
1572
|
'Comprehensive error diagnostics with specific OAuth and permission troubleshooting',
|
|
1547
1573
|
'Auto-generated Update Set XML for manual import when direct deployment fails',
|
|
1548
1574
|
'Widget-specific deployment logic with Service Portal table requirements',
|
|
1549
|
-
'Enhanced fallback strategies with multiple deployment options'
|
|
1550
|
-
]
|
|
1575
|
+
'Enhanced fallback strategies with multiple deployment options',
|
|
1576
|
+
],
|
|
1551
1577
|
},
|
|
1552
1578
|
'1.1.33': {
|
|
1553
1579
|
date: '2025-01-19',
|
|
@@ -1559,8 +1585,8 @@ exports.VERSION_INFO = {
|
|
|
1559
1585
|
'Added missing activateUpdateSet method to ServiceNowClient',
|
|
1560
1586
|
'New snow_sync_data_consistency tool for automatic data healing and cache refresh',
|
|
1561
1587
|
'Improved error messages with specific troubleshooting guidance',
|
|
1562
|
-
'Progressive delay retry mechanism for handling ServiceNow indexing delays'
|
|
1563
|
-
]
|
|
1588
|
+
'Progressive delay retry mechanism for handling ServiceNow indexing delays',
|
|
1589
|
+
],
|
|
1564
1590
|
},
|
|
1565
1591
|
'1.1.32': {
|
|
1566
1592
|
date: '2025-01-19',
|
|
@@ -1571,8 +1597,8 @@ exports.VERSION_INFO = {
|
|
|
1571
1597
|
'Enhanced update set management with auto-activation and emergency fallbacks',
|
|
1572
1598
|
'Added snow_validate_sysid and snow_deployment_debug tools for troubleshooting',
|
|
1573
1599
|
'Real-time validation of deployed artifacts with inconsistency detection',
|
|
1574
|
-
'Comprehensive error handling and recovery strategies for 403 errors'
|
|
1575
|
-
]
|
|
1600
|
+
'Comprehensive error handling and recovery strategies for 403 errors',
|
|
1601
|
+
],
|
|
1576
1602
|
},
|
|
1577
1603
|
'1.1.31': {
|
|
1578
1604
|
date: '2025-01-19',
|
|
@@ -1581,8 +1607,8 @@ exports.VERSION_INFO = {
|
|
|
1581
1607
|
'Implemented smart identifier extraction - removes artifact type keywords properly',
|
|
1582
1608
|
'Fixed search queries to extract "incident bar chart" from "incident bar chart widget"',
|
|
1583
1609
|
'Direct sys_id based editing is now much more reliable than text-based search',
|
|
1584
|
-
'Solved the empty script field issue in widget deployment'
|
|
1585
|
-
]
|
|
1610
|
+
'Solved the empty script field issue in widget deployment',
|
|
1611
|
+
],
|
|
1586
1612
|
},
|
|
1587
1613
|
'1.1.30': {
|
|
1588
1614
|
date: '2025-01-19',
|
|
@@ -1590,16 +1616,16 @@ exports.VERSION_INFO = {
|
|
|
1590
1616
|
'Fixed servicenow-flow-composer MCP server runtime issues',
|
|
1591
1617
|
'Enhanced error handling in all MCP server modules',
|
|
1592
1618
|
'Improved stability and reliability of MCP server operations',
|
|
1593
|
-
'Verified all 13 MCP servers are working correctly'
|
|
1594
|
-
]
|
|
1619
|
+
'Verified all 13 MCP servers are working correctly',
|
|
1620
|
+
],
|
|
1595
1621
|
},
|
|
1596
1622
|
'1.1.29': {
|
|
1597
1623
|
date: '2025-01-19',
|
|
1598
1624
|
changes: [
|
|
1599
1625
|
'Both servers integrate with Claude Code for enhanced orchestration',
|
|
1600
1626
|
'Updated enabledMcpjsonServers to include snow-flow and ruv-swarm',
|
|
1601
|
-
'Total of 13 MCP servers now available'
|
|
1602
|
-
]
|
|
1627
|
+
'Total of 13 MCP servers now available',
|
|
1628
|
+
],
|
|
1603
1629
|
},
|
|
1604
1630
|
'1.1.28': {
|
|
1605
1631
|
date: '2025-01-19',
|
|
@@ -1608,8 +1634,8 @@ exports.VERSION_INFO = {
|
|
|
1608
1634
|
'Scripts are created but Claude Code is not auto-started',
|
|
1609
1635
|
'Provides activate-mcp.sh (Unix/Mac) and activate-mcp.bat/.ps1 (Windows)',
|
|
1610
1636
|
'Users can manually activate MCP servers when ready',
|
|
1611
|
-
'Maintains cleaner init experience while providing activation options'
|
|
1612
|
-
]
|
|
1637
|
+
'Maintains cleaner init experience while providing activation options',
|
|
1638
|
+
],
|
|
1613
1639
|
},
|
|
1614
1640
|
'1.1.27': {
|
|
1615
1641
|
date: '2025-01-19',
|
|
@@ -1618,8 +1644,8 @@ exports.VERSION_INFO = {
|
|
|
1618
1644
|
'Added MCP server auto-activation to swarm and create-flow commands',
|
|
1619
1645
|
'MCP servers now activate only when running operational commands',
|
|
1620
1646
|
'Investigated external MCP integration - some use different architectures',
|
|
1621
|
-
'Improved initialization flow - cleaner and faster setup'
|
|
1622
|
-
]
|
|
1647
|
+
'Improved initialization flow - cleaner and faster setup',
|
|
1648
|
+
],
|
|
1623
1649
|
},
|
|
1624
1650
|
'1.1.26': {
|
|
1625
1651
|
date: '2025-01-19',
|
|
@@ -1627,8 +1653,8 @@ exports.VERSION_INFO = {
|
|
|
1627
1653
|
'Fixed MCP configuration schema validation error in Claude Code',
|
|
1628
1654
|
'Changed .mcp.json structure from "servers" to "mcpServers" key',
|
|
1629
1655
|
'Resolved issue preventing Claude Code from auto-starting with MCP servers',
|
|
1630
|
-
'Ensures compatibility with latest Claude Code MCP schema requirements'
|
|
1631
|
-
]
|
|
1656
|
+
'Ensures compatibility with latest Claude Code MCP schema requirements',
|
|
1657
|
+
],
|
|
1632
1658
|
},
|
|
1633
1659
|
'1.1.25': {
|
|
1634
1660
|
date: '2025-01-19',
|
|
@@ -1636,8 +1662,8 @@ exports.VERSION_INFO = {
|
|
|
1636
1662
|
'Added automatic MCP server activation using claude --mcp-config flag',
|
|
1637
1663
|
'Interactive prompt during init to start Claude Code with MCP servers',
|
|
1638
1664
|
'Created platform-specific activation scripts (.sh for Unix, .bat/.ps1 for Windows)',
|
|
1639
|
-
'Removed manual MCP approval requirement - servers load automatically'
|
|
1640
|
-
]
|
|
1665
|
+
'Removed manual MCP approval requirement - servers load automatically',
|
|
1666
|
+
],
|
|
1641
1667
|
},
|
|
1642
1668
|
'1.1.24': {
|
|
1643
1669
|
date: '2025-01-19',
|
|
@@ -1645,8 +1671,8 @@ exports.VERSION_INFO = {
|
|
|
1645
1671
|
'Added snow-flow mcp debug command to troubleshoot MCP configuration',
|
|
1646
1672
|
'Fixed MCP server path detection in MCPServerManager',
|
|
1647
1673
|
'Improved init command output with debug paths and approval instructions',
|
|
1648
|
-
'Enhanced error handling and user guidance for MCP activation'
|
|
1649
|
-
]
|
|
1674
|
+
'Enhanced error handling and user guidance for MCP activation',
|
|
1675
|
+
],
|
|
1650
1676
|
},
|
|
1651
1677
|
'1.1.23': {
|
|
1652
1678
|
date: '2025-01-19',
|
|
@@ -1654,8 +1680,8 @@ exports.VERSION_INFO = {
|
|
|
1654
1680
|
'Fixed .npmignore blocking critical .claude configuration files',
|
|
1655
1681
|
'Added support for .claude/mcp-config.json generation',
|
|
1656
1682
|
'Included all necessary MCP startup scripts in npm package',
|
|
1657
|
-
'Improved MCP server configuration for better Claude Code integration'
|
|
1658
|
-
]
|
|
1683
|
+
'Improved MCP server configuration for better Claude Code integration',
|
|
1684
|
+
],
|
|
1659
1685
|
},
|
|
1660
1686
|
'1.1.22': {
|
|
1661
1687
|
date: '2025-01-19',
|
|
@@ -1663,8 +1689,8 @@ exports.VERSION_INFO = {
|
|
|
1663
1689
|
'Final verification of MCP server registration functionality',
|
|
1664
1690
|
'Tested global npm installation generates correct paths in .mcp.json',
|
|
1665
1691
|
'Confirmed .claude/settings.json includes all 11 ServiceNow MCP servers',
|
|
1666
|
-
'Production-ready release with full MCP server integration'
|
|
1667
|
-
]
|
|
1692
|
+
'Production-ready release with full MCP server integration',
|
|
1693
|
+
],
|
|
1668
1694
|
},
|
|
1669
1695
|
'1.1.21': {
|
|
1670
1696
|
date: '2025-01-19',
|
|
@@ -1672,8 +1698,8 @@ exports.VERSION_INFO = {
|
|
|
1672
1698
|
'Added .claude.settings.template file that gets included in npm package',
|
|
1673
1699
|
'Fixed .npmignore to include the template file',
|
|
1674
1700
|
'Template ensures Claude Code settings are properly configured',
|
|
1675
|
-
'Resolves issue where settings worked locally but not from npm'
|
|
1676
|
-
]
|
|
1701
|
+
'Resolves issue where settings worked locally but not from npm',
|
|
1702
|
+
],
|
|
1677
1703
|
},
|
|
1678
1704
|
'1.1.20': {
|
|
1679
1705
|
date: '2025-01-19',
|
|
@@ -1681,8 +1707,8 @@ exports.VERSION_INFO = {
|
|
|
1681
1707
|
'FINAL FIX: settings.json now actually created during init command',
|
|
1682
1708
|
'MCP servers properly enabled in Claude Code via enabledMcpjsonServers',
|
|
1683
1709
|
'Fixed code that created settings but never wrote it to disk',
|
|
1684
|
-
'All 11 ServiceNow MCP servers now work after npm install -g'
|
|
1685
|
-
]
|
|
1710
|
+
'All 11 ServiceNow MCP servers now work after npm install -g',
|
|
1711
|
+
],
|
|
1686
1712
|
},
|
|
1687
1713
|
'1.1.19': {
|
|
1688
1714
|
date: '2025-01-19',
|
|
@@ -1690,8 +1716,8 @@ exports.VERSION_INFO = {
|
|
|
1690
1716
|
'CRITICAL FIX: Added enabledMcpjsonServers to .claude/settings.json',
|
|
1691
1717
|
'MCP servers now automatically visible in Claude Code without manual steps',
|
|
1692
1718
|
'All 11 ServiceNow servers properly registered in Claude Code settings',
|
|
1693
|
-
'Fixed the root cause of MCP servers not appearing after npm install'
|
|
1694
|
-
]
|
|
1719
|
+
'Fixed the root cause of MCP servers not appearing after npm install',
|
|
1720
|
+
],
|
|
1695
1721
|
},
|
|
1696
1722
|
'1.1.18': {
|
|
1697
1723
|
date: '2025-01-19',
|
|
@@ -1699,8 +1725,8 @@ exports.VERSION_INFO = {
|
|
|
1699
1725
|
'Fixed MCP server registration to use claude mcp add-json command',
|
|
1700
1726
|
'Corrected JSON format for MCP server configuration',
|
|
1701
1727
|
'Improved error handling for server registration',
|
|
1702
|
-
'Better compatibility with Claude Code MCP CLI'
|
|
1703
|
-
]
|
|
1728
|
+
'Better compatibility with Claude Code MCP CLI',
|
|
1729
|
+
],
|
|
1704
1730
|
},
|
|
1705
1731
|
'1.1.17': {
|
|
1706
1732
|
date: '2025-01-19',
|
|
@@ -1708,8 +1734,8 @@ exports.VERSION_INFO = {
|
|
|
1708
1734
|
'Automatic MCP server registration with Claude Code using claude mcp add',
|
|
1709
1735
|
'Init command now registers all 11 MCP servers with Claude Code',
|
|
1710
1736
|
'Better error handling and user feedback for MCP registration',
|
|
1711
|
-
'Servers are registered with project scope for better organization'
|
|
1712
|
-
]
|
|
1737
|
+
'Servers are registered with project scope for better organization',
|
|
1738
|
+
],
|
|
1713
1739
|
},
|
|
1714
1740
|
'1.1.16': {
|
|
1715
1741
|
date: '2025-01-19',
|
|
@@ -1717,8 +1743,8 @@ exports.VERSION_INFO = {
|
|
|
1717
1743
|
'Fixed .mcp.json generation to write correct paths after all initialization',
|
|
1718
1744
|
'Removed .mcp.json files from package to prevent overwriting',
|
|
1719
1745
|
'Init command now generates .mcp.json with proper global npm paths',
|
|
1720
|
-
'Ensures MCP servers are accessible from any directory after global install'
|
|
1721
|
-
]
|
|
1746
|
+
'Ensures MCP servers are accessible from any directory after global install',
|
|
1747
|
+
],
|
|
1722
1748
|
},
|
|
1723
1749
|
'1.1.15': {
|
|
1724
1750
|
date: '2025-01-19',
|
|
@@ -1726,16 +1752,16 @@ exports.VERSION_INFO = {
|
|
|
1726
1752
|
'Fixed MCP server paths for global npm installations',
|
|
1727
1753
|
'setup-mcp.js now correctly distinguishes between package and project directories',
|
|
1728
1754
|
'MCP configuration points to correct global npm module paths',
|
|
1729
|
-
'Resolves issue where MCP servers could not be found after npm install -g'
|
|
1730
|
-
]
|
|
1755
|
+
'Resolves issue where MCP servers could not be found after npm install -g',
|
|
1756
|
+
],
|
|
1731
1757
|
},
|
|
1732
1758
|
'1.1.14': {
|
|
1733
1759
|
date: '2025-01-19',
|
|
1734
1760
|
changes: [
|
|
1735
1761
|
'Fixed version display showing 1.1.0 instead of current version',
|
|
1736
1762
|
'Replaced all hardcoded version strings with dynamic VERSION constant',
|
|
1737
|
-
'Proper version synchronization across all files'
|
|
1738
|
-
]
|
|
1763
|
+
'Proper version synchronization across all files',
|
|
1764
|
+
],
|
|
1739
1765
|
},
|
|
1740
1766
|
'1.1.4': {
|
|
1741
1767
|
date: '2025-01-19',
|
|
@@ -1744,8 +1770,8 @@ exports.VERSION_INFO = {
|
|
|
1744
1770
|
'setup-mcp.js now correctly detects global vs local installation',
|
|
1745
1771
|
'Init command copies .mcp.json to project directory when needed',
|
|
1746
1772
|
'Claude Code automatically loads MCP servers from .mcp.json',
|
|
1747
|
-
'Simplified and reliable MCP server registration'
|
|
1748
|
-
]
|
|
1773
|
+
'Simplified and reliable MCP server registration',
|
|
1774
|
+
],
|
|
1749
1775
|
},
|
|
1750
1776
|
'1.1.0': {
|
|
1751
1777
|
date: '2025-01-17',
|
|
@@ -1754,8 +1780,8 @@ exports.VERSION_INFO = {
|
|
|
1754
1780
|
'Expanded template system with intelligent variations',
|
|
1755
1781
|
'Enhanced template engine with NLP capabilities',
|
|
1756
1782
|
'Added composite templates for complex systems',
|
|
1757
|
-
'Improved ServiceNow artifact discovery and orchestration'
|
|
1758
|
-
]
|
|
1783
|
+
'Improved ServiceNow artifact discovery and orchestration',
|
|
1784
|
+
],
|
|
1759
1785
|
},
|
|
1760
1786
|
'1.0.0': {
|
|
1761
1787
|
date: '2025-01-15',
|
|
@@ -1764,10 +1790,10 @@ exports.VERSION_INFO = {
|
|
|
1764
1790
|
'ServiceNow OAuth integration',
|
|
1765
1791
|
'MCP server support',
|
|
1766
1792
|
'Basic template system',
|
|
1767
|
-
'SPARC methodology implementation'
|
|
1768
|
-
]
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1793
|
+
'SPARC methodology implementation',
|
|
1794
|
+
],
|
|
1795
|
+
},
|
|
1796
|
+
},
|
|
1771
1797
|
};
|
|
1772
1798
|
/**
|
|
1773
1799
|
* Get version string with optional format
|