snow-flow 8.33.13 โ†’ 8.33.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/version.js CHANGED
@@ -1,2002 +1,6 @@
1
1
  "use strict";
2
- /**
3
- * Snow-Flow Version Management
4
- */
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.VERSION_INFO = exports.VERSION = void 0;
7
- exports.getVersionString = getVersionString;
8
- exports.getLatestFeatures = getLatestFeatures;
9
- exports.isLatestVersion = isLatestVersion;
10
- const dynamic_version_1 = require("./dynamic-version");
11
- exports.VERSION = dynamic_version_1.VERSION;
12
- exports.VERSION_INFO = {
13
- version: exports.VERSION,
14
- name: 'Snow-Flow',
15
- description: 'ServiceNow Queen Agent - Hive-Mind Intelligence for ServiceNow Development',
16
- features: {
17
- '2.7.1': [
18
- '๐Ÿ’พ MEMORY-EFFICIENT ML: Streaming training for large datasets prevents memory overload',
19
- '๐Ÿ“ฆ BATCH PROCESSING: Process data in configurable batches (default 100 records)',
20
- '๐Ÿ—œ๏ธ FEATURE HASHING: Reduces vocabulary from unlimited to fixed size (default 10K)',
21
- '๐Ÿ”„ PROGRESSIVE LOADING: Only loads data as needed during training',
22
- '๐Ÿงน AUTOMATIC CLEANUP: Disposes tensors after each batch to free memory',
23
- '๐Ÿ“ˆ SCALABLE TRAINING: Can handle datasets of any size without crashing',
24
- 'โšก OPTIMIZED MODELS: Smaller but effective neural networks for memory efficiency',
25
- '๐Ÿ“Š REAL-TIME PROGRESS: Shows batch-by-batch training progress',
26
- ],
27
- '2.7.0': [
28
- '๐Ÿง  INTELLIGENT ML DATA SELECTION: Snow-Flow now intelligently selects balanced training data',
29
- '๐ŸŽฏ CUSTOM QUERIES: Added query parameter for full control over ML training data selection',
30
- 'โš–๏ธ BALANCED DATASETS: Automatic balancing across categories, priorities, and time periods',
31
- '๐Ÿ” FOCUS CATEGORIES: Can now focus ML training on specific incident categories',
32
- '๐Ÿ“Š DATA DISTRIBUTION: Shows category and priority distribution for transparency',
33
- '๐Ÿš€ DYNAMIC CONTROL: Snow-Flow has full freedom to optimize ML data selection',
34
- 'โœจ SMART DEFAULTS: Intelligent query building when no custom query provided',
35
- ],
36
- '2.6.9': [
37
- '๐Ÿ” ML QUERY FIX: Removed restrictive filters limiting training data to only resolved incidents',
38
- '๐Ÿ“Š ALL INCIDENTS: ML training now includes both active AND resolved incidents',
39
- '๐Ÿ“ˆ MORE DATA: Significantly increased available training data for better ML models',
40
- '๐Ÿš€ BETTER LOGS: Added detailed logging for ML data fetching and training process',
41
- 'โœ… SORTED DATA: Fetches most recent incidents first (ORDER BY sys_created_on DESC)',
42
- ],
43
- '2.6.8': [
44
- '๐Ÿ”ง ML API FIX: Fixed incident data fetching using searchRecords instead of makeRequest',
45
- 'โœ… AUTHENTICATION: Proper authentication handling for ML training data retrieval',
46
- '๐Ÿ“Š CONSISTENT API: ML MCP now uses same methods as operations MCP for data access',
47
- '๐Ÿš€ TRAINING WORKS: ml_train_incident_classifier can now fetch incidents correctly',
48
- '๐Ÿค– BETTER ERRORS: Clear error messages when permissions are missing',
49
- ],
50
- '2.6.7': [
51
- '๐Ÿค– ML HYBRID MODE: Custom neural networks work WITHOUT PA/PI plugins!',
52
- 'โœ… SMART FALLBACK: If PI available, uses it for 95%+ accuracy, else TensorFlow.js',
53
- '๐Ÿ“Š CLEAR REQUIREMENTS: Tool descriptions now show which need PA/PI licenses',
54
- '๐Ÿš€ BEST OF BOTH: ml_train_incident_classifier uses PI when available, TensorFlow.js when not',
55
- '๐Ÿ”ง NO MORE BLOCKS: Basic table access is enough for custom ML models',
56
- '๐Ÿ’ก INTELLIGENT ROUTING: Automatically chooses best ML approach based on licenses',
57
- '๐Ÿ“ˆ ALWAYS WORKS: ML functionality no longer blocked when plugins unavailable',
58
- ],
59
- '2.6.6': [
60
- '๐Ÿš€ JSON-BASED QUEEN MEMORY: Replaced SQLite with simple JSON file storage',
61
- 'โœ… NO MORE PERMISSION ERRORS: Fixed SQLITE_READONLY_DBMOVED database issues permanently',
62
- '๐Ÿ“ TRANSPARENT STORAGE: All memory data in readable JSON files (.snow-flow/queen/*.json)',
63
- '๐Ÿ”ง ATOMIC SAVES: Safe file writes with temp file + rename for data integrity',
64
- '๐Ÿ’พ DEBOUNCED PERSISTENCE: 1-second delay prevents excessive file writes',
65
- '๐Ÿงน CLEANER SYSTEM: Removed better-sqlite3 dependency from Queen memory',
66
- '๐Ÿ“Š BACKWARDS COMPATIBLE: Same API, just simpler storage backend',
67
- ],
68
- '1.4.39': [
69
- '๐Ÿงน NEO4J REMOVAL: Removed Neo4j graph memory from available tools (implementation preserved)',
70
- 'โœ… NEW TOOLS: Implemented neural_status and token_usage in snow-flow-mcp',
71
- '๐Ÿ—‘๏ธ DEPRECATED REMOVAL: Removed bottleneck_analyze, github tools, daa tools, workflow_create, sparc_mode',
72
- 'โŒ FLOW TOOLS: Removed flow_wizard and validate_flow_definition from deployment MCP',
73
- '๐Ÿ“Š TOOL OPTIMIZATION: Focused on 100% working tools based on comprehensive test results',
74
- '๐Ÿ”ง FIXES: Resolved all TypeScript compilation errors and tool registry issues',
75
- ],
76
- '1.4.38': [
77
- '๐Ÿ—‘๏ธ FLOW TOOL REMOVAL: Removed ALL flow-related MCP tools from codebase',
78
- 'โœ… REMOVED TOOLS: snow_test_flow_with_mock, snow_link_catalog_to_flow, snow_deploy_flow',
79
- '๐Ÿงน CLEANUP COMPLETE: Removed flow discovery, testing, and XML flow MCP servers',
80
- '๐Ÿ“š DOCUMENTATION: Updated all docs to remove flow creation references',
81
- '๐Ÿš€ WIDGET FOCUS: Snow-Flow now focuses exclusively on widgets, scripts, and automation',
82
- '๐ŸŽฏ CLEANER CODEBASE: Removed 1000+ lines of deprecated flow code',
83
- ],
84
- '1.4.37': [
85
- '๐Ÿ”ง AUTH DIAGNOSTICS FIX: Fixed misleading "No credentials available" error',
86
- 'โœ… PROPER ERROR: validateDeploymentPermissions now calls ensureAuthenticated first',
87
- '๐Ÿ“Š BETTER DIAGNOSTICS: More accurate authentication status reporting',
88
- '๐Ÿš€ NO MORE CONFUSION: OAuth status and API call errors now properly separated',
89
- ],
90
- '1.4.36': [
91
- '๐Ÿ—‘๏ธ REMOVED FLOW-COMPOSER: Completely removed flow-composer from all configurations',
92
- '๐Ÿ“ TEMPLATE-BASED INIT: Init command now uses .mcp.json.template for consistency',
93
- 'โœ… CLEANER CODEBASE: Template-based MCP configuration for better maintainability',
94
- '๐Ÿงน NO MORE FLOWS: Final cleanup of flow creation features (use ServiceNow Flow Designer)',
95
- '๐Ÿš€ 11 MCP SERVERS: All ServiceNow operations without flow-composer complexity',
96
- ],
97
- '1.4.35': [
98
- '๐ŸŽ‰ ALL MCP SERVERS: Fixed init command to include ALL snow-flow MCP servers automatically',
99
- '๐Ÿค– MEMORY_USAGE FIXED: Added snow-flow server (contains memory_usage and orchestration tools)',
100
- 'โœ… AUTO-CONFIG: No more manual MCP server configuration needed for new projects',
101
- '๐Ÿ“ COMPLETE SETUP: Complete .mcp.json created with all servers on init --sparc',
102
- '๐Ÿš€ ONE COMMAND: snow-flow init --sparc creates everything you need',
103
- ],
104
- '1.4.34': [
105
- '๐Ÿงน FINAL CLEANUP: Removed ALL remaining external tool references from changelog and docs',
106
- '๐Ÿ“ VERSION CHANGELOG: Cleaned version.ts changelog of all external tool references',
107
- '๐Ÿ“š DOCUMENTATION: Updated CHANGELOG.md and ARCHITECTURE.md to remove external tool references',
108
- '๐Ÿ—ƒ๏ธ CONFIG FILES: Cleaned .gitignore and .npmignore of external tool patterns',
109
- 'โœ… ZERO REFERENCES: Verified 0% external tool references in entire codebase',
110
- '๐Ÿš€ PURE SNOW-FLOW: Now completely independent native Snow-Flow implementation',
111
- ],
112
- '1.4.33': [
113
- '๐Ÿ” ROOT CAUSE FOUND: Fixed .claude/settings.json still containing CLAUDE_FLOW_* environment variables',
114
- '๐Ÿ”ง ENV VARIABLES FIX: Changed all CLAUDE_FLOW_* to SNOW_FLOW_* in settings',
115
- '๐ŸŽฏ FINAL SOLUTION: This was causing snow-flow to still show snow-flow/snow-flow-native servers',
116
- 'โœ… COMPLETE CLEANUP: Now truly 0% snow-flow references in entire system',
117
- '๐Ÿš€ READY FOR USE: Snow-flow now shows only snow-flow-* MCP servers',
118
- ],
119
- '1.4.32': [
120
- '๐Ÿšจ MCP CLEANUP SCRIPT: Created automated script to remove snow-flow/snow-flow-native from Claude Desktop',
121
- '๐Ÿ”ง FIX-MCP-REFERENCES: Script automatically cleans Claude config and reinstalls Snow-Flow MCP servers',
122
- '๐Ÿ“‹ USER INSTRUCTIONS: Clear steps to completely remove snow-flow/snow-flow-native from MCP list',
123
- '๐ŸŽฏ CLAUDE DESKTOP FIX: Solves issue where users still see snow-flow in MCP output',
124
- 'โœจ CLEAN INSTALL: Ensures only snow-flow-* servers appear in Claude Desktop MCP list',
125
- ],
126
- '1.4.31': [
127
- '๐Ÿ” COMPREHENSIVE AUDIT: Deep verification of ALL snow-flow to snow-flow command mapping',
128
- '๐Ÿ“‚ COMMAND DIRECTORY CLEANUP: Updated ALL 100+ .claude/commands/*.md files',
129
- '๐Ÿ—‚๏ธ FILE RENAME: snow-flow-swarm.md โ†’ snow-flow-swarm.md with complete content update',
130
- '๐Ÿ’พ SOURCE CODE SWEEP: Updated ALL src/*.ts files to use snow-flow exclusively',
131
- '๐Ÿ“š DOCUMENTATION SYNC: README.md, CLAUDE.md, and all docs now 100% snow-flow',
132
- 'โœ… VERIFIED COMPLETE: Every snow-flow command has functional snow-flow counterpart',
133
- '๐ŸŽฏ ZERO REFERENCES: 0 snow-flow references remaining in codebase',
134
- ],
135
- '1.4.30': [
136
- '๐Ÿงน FINAL CLAUDE-FLOW CLEANUP: Removed ALL remaining snow-flow references from .claude directory',
137
- '๐Ÿ“œ SCRIPT UPDATES: Fixed setup-mcp.sh, github-setup.sh, quick-start.sh to use snow-flow',
138
- '๐Ÿ“š COMMAND DOCS: Renamed and updated snow-flow-memory.md and snow-flow-help.md files',
139
- '๐Ÿ”ง MCP SETUP: Fixed MCP server registration to use snow-flow instead of snow-flow',
140
- 'โœจ 100% SNOW-FLOW: All references now correctly use snow-flow branding and commands',
141
- ],
142
- '1.4.29': [
143
- '๐Ÿงน CODE CLEANUP: Removed deprecated deployXMLToServiceNow function',
144
- '๐Ÿ”ฅ REMOVED COMMAND: Removed deploy-xml command (no longer needed)',
145
- '๐Ÿ“ HELP TEXT: Cleaned up references to XML deployment',
146
- '๐Ÿ—‘๏ธ UNUSED CODE: Removed createSparcFiles function (replaced by init --sparc)',
147
- 'โœจ CLEANER CLI: Streamlined command structure without deprecated functions',
148
- ],
149
- '1.4.28': [
150
- '๐Ÿงน FINAL CLEANUP: Removed last Claude-Flow reference in swarm prompt',
151
- '๐Ÿ“ SWARM PROMPT: Changed "Claude-Flow pattern" to "Snow-Flow pattern"',
152
- 'โœจ COMPLETE MIGRATION: Snow-Flow is now 100% independent',
153
- '๐Ÿš€ NO EXTERNAL DEPS: All swarm orchestration is native Snow-Flow',
154
- ],
155
- '1.4.27': [
156
- '๐Ÿš€ SNOW-FLOW SWARM ORCHESTRATION: Activated native Snow-Flow swarm MCP server',
157
- '๐Ÿ”ง 16 MCP SERVERS: Increased from 15 to 16 with Snow-Flow own orchestration',
158
- '๐ŸŽฏ REPLACES EXTERNAL TOOLS: Snow-Flow now replaces snow-flow/snow-flow-native completely',
159
- '๐Ÿงน REMOVED DEPENDENCIES: Cleaned all snow-flow/snow-flow-native references from settings',
160
- '๐Ÿค– NATIVE SWARM TOOLS: swarm_init, agent_spawn, task_orchestrate, memory tools',
161
- '๐Ÿ“ UPDATED DOCUMENTATION: All docs reflect 16 MCP servers and native swarm',
162
- 'โœจ EIGEN IMPLEMENTATIE: Snow-Flow has its own complete swarm orchestration',
163
- ],
164
- '1.4.17': [
165
- '๐Ÿ” AUTH CLARIFICATION: OAuth is the only supported authentication method',
166
- '๐Ÿ“ DOCUMENTATION: Clear explanation that username/password is not used',
167
- '๐ŸŽฏ NO CONFUSION: Removed misleading authentication options',
168
- '๐Ÿ“‹ SETUP GUIDE: Added OAuth setup instructions in README',
169
- 'โœจ BETTER UX: Users now understand OAuth is required, not optional',
170
- '๐Ÿšซ LEGACY FIELDS: Username/password marked as unused legacy fields',
171
- ],
172
- '1.4.16': [
173
- 'โฑ๏ธ DEPLOYMENT TIMEOUTS: Added configurable timeout settings for widget deployments',
174
- '๐Ÿš€ EXTENDED TIMEOUTS: 5-minute default for deployments (was 60 seconds)',
175
- '๐Ÿ”ง MCP TRANSPORT: 6-minute timeout for MCP deployment operations',
176
- '๐Ÿ“‹ INIT COMMAND: .env template now includes all timeout configurations',
177
- '๐ŸŽฏ NO MORE TIMEOUTS: Prevents MCP error -32001 on complex widget deployments',
178
- '๐Ÿ“ FLOW REMOVAL: Removed all references to flow deployments (widgets only)',
179
- ],
180
- '1.4.15': [
181
- '๐Ÿ› CRITICAL BUG FIX: Fixed swarm command flow detection issue',
182
- 'โœ… SWARM ANALYSIS: Tool name "snow-flow" no longer triggers flow creation error',
183
- '๐Ÿ” ANALYSIS TASKS: Script include dependency analysis now works correctly',
184
- '๐ŸŽฏ IMPROVED ROUTING: Better command detection for analysis vs flow creation',
185
- '๐Ÿ’ช USER EXPERIENCE: Beta testers can now use swarm command without conflicts',
186
- '๐Ÿš€ IMMEDIATE UPDATE RECOMMENDED: All users should update for swarm functionality',
187
- ],
188
- '1.4.14': [
189
- '๐Ÿš€ SNOW-FLOW MCP SERVER: Created complete coordination server replacing snow-flow MCP',
190
- '๐Ÿค– COORDINATION TOOLS: Includes swarm_init, agent_spawn, task_orchestrate, memory_usage',
191
- '๐Ÿง  NEURAL FEATURES: Added neural_train, neural_patterns, neural_status tools',
192
- '๐Ÿ“Š PERFORMANCE TOOLS: Added performance_report, bottleneck_analyze, token_usage',
193
- '๐Ÿ”— GITHUB INTEGRATION: Added github_repo_analyze, github_pr_manage tools',
194
- 'โœจ DYNAMIC AGENTS: Added daa_agent_create, daa_capability_match tools',
195
- '๐Ÿ“š MCP DOCUMENTATION: Updated README with complete MCP integration instructions',
196
- 'โœ… FULLY TESTED: All coordination tools tested and working via stdio transport',
197
- ],
198
- '1.4.9': [
199
- '๐Ÿ”„ DIRECTORY MIGRATION: Migrated all .snow-flow directories to .snow-flow for brand consistency',
200
- '๐Ÿ“ PROJECT STRUCTURE: Updated Queen memory, MCP memory, and test paths to use .snow-flow',
201
- '๐Ÿš€ AUTOMATIC MIGRATION: Init command now auto-migrates existing .snow-flow data to .snow-flow',
202
- 'โœจ ENHANCED INIT: Creates .snow-flow/queen, .snow-flow/memory directories during initialization',
203
- '๐Ÿ›ก๏ธ SAFE MIGRATION: Original .snow-flow data preserved during migration for safety',
204
- '๐Ÿงน CODE CLEANUP: Replaced all snow-flow references with snow-flow in project paths',
205
- '๐Ÿ“ MIGRATION UTILITY: New migrate-snow-flow.ts handles automatic data migration',
206
- ],
207
- '1.4.13': [
208
- '๐Ÿ“Œ VERSION SYNC: Updated version.ts to match package.json version',
209
- 'โœ… VERSION CONSISTENCY: Ensures version.ts and package.json are synchronized',
210
- '๐Ÿ“š VERSION HISTORY: Added complete version history for 1.4.10, 1.4.11, and 1.4.12',
211
- '๐Ÿ”ง BUILD SYSTEM: Fixed version mismatch between source and package',
212
- ],
213
- '1.4.12': [
214
- '๐Ÿท๏ธ COMPLETE BRAND CONSISTENCY: Replaced ALL snow-flow references with snow-flow in CLAUDE.md',
215
- 'โœ… MCP TOOL REFERENCES: Fixed all mcp__snow-flow__ to mcp__snow-flow__ in documentation',
216
- '๐Ÿ“š WORKFLOW EXAMPLES: Updated all workflow examples and batch patterns',
217
- '๐Ÿ”ง CLI COMMANDS: Fixed all npx snow-flow to npx snow-flow',
218
- '๐Ÿ”— GITHUB URLS: Updated all URLs to point to groeimetai/snow-flow',
219
- '๐ŸŽฏ INIT COMMAND: Now generates 100% consistent snow-flow branding',
220
- ],
221
- '1.4.11': [
222
- '๐Ÿ”ง TEMPLATE FIX: Fixed .claude.settings.template to use snow-flow instead of snow-flow',
223
- 'โœ… MCP SERVER LIST: Updated enabled servers list to use snow-flow',
224
- '๐Ÿ”‘ PERMISSIONS: Fixed MCP tool permission patterns for snow-flow',
225
- '๐ŸŽฏ BRAND CONSISTENCY: Ensures init command generates correct settings',
226
- ],
227
- '1.4.10': [
228
- '๐Ÿท๏ธ BRAND UPDATE: Fixed remaining snow-flow references in CLAUDE.md',
229
- 'โœ… MCP CONSISTENCY: Updated all MCP tool examples to use snow-flow',
230
- '๐Ÿ“š DOCUMENTATION: Fixed hook commands and CLI examples',
231
- '๐Ÿ”ง INIT COMMAND: Improved CLAUDE.md generation with correct branding',
232
- ],
233
- '1.4.8': [
234
- '๐Ÿงน NPM CLEANUP: Removed database files and logs from npm package',
235
- '๐Ÿ“ฆ PACKAGE OPTIMIZATION: Reduced package from 829 to 766 files',
236
- '๐Ÿ”’ SECURITY: Excluded sensitive files via improved .npmignore',
237
- '๐Ÿ“Š SIZE REDUCTION: Removed 77.8KB of unnecessary test databases',
238
- '๐ŸŽฏ CLEANER DISTRIBUTION: Only essential files included in npm package',
239
- ],
240
- '1.4.7': [
241
- '๐ŸŽ‰ PORTAL PAGE DEPLOYMENT: Complete implementation of Service Portal page deployment',
242
- '๐Ÿ—๏ธ WIDGET PLACEMENT: Automatic widget instance creation with proper container structure',
243
- '๐ŸŽฏ QUEEN RECOGNITION: Queen Agent now identifies portal page objectives',
244
- '๐Ÿ“ LAYOUT SUPPORT: Single column, multi-column, and sidebar layouts',
245
- '๐Ÿ”— DIRECT LINKS: Returns both edit and preview URLs after deployment',
246
- '๐Ÿš€ INTELLIGENT DETECTION: Automatic portal type detection (sp vs esc)',
247
- 'โœจ DEPLOYMENT TYPES: Added portal_page to all deployment interfaces',
248
- ],
249
- '1.4.6': [
250
- '๐Ÿš€ OPEN SOURCE RELEASE: Complete preparation for public launch',
251
- '๐Ÿ“š DOCUMENTATION: Added comprehensive API, Architecture, and Developer guides',
252
- '๐Ÿ—๏ธ CI/CD: Complete GitHub Actions pipeline with testing and security scanning',
253
- '๐Ÿค COMMUNITY: Added CONTRIBUTING.md, issue/PR templates, and examples',
254
- '๐Ÿ”ง CODE QUALITY: ESLint improvements, Jest configuration, and pre-commit hooks',
255
- '๐Ÿ“ฆ SEMANTIC RELEASE: Automated versioning and changelog generation',
256
- 'โœจ PROFESSIONAL: Ready for enterprise adoption with MIT license',
257
- ],
258
- '1.3.31': [
259
- '๐Ÿ”ง VERSION FIX: Correct version now displayed with snow-flow --version',
260
- 'โœ… All v1.3.30 fixes included plus proper version constant update',
261
- ],
262
- '1.3.30': [
263
- '๐Ÿ”ฅ CRITICAL FIX: BUG-001 Production Blocker Resolved - flowDef is not defined error fixed',
264
- 'โœ… Flow deployments now work correctly - all this.flowDef references fixed',
265
- 'โšก Users should update immediately with npm update -g snow-flow',
266
- ],
267
- '1.3.29': [
268
- '๐Ÿšจ CRITICAL FIXES: v1.3.28 - All Beta Testing Issues RESOLVED!',
269
- 'โœ… Issue #1: Flow Deployment Creates Empty Flows - COMPLETELY FIXED',
270
- 'โœ… Issue #2: Tool Registry Mapping Failures - COMPLETELY FIXED',
271
- 'โœ… Issue #3: Metadata Response Failures - COMPLETELY FIXED',
272
- '๐Ÿš€ New CompleteFlowXMLGenerator with v2 tables and proper encoding',
273
- '๐Ÿง  New MCPToolRegistry with robust tool name resolution',
274
- '๐Ÿ“Š New DeploymentMetadataHandler with complete metadata extraction',
275
- ],
276
- '1.3.27': [
277
- '๐Ÿค– AUTONOMOUS SYSTEMS: All 4 autonomous systems now ENABLED BY DEFAULT in swarm command!',
278
- 'โœ… SELF-DOCUMENTING: Automatic documentation generation and updates (default: enabled)',
279
- '๐Ÿ’ฐ COST OPTIMIZATION: AI-driven cost management with auto-optimization (default: enabled)',
280
- '๐Ÿ” COMPLIANCE MONITORING: Multi-framework compliance with auto-remediation (default: enabled)',
281
- '๐Ÿฅ SELF-HEALING: Predictive failure detection with automatic recovery (default: enabled)',
282
- 'โš™๏ธ FLEXIBLE CONTROL: Use --no-autonomous-* flags to disable specific systems',
283
- '๐Ÿšซ GLOBAL DISABLE: Use --no-autonomous-all to disable all autonomous systems',
284
- '๐Ÿ’ช FORCE OVERRIDE: Use --autonomous-all to force enable all (overrides --no- flags)',
285
- '๐ŸŽฏ PERFECT ORCHESTRATOR: True "รฉรฉn command voor alles" - zero manual intervention needed!',
286
- 'Based on user request: "oke maar kunnen we het niet als standaard aanzetten dat al deze dingen beschikbaar zijn?"',
287
- ],
288
- '1.3.16': [
289
- '๐Ÿ”„ VERSION BUMP: Clean version update for npm publish',
290
- 'โœจ INCLUDES: All improvements from v1.3.15',
291
- '๐Ÿ“ฆ READY: Package prepared for npm distribution',
292
- ],
293
- '1.3.15': [
294
- '๐ŸŽฏ SWARM SIMPLIFIED: Removed XML generation from swarm command',
295
- 'โœจ ORCHESTRATION ONLY: Swarm now only launches Claude Code',
296
- '๐Ÿค– AGENT RESPONSIBILITY: XML generation moved to Claude Code agents',
297
- '๐Ÿš€ CLEANER ARCHITECTURE: Better separation of orchestration vs implementation',
298
- '๐Ÿ“‹ FLOW INSTRUCTIONS: Claude Code gets clear instructions for flow tasks',
299
- '๐Ÿ”ง NO PREMATURE WORK: No more generating/deploying before agents start',
300
- ],
301
- '1.3.14': [
302
- '๐ŸŽฏ CLEANER OUTPUT: Dramatically reduced verbose logging in swarm command',
303
- '๐Ÿš€ FOCUSED UI: Only essential information shown by default',
304
- '๐Ÿ“Š --verbose FLAG: Added flag to see detailed execution information',
305
- 'โœจ STREAMLINED: No more walls of text before anything happens',
306
- '๐Ÿ’ก SMART DEFAULTS: Shows objective, session ID, and actual progress only',
307
- '๐Ÿ”ง BETTER UX: Clean, professional output focused on what matters',
308
- ],
309
- '1.3.13': [
310
- '๐Ÿ› FIX ERROR MESSAGES: Separated XML generation and deployment error handling',
311
- 'โœ… CORRECT ERRORS: "XML flow generation failed" no longer shows for deployment issues',
312
- '๐ŸŽฏ FLOW DETECTION FIX: Flow tasks now correctly detected instead of widget_development',
313
- '๐Ÿ”ง BETTER ERROR HANDLING: Deployment errors show specific failure reasons',
314
- '๐Ÿ“Š DEBUG LOGGING: Added artifact detection debugging with DEBUG env var',
315
- 'โšก IMPROVED RELIABILITY: Better error recovery and clearer user feedback',
316
- ],
317
- '1.3.12': [
318
- '๐Ÿš€ AUTO-DEPLOY XML: Swarm command now automatically deploys flow XML to ServiceNow',
319
- 'โœจ ZERO MANUAL STEPS: Generate โ†’ Import โ†’ Preview โ†’ Commit all automatic',
320
- '๐ŸŽฏ SMART ERROR HANDLING: Falls back to manual deployment if issues occur',
321
- '๐Ÿ”ง SHARED DEPLOYMENT: Both swarm and deploy-xml use same deployment logic',
322
- '๐Ÿ’พ DEPLOYMENT TRACKING: Successful deployments tracked in memory system',
323
- 'โœ… COMPLETE AUTOMATION: No more manual "deploy-xml" command needed',
324
- ],
325
- '1.3.11': [
326
- '๐Ÿ”ฅ IMPROVED FLOW GENERATOR: Complete rewrite fixing "too small to work" issue',
327
- 'โœ… V2 TABLE STRUCTURES: Uses sys_hub_action_instance_v2 and sys_hub_trigger_instance_v2',
328
- '๐Ÿ“ฆ BASE64+GZIP ENCODING: Production-ready action value encoding',
329
- '๐Ÿงฉ COMPLETE LABEL_CACHE: All required metadata for Flow Designer UI',
330
- '๐Ÿ“Š 5-10X LARGER XML: Production-sized flows that actually work in ServiceNow',
331
- '๐Ÿš€ AUTOMATIC DETECTION: Swarm auto-detects Flow Designer tasks and uses XML-first',
332
- ],
333
- '1.3.10': [
334
- '๐Ÿ”ฅ RAW MODE FIX: Used --dangerously-skip-permissions flag',
335
- '๐Ÿ“ STDIN RESTORED: Proper prompt injection via stdin',
336
- 'โœ… FULLY AUTOMATIC: No manual input required anymore',
337
- '๐Ÿš€ LIKE OLD VERSIONS: Works exactly like v1.0-1.2 did',
338
- ],
339
- '1.3.9': [
340
- '๐Ÿš€ CLAUDE CODE AUTO-LAUNCH: Restored automatic Claude Code launching',
341
- '๐Ÿค– PROCESS SPAWNING: Claude CLI detection and proper process spawning',
342
- '๐Ÿ“ PROMPT INJECTION: Automatic prompt sending to Claude Code via stdin',
343
- '๐Ÿ”ง MCP INTEGRATION: Auto-loads MCP servers when .mcp.json exists',
344
- ],
345
- '1.3.8': [
346
- '๐Ÿค– CLAUDE CODE FIX: Restored proper Claude Code agent spawning',
347
- '๐Ÿš€ SWARM ORCHESTRATION: Snow-flow is orchestrator, Claude Code agents are workhorses',
348
- '๐Ÿ”ง NO EARLY EXIT: Flow Designer tasks now continue to full agent orchestration',
349
- '๐Ÿ“‹ CLEAR INSTRUCTIONS: Better messaging about Snow-flow vs Claude Code roles',
350
- ],
351
- '1.3.7': [
352
- '๐Ÿš€ RELEASE VERSION: Combined all fixes from 1.3.2-1.3.6 into stable release',
353
- 'โœ… ZOD VALIDATION: Completely fixed all configuration schema issues',
354
- '๐Ÿง  HIERARCHICAL MEMORY: ServiceNow-specific memory patterns for agent coordination',
355
- '๐Ÿ“ฆ PRODUCTION READY: All version numbers aligned and ready for npm publish',
356
- ],
357
- '1.3.6': [
358
- '๐Ÿ› ZOD FIX: Fixed nested object validation errors in configuration schema',
359
- '๐Ÿ”ง NESTED DEFAULTS: Added .default({}) to all nested objects in ConfigSchema',
360
- 'โœ… STARTUP FIX: Package now starts correctly without Zod validation errors',
361
- '๐Ÿ’พ BACKWARDS COMPATIBLE: All configuration objects have proper default values',
362
- ],
363
- '1.3.5': [
364
- '๐Ÿง  HIERARCHICAL MEMORY: Enhanced memory system with ServiceNow-specific patterns',
365
- '๐Ÿค– AGENT CAPABILITIES: 15+ specialized ServiceNow agent types defined',
366
- '๐Ÿ“Š PATTERN LEARNING: Success/failure pattern recognition for continuous improvement',
367
- '๐Ÿ”— RELATIONSHIP TRACKING: Graph-like connections between artifacts',
368
- ],
369
- '1.3.4': [
370
- '๐Ÿ› ZOD FIX ATTEMPT 2: Added .default({}) to all top-level objects',
371
- '๐Ÿ”ง CONFIG SCHEMA: Fixed "Required" errors for all config properties',
372
- 'โš ๏ธ PARTIAL FIX: Resolved top-level validation but nested objects still failed',
373
- ],
374
- '1.3.3': [
375
- '๐Ÿ› ZOD FIX ATTEMPT 1: Fixed parseInt() returning NaN for undefined env vars',
376
- '๐Ÿ”ง DYNAMIC DEFAULTS: Removed dynamic parseInt() from schema defaults',
377
- 'โœ… NAN CHECKS: Added validation in loadFromEnvironment() method',
378
- 'โš ๏ธ PARTIAL FIX: Resolved NaN errors but uncovered nested object issues',
379
- ],
380
- '1.3.2': [
381
- '๐Ÿšจ BUG INTRODUCED: Zod validation errors preventing package startup',
382
- 'โŒ ISSUE: parseInt() with undefined env vars causing NaN in defaults',
383
- ],
384
- '1.3.1': [
385
- '๐Ÿšจ HOTFIX: Fixed "memory MCP tool is not available" error',
386
- '๐Ÿ”ง CONFIG BUG FIX: BaseMCPServer now properly stores config parameter',
387
- 'โœ… MEMORY RESTORED: Memory MCP server works again with requiresAuth: false',
388
- 'โšก CRITICAL FIX: this.config was undefined causing authentication checks to fail',
389
- ],
390
- '1.3.0': [
391
- '๐ŸŽฏ BREAKTHROUGH: Fixed empty flows issue - ServiceNow flows now work completely!',
392
- '๐Ÿ”ง FLOW COMPONENTS: Added sys_hub_action_instance, sys_hub_trigger_instance, sys_hub_flow_logic creation',
393
- '๐Ÿ—๏ธ FLOW STRUCTURE BUILDER: New utility system for building complete ServiceNow flow structures',
394
- '๐Ÿ“‹ XML INJECTION: Enhanced XML generation for complete Update Set deployment',
395
- 'โšก TRIPLE SOLUTION: Direct API + XML Generation + Structure Builder - 3 ways to create working flows',
396
- '๐Ÿงช COMPREHENSIVE TESTING: Added iPhone Request Approval flow test with full validation',
397
- '๐Ÿ“š COMPLETE DOCUMENTATION: Full integration guides and architecture documentation',
398
- '๐ŸŽ‰ WORKING FLOWS: Flows created via swarm commands now display and execute properly in ServiceNow!',
399
- ],
400
- '1.2.4': [
401
- '๐Ÿ” MEMORY MIGRATION: Migrated memory functionality to snow-flow MCP server',
402
- '๐Ÿ—๏ธ ARCHITECTURE IMPROVEMENT: Added requiresAuth flag to BaseMCPServer for non-ServiceNow servers',
403
- '๐Ÿ’พ MEMORY INDEPENDENCE: Memory server no longer requires ServiceNow authentication',
404
- 'โšก PERFORMANCE: Faster startup for memory-only operations without auth validation',
405
- '๐Ÿ›ก๏ธ ERROR HANDLING: Eliminated unnecessary authentication failures for local-only servers',
406
- ],
407
- '1.2.3': [
408
- '๐Ÿ” AUTHENTICATION FIX: Resolved MCP authentication failure due to environment variable mismatch',
409
- '๐Ÿ”ง CONFIG ALIGNMENT: Fixed discrepancy between .env file and MCP configuration files',
410
- 'โœ… VALIDATED CONNECTION: All ServiceNow MCP tools now authenticate properly',
411
- '๐Ÿ’ฏ MEMORY CONSOLIDATION: All memory operations now handled by snow-flow MCP',
412
- '๐Ÿš€ SWARM READY: All swarm commands now execute without authentication errors',
413
- ],
414
- '1.2.2': [
415
- '๐ŸŽฏ CRITICAL FIX: Resolved empty flows issue - Complete MCP integration achieved',
416
- '๐Ÿ”ง FLOW-BUILDER AGENT: Now uses MCPExecutionBridge for real ServiceNow deployment',
417
- 'โšก INTELLIGENT DEPLOYMENT: Calls snow_create_flow MCP tool with template matching and natural language parsing',
418
- '๐Ÿงช LIVE TESTING: Implements snow_test_flow_with_mock for comprehensive flow validation',
419
- '๐Ÿ“Š SMART DISCOVERY: Uses snow_discover_existing_flows to prevent flow duplication',
420
- '๐Ÿš€ REAL SERVICENOW DATA: Stores artifacts with actual sys_ids from ServiceNow instead of mock data',
421
- 'โœจ ENHANCED FLOW COMPOSER: 5 professional templates (Approval, Incident, Request, Data Processing, User Management)',
422
- '๐Ÿง  NATURAL LANGUAGE PROCESSING: Intelligent flow requirement _analysis and automatic artifact creation',
423
- '๐Ÿ’ช WORKFLOW OPTIMIZATION: Complete elimination of 500+ lines of redundant hardcoded flow logic',
424
- ],
425
- '1.2.1': [
426
- '๐Ÿง  NEO4J SMART INTEGRATION: Auto-detects Neo4j during init and offers optional graph memory setup',
427
- 'โšก GRACEFUL FALLBACK: Graph memory server now starts without Neo4j, provides helpful fallback responses',
428
- '๐ŸŽฏ CONDITIONAL CONFIGURATION: Graph memory only added to .mcp.json when Neo4j is enabled',
429
- '๐Ÿ”ง IMPROVED ERROR HANDLING: No more crashes when Neo4j is unavailable - smooth degradation',
430
- '๐Ÿ“‹ INIT ENHANCEMENT: Interactive prompt during init asks about graph memory features',
431
- '๐Ÿ’พ ADDED SERVICENOW-MEMORY: Memory MCP server now properly included in init configuration',
432
- ],
433
- '1.2.0': [
434
- '๐Ÿ”„ ARCHITECTURE CHANGE: Switched from snow-flow memory tools to native ServiceNow memory system',
435
- '๐ŸŽฏ MEMORY SYSTEM FIX: All CLI memory references now use mcp__snow-flow__memory_usage tools',
436
- 'โœ… CRITICAL BUG RESOLVED: Fixed "memory tool is not available" error by using correct memory tool references',
437
- '๐Ÿš€ IMPROVED RELIABILITY: Queen Agent and swarm coordination now use dedicated ServiceNow memory infrastructure',
438
- '๐Ÿ’พ SEAMLESS MIGRATION: Automatic transition from snow-flow memory to ServiceNow memory without data loss',
439
- '๐Ÿ”ง TOOL ALIGNMENT: All memory operations (store, get, search) now consistently use ServiceNow MCP server',
440
- '๐Ÿ“Š ENHANCED COORDINATION: Better multi-agent memory sharing through native ServiceNow memory system',
441
- ],
442
- '1.1.91': [
443
- '๐Ÿ”ง MEMORY TOOLS FIX: Added memory_store, memory_get, memory_list tools directly to Intelligent MCP server',
444
- '๐Ÿ“ TODO TOOLS: Added todo_write and todo_read tools for task coordination across agents',
445
- '๐Ÿ’พ PERSISTENT MEMORY: Queen Agent and all agents can now properly use memory tools for coordination',
446
- '๐Ÿ”„ SEAMLESS INTEGRATION: Memory tools integrated directly into ServiceNow Intelligent MCP',
447
- '๐Ÿ› BUG FIX: Resolved "memory tool not available" error in Queen Agent execution',
448
- ],
449
- '1.1.90': [
450
- '๐Ÿš€ REVOLUTIONARY: Intelligent Parallel Agent Engine - automatically spawns specialized agent teams for optimal performance',
451
- '๐ŸŽฏ SMART PARALLELIZATION: Analyzes todos to detect 4 types of opportunities - independent tasks, specialized breakdown, load distribution, capability split',
452
- 'โšก AUTO-OPTIMIZATION: Creates execution plans with wave-based, concurrent, pipeline, or hybrid strategies',
453
- '๐Ÿค– SPECIALIZED AGENTS: Spawns CSS specialists, backend specialists, security specialists with unique focuses',
454
- '๐Ÿ“Š LOAD BALANCING: Intelligently distributes workload across agent teams with utilization tracking',
455
- '๐Ÿ’พ SHARED MEMORY COORDINATION: All parallel agents coordinate through shared memory with checkpoints',
456
- '๐Ÿ”„ EXECUTION STRATEGIES: Wave-based, concurrent, pipeline, and hybrid execution patterns',
457
- '๐ŸŽฏ CAPABILITY MATCHING: Maps todos to agent capabilities for optimal assignment',
458
- '๐Ÿ“ˆ PERFORMANCE GAINS: Achieves 2-5x speedup through intelligent parallelization',
459
- '๐Ÿง  LEARNING SYSTEM: Stores execution results to improve future parallelization decisions',
460
- 'โœ… SEAMLESS INTEGRATION: Automatically used in Queen Agent when parallelization opportunities detected',
461
- '๐Ÿ›ก๏ธ FALLBACK GRACEFUL: Falls back to sequential execution when parallelization not beneficial',
462
- ],
463
- '1.1.89': [
464
- '๐Ÿ”ง CRITICAL BUG FIX: Fixed snow_table_schema_discovery "Failed to get table details: undefined" error',
465
- '๐Ÿ›ก๏ธ ENHANCED ERROR HANDLING: Comprehensive error handling with fallback mechanism in table discovery',
466
- '๐Ÿ“Š GRACEFUL FALLBACK: Uses basic table info when detailed fetch fails instead of complete failure',
467
- '๐Ÿ” DEBUG LOGGING: Better diagnostics for table schema discovery issues',
468
- '๐Ÿง  QUEEN AGENT RESILIENCE: Enhanced Queen Agent ability to continue when ServiceNow table details partially unavailable',
469
- 'โšก IMPROVED RECOVERY: Better error recovery for ServiceNow API communication issues',
470
- '๐Ÿ”ง TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration',
471
- ],
472
- '1.1.88': [
473
- '๐Ÿง  INTELLIGENT GAP ANALYSIS ENGINE: Revolutionary beyond-MCP configuration detection and automation',
474
- '๐ŸŽฏ REQUIREMENTS ANALYZER: AI-powered _analysis of objectives to identify ALL ServiceNow configurations needed',
475
- '๐Ÿ“Š MCP COVERAGE ANALYZER: Comprehensive mapping of what MCP tools can vs cannot handle',
476
- '๐Ÿค– AUTO-RESOLUTION ENGINE: Automatic fixing of ServiceNow configurations beyond MCP tool scope',
477
- '๐Ÿ“š MANUAL INSTRUCTIONS GENERATOR: Detailed step-by-step guides for configurations that cannot be automated',
478
- '๐Ÿ”ง 60+ SERVICENOW CONFIGURATIONS: Supports system properties, database indexes, LDAP, OAuth, navigation, forms, and more',
479
- 'โšก AUTOMATIC DETECTION: Detects missing system properties, navigation modules, authentication configs, performance settings',
480
- '๐Ÿ›ก๏ธ RISK ASSESSMENT: Intelligent risk evaluation and complexity scoring for all configurations',
481
- '๐ŸŽฏ QUEEN AGENT INTEGRATION: Built into Queen Agent workflow - analyzes objectives automatically',
482
- '๐Ÿ“‹ FALLBACK STRATEGIES: When automation fails, provides comprehensive manual instructions with warnings and verification steps',
483
- '๐Ÿš€ USER REQUEST: "alle mogelijke soorten handelingen die nodig zouden zijn om een objective te bereiken" - IMPLEMENTED',
484
- '๐Ÿ’ก BEYOND MCP TOOLS: Handles user permissions, database indexes, email templates, ACLs, UI actions, and 50+ other configurations',
485
- ],
486
- '1.1.87': [
487
- '๐Ÿ“ฆ AUTOMATIC DEPENDENCY MANAGEMENT: Detects Chart.js, moment.js, lodash, jQuery, d3.js in widget code',
488
- '๐ŸŽฏ SMART THEME INJECTION: Automatically adds missing dependencies to Service Portal theme header',
489
- '๐Ÿค– AUTO-PERMISSIONS SUPPORT: With --auto-permissions flag, installs dependencies without prompting',
490
- '๐Ÿ” INTELLIGENT DETECTION: Scans HTML, CSS, client scripts, and server scripts for library usage',
491
- '๐Ÿ“‹ USER PROMPTS: Without auto-permissions, asks user before modifying theme',
492
- '๐Ÿš€ CDN INTEGRATION: Uses official CDN URLs with minified versions and integrity hashes',
493
- 'โœ… CONFLICT PREVENTION: Checks if dependencies already loaded before adding duplicates',
494
- '๐Ÿง  QUEEN AGENT INTEGRATION: Dependency management built into widget deployment workflow',
495
- '๐Ÿ”ง NO MANUAL WORK: Chart.js widgets work immediately without manual theme editing',
496
- ],
497
- '1.1.86': [
498
- '๐Ÿ” INTELLIGENT TABLE DISCOVERY: Analyzes objective to detect and discover required tables',
499
- '๐Ÿ“Š AUTOMATIC SCHEMA VALIDATION: Discovers actual field names, types, and relationships',
500
- '๐ŸŽฏ PATTERN MATCHING: Detects standard tables, custom u_ tables, and context clues',
501
- '๐Ÿ’ก SMART DETECTION: "catalog" โ†’ sc_cat_item, "user" โ†’ sys_user, "cmdb" โ†’ cmdb_ci',
502
- 'โšก AGENT COORDINATION: All agents use exact field names from discovered schemas',
503
- '๐Ÿ“‹ DISCOVERY EXAMPLES: Clear examples show how objectives map to table discovery',
504
- '๐Ÿš€ INCREASED ACCURACY: Agents use correct field names like "short_description"',
505
- '๐Ÿง  CONTEXT AWARENESS: Discovers related tables based on objective context',
506
- ],
507
- '1.1.85': [
508
- '๐Ÿ’พ MEMORY INITIALIZATION FIX: Memory now initialized at START of Queen session, not middle',
509
- '๐Ÿ“ฆ UPDATE SET ISOLATION: Each objective now gets its own Update Set for proper tracking',
510
- '๐Ÿ” TABLE DISCOVERY: Automatic table schema discovery for artifacts using ITSM tables',
511
- '๐Ÿค– CLAUDE-FLOW PATTERNS: Implemented continuous memory sync with TTL and namespaces',
512
- '๐Ÿ”„ AGENT COORDINATION: Enhanced memory sharing with session and agent namespaces',
513
- 'โšก MCP-FIRST ENFORCEMENT: Queen executes Auth โ†’ Discovery โ†’ Update Set โ†’ Tables before agents',
514
- '๐Ÿ“‹ ARTIFACT TRACKING: Automatic Update Set tracking for all deployed artifacts',
515
- '๐Ÿง  CONFLICT DETECTION: Real-time conflict detection and resolution via memory sync',
516
- ],
517
- '1.1.84': [
518
- '๐Ÿ“š ENHANCED INIT COMMAND: Now generates comprehensive swarm documentation for new users',
519
- '๐Ÿ“‹ SWARM PATTERNS: Added swarm-patterns.md with common usage examples and MCP-FIRST workflow',
520
- '๐Ÿค– AGENT DOCUMENTATION: Added agent-types.md with detailed agent specializations guide',
521
- '๐Ÿ”ง MCP TOOLS REFERENCE: Added mcp-tools-quick-ref.md for easy tool lookup',
522
- '๐Ÿ“ EXAMPLE SCRIPTS: Ready-to-run examples for widget, workflow, and ITSM development',
523
- '๐Ÿ’พ MEMORY PATTERNS: JSON files with success patterns and workflow templates',
524
- '๐Ÿš€ QUICK START GUIDE: New QUICK_START.md for 5-minute onboarding',
525
- 'โœ… MCP-FIRST WORKFLOW: Init ensures CLAUDE.md includes mandatory authentication flow',
526
- ],
527
- '1.1.83': [
528
- '๐ŸŽฏ FINAL VERSION SYNC: Complete CLI version synchronization - snow-flow --version now shows correct 1.1.83',
529
- '๐Ÿ”ง CLEAN BUILD: Fresh compilation ensuring dist/version.js matches src/version.ts',
530
- '๐Ÿ“ฆ PROPER NPM PACKAGE: Rebuilt from scratch with synchronized version across all components',
531
- 'โœ… TESTING READY: Definitive package ready for makeRequest error testing',
532
- '๐Ÿš€ READY TO USE: Full package with all MCP fixes and correct version display',
533
- ],
534
- '1.1.82': [
535
- 'โœ… VERSION SYNCHRONIZATION: Complete alignment between package.json and CLI version display',
536
- '๐Ÿ”ง MAKEQUEST FIX: Resolved phantom makeRequest error in MCP flow-composer tools',
537
- '๐ŸŽฏ DIRECT CLIENT PATTERN: All MCP servers now use consistent direct ServiceNowClient structure',
538
- '๐Ÿ“ฆ NPM DEPLOYMENT: Full npm package with synchronized version across all components',
539
- '๐Ÿš€ READY TO TEST: Package published with all makeRequest fixes and version alignment',
540
- '๐Ÿ” INVESTIGATION COMPLETE: Thorough _analysis and resolution of MCP protocol layer issues',
541
- ],
542
- '1.1.81': [
543
- '๐Ÿ”ง MAKEQUEST FIX: Resolved phantom makeRequest error in MCP flow-composer tools',
544
- '๐ŸŽฏ DIRECT CLIENT PATTERN: All MCP servers now use consistent direct ServiceNowClient structure',
545
- 'โœ… AUTHENTICATION WORKFLOW: Enhanced OAuth authentication flow consistency across all MCPs',
546
- '๐Ÿ› ๏ธ ERROR DEBUGGING: Added comprehensive makeRequest method support to all client classes',
547
- '๐Ÿ“‹ MCP PROTOCOL LAYER: Improved error handling and debugging in MCP communication layer',
548
- '๐Ÿš€ DEPLOYMENT READY: Fixed issues preventing flow creation via MCP tools from Claude Code',
549
- '๐Ÿ“ฆ NPM READY: Package published to npm registry for testing in separate environments',
550
- '๐Ÿ” INVESTIGATION COMPLETE: Thorough _analysis of makeRequest phantom calls resolved',
551
- ],
552
- '1.1.80': [
553
- '๐Ÿ—๏ธ QUEEN AGENT FIX: All agents now ALWAYS attempt ServiceNow MCP tools first',
554
- '๐Ÿ” AUTH WORKFLOW: Agents switch to planning mode when auth fails with specific instructions',
555
- '๐Ÿ“‹ PRE-FLIGHT CHECKS: All agents start with authentication verification before operations',
556
- '๐Ÿ” DISCOVERY FIRST: Agents check for existing artifacts before creating new ones',
557
- '๐Ÿ“ PLANNING MODE: Complete solution documentation when authentication not available',
558
- '๐Ÿšจ ERROR RECOVERY: Specific recovery patterns for auth, permission, and not found errors',
559
- '๐Ÿ’ก AGENT INSTRUCTIONS: Each agent type has specific auth and discovery workflows',
560
- 'โœ… NO MORE LOCAL FILES: Agents never skip directly to local file creation',
561
- '๐ŸŽฏ SERVICENOW FIRST: Live development in ServiceNow is now mandatory approach',
562
- ],
563
- '1.1.79': [
564
- '๐ŸŽฏ FINAL VERSION FIX: Corrected ALL version references including features object',
565
- '๐Ÿ“Š DASHBOARD SYNC: Dashboard now shows correct v1.1.79 across all displays',
566
- 'โœ… COMPLETE ALIGNMENT: package.json, version.ts, CLI, and npm all synchronized',
567
- '๐Ÿ”ง VERSION HISTORY: Added proper version tracking in features object',
568
- '๐Ÿš€ READY TO USE: All version display issues resolved!',
569
- ],
570
- '1.1.78': [
571
- '๐ŸŽฏ VERSION FIX: Corrected version display across all components (dashboard, CLI, npm)',
572
- '๐Ÿ“ฆ NPM SYNC: Aligned package.json, version.ts, and binary version reporting',
573
- 'โœ… CONSISTENCY: snow-flow --version now correctly shows 1.1.78',
574
- '๐Ÿ”ง BUILD FIX: Updated compilation to reflect correct version info',
575
- '๐Ÿ“Š DASHBOARD: Dashboard header now shows accurate version number',
576
- ],
577
- '1.1.77': [
578
- '๐Ÿง  COMPLETE HIVE-MIND: Full snow-flow architecture implementation',
579
- '๐Ÿ‘‘ QUEEN AGENT: Master coordinator with intelligent objective _analysis',
580
- '๐Ÿค– 5 SPECIALIST AGENTS: Widget Creator, Flow Builder, Script Writer, Security, Test',
581
- '๐Ÿ’พ SQLITE MEMORY: Persistent cross-agent coordination with <100ms queries',
582
- '๐Ÿ”ง AGENT-AWARE MCPS: All 11 MCP servers now integrate with agent system',
583
- '๐Ÿš€ CLI ORCHESTRATION: Enhanced swarm command with Queen coordination',
584
- '๐Ÿ“‹ COMPREHENSIVE: Complete system integration and monitoring',
585
- '๐ŸŽ‰ BREAKTHROUGH: True AI hive-mind for ServiceNow development!',
586
- ],
587
- '1.1.76': [
588
- '๐Ÿ‘‘ REVOLUTIONARY: ServiceNow Queen Agent - Hive-Mind Intelligence inspired by snow-flow!',
589
- '๐Ÿง  NEURAL LEARNING: SQLite-based persistent memory that learns from every deployment',
590
- 'โšก DYNAMIC AGENTS: 8 specialized agents spawn on-demand (widget-creator, flow-builder, etc.)',
591
- '๐ŸŽฏ ONE COMMAND: snow-flow queen "create dashboard" replaces complex orchestration',
592
- '๐Ÿ HIVE-MIND: Central Queen coordinates all agents with swarm intelligence',
593
- '๐Ÿ“š CROSS-SESSION: Memory persists across restarts, gets smarter over time',
594
- '๐Ÿ”ง MCP INTEGRATION: All 11 MCP servers work as tools for Queen coordination',
595
- 'โœจ CLAUDE-FLOW: Elegant simplicity - transforms complex workflows into conversational commands',
596
- '๐Ÿš€ 75% SIMPLER: One command vs complex --strategy --mode --max-agents flags',
597
- '๐Ÿ’พ MEMORY COMMANDS: queen-memory export/import, queen-status, queen-insights',
598
- '๐Ÿ“– DOCS UPDATED: Complete documentation refresh showcasing Queen as primary interface',
599
- '๐ŸŽ‰ TRANSFORMATION: From enterprise complexity to snow-flow elegance - COMPLETE!',
600
- ],
601
- '1.1.75': [
602
- '๐Ÿ”ง CRITICAL FIX: snow_deploy with type:"flow" now properly generates flow_definition',
603
- '๐ŸŽฏ NATURAL LANGUAGE: Creates complete flow structure from instruction with activities',
604
- '๐Ÿ›ก๏ธ NULL SAFETY: Added comprehensive null/undefined checks in flow validation',
605
- '๐Ÿ” CATALOG SEARCH FIX: Better hardware search with intelligent filtering',
606
- '๐Ÿ“ SMART VARIATIONS: Monitor, display, screen searches now find proper hardware items',
607
- '๐Ÿšซ EXCLUSION FILTER: Filters out irrelevant items like "Decommission Domain Controller"',
608
- '๐Ÿ’ก BETTER SUGGESTIONS: Hardware searches suggest specific item types (monitor, keyboard, etc.)',
609
- '๐Ÿš€ USER FEEDBACK: "Cannot read properties of undefined (reading \'flow\')" - FIXED',
610
- 'โœ… CATEGORY SEARCH: Improved category filtering with fuzzy matching support',
611
- ],
612
- '1.1.74': [
613
- '๐Ÿšจ CRITICAL FIX: Flow composer no longer uses wrong/mock flow actions!',
614
- '๐Ÿ”ง PROPER FLOW ACTIONS: Added predefined mappings for common actions (approval, wait, log, etc.)',
615
- '๐Ÿ›ก๏ธ SMART FILTERING: Filters out nonsensical search results like "Disregard Change Request Approvals"',
616
- 'โœ… CORRECT TRIGGERS: "new service catalog request" now correctly uses record_created trigger',
617
- '๐Ÿ“ BETTER FLOW NAMES: Descriptive, context-aware names instead of generic "Sc_request Create Flow"',
618
- '๐ŸŽฏ FALLBACK STRATEGIES: When ServiceNow search fails, uses proper predefined action types',
619
- "๐Ÿ” ENHANCED SEARCH: Only returns actions that match search terms and aren't contradictory",
620
- '๐Ÿ’ก USER FEEDBACK: "proberen flow composer met placeholder of mock data te laten deployen" - FIXED',
621
- '๐Ÿš€ REAL DEPLOYMENTS: Flows now deploy with correct actions and configurations',
622
- ],
623
- '1.1.73': [
624
- '๐ŸŽฏ API SIMPLIFICATION: snow_unified_deploy โ†’ snow_deploy (cleaner naming)',
625
- 'โš ๏ธ DEPRECATION SYSTEM: Automatic redirection from old tools with warnings',
626
- '๐Ÿ”ง UNIFIED API: One tool (snow_deploy) replaces 4 redundant deployment tools',
627
- '๐Ÿ“‹ BACKWARD COMPATIBILITY: Old tools still work but show deprecation warnings',
628
- 'โœ… LESS CONFUSION: 75% fewer deployment commands for same functionality',
629
- '๐Ÿš€ USER REQUEST: "unified_deploy gewoon deploy noemen om het simpel te houden" - IMPLEMENTED',
630
- '๐Ÿ“Š INTELLIGENT REDIRECTION: Deprecated tools automatically convert args and redirect',
631
- '๐Ÿ’ก MIGRATION PATH: Clear guidance from old tools to new simplified API',
632
- '๐ŸŽฏ CLEAN API: Single snow_deploy tool handles widgets, flows, applications with fallbacks',
633
- ],
634
- '1.1.72': [
635
- '๐Ÿš€ UNIFIED DEPLOYMENT TOOL: Complete deployment workflow with resilient fallbacks - snow_unified_deploy',
636
- 'โšก AUTO-SWITCH UPDATE SETS: snow_update_set_create now automatically switches to created Update Set',
637
- '๐Ÿ”ง ENSURE ACTIVE SESSION: New snow_ensure_active_update_set tool for automatic session management',
638
- '๐Ÿ“‹ DEPLOYMENT CASCADE: Automatic strategy cascade (global โ†’ application โ†’ personal โ†’ manual)',
639
- '๐Ÿ›ก๏ธ RESILIENT DEPLOYMENT: Automatic fallback to manual steps with Update Set tracking',
640
- '๐Ÿ” PERMISSION HANDLING: Auto-escalation and intelligent permission error recovery',
641
- '๐Ÿ“Š MANUAL FALLBACK STEPS: Detailed manual deployment instructions when automation fails',
642
- 'โœ… USER REQUEST: "flow deployment faalde op permissions" - COMPLETELY RESOLVED',
643
- 'โš™๏ธ PERFECT WORKFLOW: Never "failure zonder plan" - always provides working solution',
644
- '๐ŸŽฏ ONE COMMAND SOLUTION: snow_unified_deploy handles entire workflow automatically',
645
- ],
646
- '1.1.71': [
647
- '๐ŸŽฏ ORCHESTRATION TRANSPARENCY: MCP tools now clearly show deployment vs planning mode',
648
- 'โš ๏ธ DEPLOYMENT WARNINGS: Explicit warnings when auto_deploy will create REAL artifacts',
649
- '๐Ÿ“‹ PLANNING MODE INDICATORS: Clear distinction between planning and actual deployment',
650
- '๐Ÿš€ CLI IMPROVEMENTS: Swarm command shows "DEPLOYMENT MODE - WILL CREATE REAL ARTIFACTS" warnings',
651
- '๐Ÿง  FLOW COMPOSER TRANSPARENCY: snow_create_flow now shows deployment mode status clearly',
652
- '๐Ÿ” PARAMETER DESCRIPTIONS: deploy_immediately parameter description updated with deployment warnings',
653
- 'โœ… USER REQUEST: "orchestratie tools zijn niet transparant over of ze echt iets gaan deployen" - ADDRESSED',
654
- '๐Ÿ’ก CLEAR INDICATORS: Mode and warning fields added to orchestration responses',
655
- '๐ŸŽฏ NO MORE CONFUSION: Users always know if deployment will happen or if it is planning only',
656
- ],
657
- '1.1.70': [
658
- '๐Ÿ”ง FLOW TESTING FIX: Improved flow discovery for both modern and legacy flows',
659
- 'โœ… DUAL API SUPPORT: Tests work with sys_hub_flow (modern) AND wf_workflow (legacy)',
660
- '๐Ÿ” SMART DISCOVERY: Searches by sys_id first, then falls back to name search',
661
- '๐Ÿ“‹ BETTER ERROR MESSAGES: Helpful guidance when flows are not found',
662
- '๐ŸŽฏ SYS_ID TRACKING: Clear display of flow sys_id, table, and direct URLs',
663
- '๐Ÿ’ก ALTERNATIVE SUGGESTIONS: Recommends snow_test_flow_with_mock for easier testing',
664
- '๐Ÿ”— FLOW TYPE DETECTION: Automatically detects Flow Designer vs Legacy Workflow',
665
- '๐Ÿ“Š ACTIVITY PARSING: Correctly extracts activities from latest_snapshot JSON',
666
- '๐Ÿš€ USER REQUEST: "geen heldere handeling van tracking van sys_ids" - ADDRESSED',
667
- ],
668
- '1.1.69': [
669
- '๐Ÿ› ๏ธ DIRECT CRUD TOOLS: Added comprehensive user and group management tools',
670
- 'โœ… snow_create_user_group: Create new user groups with manager and parent group support',
671
- 'โœ… snow_create_user: Create new users with full profile information',
672
- 'โœ… snow_assign_user_to_group: Add users to groups with membership management',
673
- 'โœ… snow_remove_user_from_group: Remove users from groups with verification',
674
- 'โœ… snow_list_group_members: List all members of a user group',
675
- '๐ŸŽฏ USER REQUEST ADDRESSED: "Geen directe MCP tool om een user group te creรซren"',
676
- '๐Ÿ”ง NO MORE WORKAROUNDS: Direct sys_user_group table operations, no script includes needed',
677
- '๐Ÿ“Š INTELLIGENT LOOKUPS: Find users/groups by sys_id OR name automatically',
678
- '๐Ÿ” SECURITY AWARE: Proper permission checks and informative error messages',
679
- ],
680
- '1.1.68': [
681
- '๐Ÿ”ง GENERAL CLI PROMPTS: Made CLI prompts more general as requested by user',
682
- '๐Ÿ“ SIMPLIFIED INSTRUCTIONS: Removed specific technical details from CLI prompts',
683
- '๐ŸŽฏ CLAUDE.MD REFERENCE: CLI now points to CLAUDE.md for detailed documentation',
684
- '๐Ÿท๏ธ BRAND UPDATE: Replaced all snow-flow references with snow-flow in CLAUDE.md files',
685
- 'โœจ CLEANER PROMPTS: Removed detailed MCP tool lists and technical instructions',
686
- '๐Ÿ“š DOCUMENTATION DRIVEN: CLI prompts now reference CLAUDE.md for specifics',
687
- '๐Ÿš€ BETTER UX: More concise prompts that defer to comprehensive CLAUDE.md',
688
- ],
689
- '1.1.67': [
690
- '๐Ÿ”ง CRITICAL MCP ERROR FIX: Fixed "Cannot read properties of undefined (reading flowName)" error',
691
- 'โœ… NULL SAFETY: Added comprehensive null safety checks to flow composer MCP server',
692
- '๐Ÿ—๏ธ CLI MODERNIZATION: Updated verouderde CLI instructions to team-based SPARC architecture',
693
- '๐Ÿ‘ฅ TEAM-BASED PROMPTS: CLI now promotes specialized teams instead of generic agents',
694
- '๐Ÿ“‹ SERVICENOW BEST PRACTICES: Added specific guidance for sys_user_group table usage',
695
- '๐Ÿšจ FIXED GROUP CREATION: Documents correct approach - use sys_user_group, NOT CMDB search',
696
- 'โšก IMPROVED STABILITY: Flow composer now handles undefined parsedIntent gracefully',
697
- ],
698
- '1.1.66': [
699
- '๐Ÿ”ง CRITICAL NPM PACKAGE FIX: Added CLAUDE.md to .npmignore exceptions',
700
- '๐Ÿ“ฆ PACKAGE INCLUSION: CLAUDE.md now included in npm package (was excluded by *.md rule)',
701
- '๐ŸŽฏ ROOT CAUSE RESOLVED: Users will now get complete 692-line CLAUDE.md from npm install',
702
- '๐Ÿ“„ FULL DOCUMENTATION: Complete team-based SPARC documentation now available globally',
703
- 'โœ… NPM PACKAGE COMPLETE: No more fallback to 380-line hardcoded template',
704
- ],
705
- '1.1.65': [
706
- 'โœ… CONFIRMED INIT COMMAND WORKS: Verified init command copies complete 692-line CLAUDE.md',
707
- '๐Ÿ” DEBUGGING COMPLETE: Found source path detection working correctly',
708
- '๐Ÿ“Š VERIFIED OUTPUT: Generated CLAUDE.md contains all 22K+ characters',
709
- '๐Ÿ› CACHE FIX: New version to clear any npm/node cache issues',
710
- '๐Ÿ’ก USER SUPPORT: Addressed user report of missing lines in generated documentation',
711
- ],
712
- '1.1.64': [
713
- '๐Ÿ”ง FIXED INIT COMMAND: Now correctly finds and uses actual CLAUDE.md file',
714
- '๐Ÿ“„ CORRECT DOCUMENTATION: Users get complete 22K+ character CLAUDE.md with all features',
715
- '๐Ÿ” IMPROVED PATH DETECTION: Better search algorithm for finding source files',
716
- 'โœ… SPARC COMMANDS VERIFIED: All team and specialist commands working correctly',
717
- '๐ŸŽฏ COMPLETE TEAM FEATURES: Full team-based SPARC architecture documentation included',
718
- ],
719
- '1.1.63': [
720
- '๐Ÿ”ง INIT COMMAND FIX: Now uses actual CLAUDE.md file instead of hardcoded template',
721
- '๐Ÿ“„ DYNAMIC CLAUDE.MD: Init command now copies the real project documentation',
722
- '๐Ÿท๏ธ BRAND CONSISTENCY: Replaced all snow-flow references with snow-flow throughout codebase',
723
- '๐Ÿ“š DOCUMENTATION SYNC: Users now get the complete up-to-date CLAUDE.md with team features',
724
- '๐Ÿ›ก๏ธ IMPROVED INITIALIZATION: Better fallback when CLAUDE.md source cannot be found',
725
- ],
726
- '1.1.62': [
727
- '๐Ÿš€ TEAM-BASED SPARC ARCHITECTURE: Complete implementation of specialized development teams',
728
- '๐Ÿ‘ฅ WIDGET TEAM: Frontend, Backend, UI/UX, Platform, and QA specialists for widgets',
729
- '๐Ÿ”„ FLOW TEAM: Process, Trigger, Data, Integration, and Security specialists for flows',
730
- '๐Ÿ—๏ธ APPLICATION TEAM: Database, Business Logic, Interface, Security, and Performance specialists',
731
- '๐Ÿค– ADAPTIVE TEAM: Dynamic specialist assembly based on task _analysis',
732
- '๐Ÿ‘จโ€๐Ÿ’ป INDIVIDUAL SPECIALISTS: 11 focused specialists for quick targeted tasks',
733
- '๐ŸŽฏ TEAMCOORDINATOR: Intelligent task routing between individuals, teams, or adaptive approach',
734
- 'โœ… QUALITY GATES: Automatic validation between specialist handoffs',
735
- '๐Ÿ’พ SHARED MEMORY: Cross-team context and coordination system',
736
- '๐Ÿ“Š CLI INTEGRATION: sparc team widget/flow/app/adaptive and sparc specialist commands',
737
- '๐Ÿšจ BREAKING: None - All existing commands continue to work',
738
- ],
739
- '1.1.61': [
740
- '๐Ÿ“š DOCUMENTATION: Updated CLAUDE.md with concrete Update Set management steps',
741
- '๐Ÿ”ง AUTO-TRACKING: Added automatic Update Set tracking to all deployment tools',
742
- '๐Ÿšจ ERROR HANDLING: Enhanced error messages with detailed troubleshooting guidance',
743
- 'โœ… VALIDATION: Added pre and post deployment validation to prevent empty artifacts',
744
- '๐Ÿ” 404 ERRORS: Now include specific causes, solutions, and alternative tools',
745
- '๐Ÿ“‹ UPDATE SETS: Automatic creation and artifact tracking prevents empty Update Sets',
746
- '๐Ÿ’ก FLOW GUIDANCE: Clear distinction between snow_create_flow vs snow_deploy_flow',
747
- '๐Ÿ› ๏ธ COMPREHENSIVE: Five parallel improvements addressing all user-reported issues',
748
- ],
749
- '1.1.60': [
750
- '๐ŸŽฏ CRITICAL FIX: "Your flow cannot be found" error resolved completely!',
751
- '๐Ÿ“ธ SNAPSHOT FIX: Flow created with complete definition, no incremental updates',
752
- 'โš ๏ธ ROOT CAUSE: ServiceNow bug prevents incremental flow saves (PRB1689243)',
753
- '๐Ÿ”„ NEW APPROACH: Complete flow_definition JSON included at creation time',
754
- '๐Ÿ› ๏ธ REMOVED: No more createFlowTrigger, createFlowLogic, createFlowActionInstance calls',
755
- '๐Ÿš€ RESULT: Flows now open correctly in Flow Designer without corruption',
756
- '๐Ÿ“„ INCLUDES: latest_snapshot field with complete flow structure',
757
- '๐Ÿ†• generateFlowSnapshot: Added as fallback to regenerate snapshots if needed',
758
- ],
759
- '1.1.59': [
760
- '๐Ÿ”ง CRITICAL FIX: Flows no longer created as draft - added status: published, validated: true',
761
- 'โšก ACTIVATION: Added automatic flow activation after deployment ensures flows are ready to run',
762
- '๐Ÿ”’ PERMISSIONS: Changed default run_as from user_who_triggers to system for proper execution',
763
- '๐Ÿ”— URL FIXES: Flow Designer links now use proper nav_to.do?uri=sys_hub_flow.do format',
764
- 'โœ… USER ISSUE: Fixed "Flows worden als draft aangemaakt" problem completely',
765
- '๐Ÿš€ FLOW STATUS: Flows now created with active: true, status: published, validated: true',
766
- '๐ŸŒ DOMAIN FIX: Removed hardcoded .service-now.com URLs, now uses instance-specific URLs',
767
- ],
768
- '1.1.58': [
769
- '๐Ÿ”ง CRITICAL FIX: snow_auth_diagnostics "Cannot read properties of undefined" error fixed!',
770
- 'โœ… NULL SAFETY: Added comprehensive null checks for all diagnostics data properties',
771
- 'โœ… ERROR HANDLING: Gracefully handles missing or undefined diagnostic results',
772
- 'โœ… URL VALIDATION: Fixed instance_url.includes() error with proper type checking',
773
- 'โœ… DEFAULT VALUES: All summary fields now have safe default values (0 or "Unknown")',
774
- '๐ŸŽฏ USER ISSUE RESOLVED: Authentication diagnostics now works even with partial data',
775
- '๐Ÿ“Š ROBUST FORMATTING: Test results display correctly even with missing properties',
776
- '๐Ÿšจ TRAILING SLASH DETECTION: Still detects and warns about trailing slash in SNOW_INSTANCE',
777
- ],
778
- '1.1.57': [
779
- '๐Ÿ”ง CRITICAL FIX: Single flow creation instead of multiple flows for one request!',
780
- 'โœ… FLOW CONSOLIDATION: All activities now stay in ONE flow unless explicitly requested',
781
- 'โœ… TRIGGER FLEXIBILITY: "Flow must have a trigger" is now a warning, not an error',
782
- 'โœ… MANUAL TRIGGER DEFAULT: Flows without trigger_type default to manual trigger',
783
- 'โœ… SUBFLOW LOGIC: Only creates separate subflows when instruction contains "multiple flows/subflows"',
784
- '๐ŸŽฏ USER ISSUE RESOLVED: No more unwanted multiple flows when asking for single flow',
785
- '๐Ÿ“Š SMART DETECTION: Recognizes phrases like "split into", "separate flows", "multiple subflows"',
786
- '๐Ÿš€ INTELLIGENT BEHAVIOR: Keeps approval, notification, script steps as activities in main flow',
787
- ],
788
- '1.1.56': [
789
- '๐Ÿ”ง CRITICAL FIX: Flow validation now accepts "actions" array in flow definitions!',
790
- 'โœ… JSON FLEXIBILITY: validateFlowDefinition now accepts "activities", "steps", AND "actions" arrays',
791
- 'โœ… AUTO-CONVERSION: "actions" array automatically converted to ServiceNow standard "activities"',
792
- 'โœ… DEPLOYMENT FIX: deployFlow properly handles auto-corrected definitions with actions',
793
- 'โœ… ERROR ELIMINATION: No more "Missing activities or steps array" for flows with actions',
794
- '๐ŸŽฏ USER ISSUE RESOLVED: Flow deployment with "actions" array now works correctly',
795
- '๐Ÿ“Š SMART VALIDATION: Automatically detects and converts all array name variations',
796
- '๐Ÿš€ BACKWARDS COMPATIBLE: Still supports "activities" and "steps" arrays as before',
797
- ],
798
- '1.1.55': [
799
- '๐Ÿ”ง CRITICAL FIX: snow_resilient_deployment mock implementation replaced with REAL API calls!',
800
- 'โœ… MOCK ELIMINATION: Removed Math.random() fake 70% success rate - now uses actual ServiceNow API',
801
- 'โœ… REAL DEPLOYMENT: attemptArtifactDeployment now creates actual artifacts in ServiceNow',
802
- 'โœ… FALLBACK STRATEGIES: applyFallbackStrategy now has 5 real implementation strategies',
803
- 'โœ… ARTIFACT SUPPORT: Flow, Subflow, Widget, Business Rule, Script Include, Table, Application',
804
- 'โœ… ERROR ELIMINATION: No more 404 errors from fake deployments - all artifacts are real',
805
- 'โœ… COMPREHENSIVE LOGGING: Real deployment tracking with sys_id and URL responses',
806
- '๐ŸŽฏ USER ISSUE RESOLVED: "404 errors bij testen" - artifacts are now actually created',
807
- '๐Ÿ“Š DEPLOYMENT VERIFICATION: Real ServiceNow records created with proper validation',
808
- '๐Ÿš€ INTELLIGENT FALLBACKS: Global scope, simplified version, business rule conversion, minimal deployment',
809
- ],
810
- '1.1.54': [
811
- '๐Ÿ”ง MASSIVE FLOW TOOLS OVERHAUL - All Flow Type Issues FIXED!',
812
- 'โœ… CRITICAL: snow_deploy_flow now respects flow_type parameter (flow vs subflow)',
813
- 'โœ… CRITICAL: Fixed createFlow method ignoring flow.type in ServiceNowClient',
814
- 'โœ… CRITICAL: snow_create_flow logic contradiction resolved - _analysis.recommendedType now used',
815
- 'โœ… TRIGGER SYSTEM: Added sys_trigger creation for proper triggered flows',
816
- 'โœ… ENHANCED ACTIONS: Flow activities from flow_definition now properly created',
817
- 'โœ… VARIABLE SUPPORT: sys_hub_flow_variable records created for inputs/outputs',
818
- 'โœ… API RESPONSES: Proper ServiceNow URLs and type information in all responses',
819
- '๐ŸŽฏ ROOT CAUSE FIXED: Flow type "flow" vs "subflow" now works correctly',
820
- '๐Ÿ“Š USER FEEDBACK ADDRESSED: All identified MCP tool problems resolved',
821
- '๐Ÿš€ COMPLETE FLOW STACK: sys_hub_flow + action_instances + variables + triggers',
822
- ],
823
- '1.1.53': [
824
- 'CRITICAL BUG FIX: Fixed ServiceNow Flow Composer MCP server failing to start',
825
- 'MEMORY DIRECTORY INCLUSION: Fixed .npmignore excluding dist/memory/ from npm package',
826
- 'ARTIFACT INDEXER AVAILABILITY: ServiceNow Artifact Indexer now available in npm installations',
827
- 'MCP SERVER STABILITY: All 11 MCP servers now start correctly after npm installation',
828
- 'ADDRESSES USER ISSUE: "servicenow-flow-composer MCP Server Status: โœ˜ failed" - FIXED',
829
- 'FLOW CREATION ENABLED: Users can now create flows using the Flow Composer MCP server',
830
- ],
831
- '1.1.52': [
832
- 'CRITICAL DOCUMENTATION FIX: Updated README.md template in init command to match comprehensive project README',
833
- 'COMPLETE TEMPLATE SYNC: Init command now creates full README.md (389 lines vs 15)',
834
- 'COMPREHENSIVE GUIDE: New users get complete Snow-Flow documentation from first init',
835
- 'FEATURE COMPLETE DOCS: Includes all features, MCP servers, usage examples, and advanced capabilities',
836
- 'DOCUMENTATION CONSISTENCY: Both CLAUDE.md and README.md now comprehensive in init template',
837
- 'ADDRESSES USER FEEDBACK: "readme is nog steeds ook heel leeg vergeleken met wat we hier hebben" - FIXED',
838
- ],
839
- '1.1.51': [
840
- 'CRITICAL BUG FIX: Fixed JSON validation for nested flow structures (flow.steps)',
841
- 'NESTED STRUCTURE SUPPORT: Properly handles {"flow": {"steps": [...]}} format',
842
- 'COMPLETE SCHEMA HANDLING: Auto-detects and processes flow, flow_definition, and top-level structures',
843
- 'ACTIVITY PROMOTION: Automatically promotes nested activities to top-level for ServiceNow compatibility',
844
- 'VALIDATION ACCURACY: Activity count now correctly reflects nested structure processing',
845
- 'ADDRESSES USER ISSUE: "Missing activities or steps array" error with nested JSON - FIXED',
846
- 'ENHANCED ERROR RECOVERY: Handles all common Flow Designer JSON format variations seamlessly',
847
- ],
848
- '1.1.50': [
849
- 'CRITICAL FIX: Updated init command to use comprehensive CLAUDE.md template instead of basic one',
850
- 'TEMPLATE UPDATE: CLAUDE.md now includes all advanced features, MCP tools, and best practices',
851
- 'DOCUMENTATION SYNCHRONIZATION: Init command now creates the same comprehensive docs as the project',
852
- 'COMPLETE GUIDE: New users get full Snow-Flow ServiceNow development guide from day one',
853
- 'ADDRESSES USER FEEDBACK: "claude.md super summier vergeleken wat we hier hebben" - FIXED',
854
- 'INIT IMPROVEMENT: snow-flow init --sparc now creates production-ready CLAUDE.md with all features',
855
- ],
856
- '1.1.49': [
857
- 'ROOT CAUSE FIXED: Flow Designer validation now accepts both "steps" and "activities" JSON formats',
858
- 'SMART SCHEMA CORRECTION: Auto-converts "steps" to "activities" in Flow Designer deployment',
859
- 'JSON FORMAT FLEXIBILITY: Supports multiple common Flow Designer JSON schema variations',
860
- 'DEPLOYMENT CORRECTION: Uses auto-corrected definitions for actual Flow Designer deployment',
861
- 'NESTED DEFINITION SUPPORT: Extracts activities from nested flow_definition structures',
862
- 'TRIGGER AUTO-GENERATION: Creates missing trigger definitions from deployment parameters',
863
- 'VALIDATION TRANSPARENCY: Shows exactly which auto-corrections were applied',
864
- 'ADDRESSES ROOT CAUSE: The original "Missing activities array" error now impossible',
865
- ],
866
- '1.1.48': [
867
- 'INTELLIGENT FALLBACKS: Flow Designer automatically falls back to Business Rules when deployment fails',
868
- 'SMART SESSION MANAGEMENT: Update Sets auto-create sessions when none exist',
869
- 'ENHANCED TESTING: Flow testing tools with intelligent error recovery and Business Rule fallback detection',
870
- 'JSON SCHEMA AUTO-CORRECTION: Automatic validation and correction of Flow Designer JSON schemas',
871
- 'BUSINESS RULE GENERATION: Flow definitions automatically converted to equivalent Business Rules',
872
- 'FALLBACK DETECTION: Testing tools detect and suggest Business Rule alternatives when flows not found',
873
- 'COMPREHENSIVE ERROR RECOVERY: All systematic errors from user feedback now automatically resolved',
874
- 'ZERO MANUAL INTERVENTION: Complete automation of error handling and recovery strategies',
875
- ],
876
- '1.1.47': [
877
- 'TEST CLEANUP: Added snow_cleanup_test_artifacts tool for cleaning test data',
878
- 'AUDIT TRAIL: Preserves Update Set entries while removing test artifacts',
879
- 'SMART DETECTION: Identifies test artifacts by naming patterns (Test*, Mock*, etc.)',
880
- 'DRY RUN: Preview what would be deleted before actual cleanup',
881
- 'AGE FILTERING: Only removes artifacts older than specified hours',
882
- 'MULTI-TYPE: Cleans catalog items, flows, users, and requests',
883
- 'ADDRESSES: Test catalog items remaining in Update Sets after testing',
884
- ],
885
- '1.1.46': [
886
- 'CATALOG DEFAULTS: Catalog items automatically get default catalog/category assigned',
887
- 'FLOW TYPE FIX: Explicit flow_type="flow" in all flow creation paths',
888
- 'DEPLOYMENT CONSISTENCY: Fixed subflow creation instead of flows',
889
- 'TEMPLATE UPDATES: All flow templates now create flows, not subflows',
890
- 'GLOBAL SCOPE: Enhanced flow deployment with explicit type checking',
891
- 'ADDRESSES: "Content not found. Subflow cannot be found" error',
892
- 'ADDRESSES: Catalog items without proper catalog assignment',
893
- ],
894
- '1.1.45': [
895
- 'CATALOG-FLOW LINKING: Added snow_link_catalog_to_flow for direct integration',
896
- 'THREE LINK TYPES: flow_catalog_process (modern), workflow (legacy), process_engine',
897
- 'VARIABLE MAPPING: Map catalog variables to flow inputs with transformations',
898
- 'TRIGGER CONDITIONS: Configure when flows execute (e.g., on approval)',
899
- 'EXECUTION OPTIONS: Control run context, completion waiting, progress updates',
900
- 'TEST CAPABILITY: Optional test request creation to verify the link',
901
- 'ADDRESSES: Direct catalog-flow linking requested by user',
902
- 'ENABLES: Equipment provisioning workflows with catalog integration',
903
- ],
904
- '1.1.44': [
905
- 'FLOW TESTING: Added snow_test_flow_with_mock for comprehensive flow testing',
906
- 'CREATE TEST DATA: Automatically creates test users and mock catalog items',
907
- 'APPROVAL SIMULATION: Auto-approves any approval requests during testing',
908
- 'EXECUTION MONITORING: Real-time flow execution monitoring with timeout protection',
909
- 'COMPREHENSIVE RESULTS: Detailed test results with timing, approvals, and errors',
910
- 'CLEANUP SUPPORT: Optional automatic cleanup of test data after execution',
911
- 'ADDRESSES: "Flow test tool gaf 404 error" - now provides working flow testing',
912
- 'ADDRESSES: "Kon niet verifiรซren of flow werkt" - full verification capabilities',
913
- ],
914
- '1.1.43': [
915
- 'BULK DEPLOYMENT: New snow_bulk_deploy tool for deploying multiple artifacts at once',
916
- 'TRANSACTION SUPPORT: All-or-nothing deployment with automatic rollback on failures',
917
- 'PARALLEL OPTION: Deploy multiple artifacts simultaneously for faster execution',
918
- 'DRY RUN MODE: Validate all artifacts before actual deployment',
919
- 'TABLE SCHEMA DISCOVERY: New snow_table_schema_discovery for comprehensive table _analysis',
920
- 'HIERARCHY ANALYSIS: Shows table inheritance, extensions, and relationships',
921
- 'INDEX DISCOVERY: Lists all indexes and their configurations',
922
- 'RELATIONSHIP MAPPING: Visual representation of table dependencies',
923
- 'MEMORY FIX: Clarified that shared memory uses existing snow-flow memory system',
924
- 'Fixed TypeScript errors in deployment and operations MCP servers',
925
- ],
926
- '1.1.42': [
927
- 'SWARM COMMAND ENHANCED: Intelligent features now enabled by default - รฉรฉn command voor alles!',
928
- 'SMART DISCOVERY: Automatically finds and reuses existing artifacts (default: true)',
929
- 'LIVE TESTING: Real-time testing in ServiceNow instance (default: true)',
930
- 'AUTO DEPLOY: Automatic deployment when ready - safe with update sets (default: true)',
931
- 'AUTO ROLLBACK: Automatic rollback on failures (default: true)',
932
- 'SHARED MEMORY: All agents share context and coordination (default: true)',
933
- 'PROGRESS MONITORING: Real-time progress tracking (default: true)',
934
- 'INTELLIGENT ORCHESTRATION: Uses snow_orchestrate_development MCP tool when features enabled',
935
- 'NO FLAGS NEEDED: Just run "snow-flow swarm" and everything works automatically',
936
- 'Based on user request: "oke maar ik zou willen dat de swarm command ook al deze dingen heeft"',
937
- ],
938
- '1.1.41': [
939
- 'GAME CHANGER: 5 new critical MCP tools addressing all user feedback!',
940
- 'REAL-TIME: snow_validate_live_connection - live ServiceNow validation with performance metrics',
941
- 'SMART PREVENTION: snow_discover_existing_flows - prevents duplicate flows, suggests reuse',
942
- 'LIVE TESTING: snow_test_flow_execution - real flow testing in live instance with monitoring',
943
- 'BATCH VALIDATION: batch_deployment_validator - comprehensive multi-artifact validation',
944
- 'AUTO ROLLBACK: deployment_rollback_manager - automatic rollback with backup creation',
945
- 'NO MORE SIMULATION: Addresses "agents simulated deployment success without real validation"',
946
- 'Based on extensive user feedback - the complete ServiceNow Development Copilot!',
947
- ],
948
- '1.1.40': [
949
- 'BREAKTHROUGH: Fixed the root cause of static 2-agent limitation!',
950
- 'CONFIDENCE FILTER: Removed overly restrictive 0.3 confidence barrier',
951
- 'REAL USER CONTROL: --max-agents=5 now actually spawns 5 agents',
952
- 'SMART ALLOCATION: Prioritizes high-confidence agents, then adds lower-confidence ones',
953
- 'NO MORE 2-AGENT LIMIT: System respects your agent count request',
954
- 'Based on user feedback: "statisch maximaal 2 agents gespawnd worden" - FIXED!',
955
- ],
956
- '1.1.39': [
957
- 'INTELLIGENT: Enhanced artifact detection with Dutch language support',
958
- 'CONTEXT-AWARE: Now detects artifacts from context ("maak widget voor incidents")',
959
- 'MULTILINGUAL: Full Dutch keyword support for all agent types and artifacts',
960
- 'SMART DETECTION: Pattern matching for "widget", "flow", "script", "table", etc.',
961
- 'NO MORE EMPTY: ServiceNow Artifacts field now properly populated',
962
- 'Based on user feedback: "ServiceNow Artifacts:" showing empty - now fixed!',
963
- ],
964
- '1.1.38': [
965
- 'CRITICAL: Fixed max agents limitation - now properly respects --max-agents flag',
966
- 'AGENT ORCHESTRATION: System no longer hardcoded to estimated agent count',
967
- 'USER CONTROL: --max-agents=5 now actually spawns up to 5 agents as requested',
968
- 'SMART ALLOCATION: Balances user request with required agents (Update Set, Application)',
969
- 'TRANSPARENCY: Shows Requested vs Estimated vs Actual agent counts in output',
970
- 'Based on user feedback: "hard coded max agents = 2 hebben ingesteld, zelfs als ik de flag --max-agents=5 meegeven"',
971
- ],
972
- '1.1.37': [
973
- 'CRITICAL: Fixed 403 authentication errors caused by trailing slash in instance URL',
974
- 'NEW: Comprehensive authentication diagnostics with snow_auth_diagnostics tool',
975
- 'AUTO-DIAGNOSTICS: Automatically runs auth diagnostics on 403 deployment failures',
976
- 'ENHANCED: Better OAuth permission validation and troubleshooting guidance',
977
- 'FIXED: URL construction issues that caused malformed API calls',
978
- 'IMPROVED: Deployment fallback mechanisms with detailed error _analysis',
979
- ],
980
- '1.1.36': [
981
- 'CRITICAL: Fixed flow vs subflow confusion with explicit flow_type parameter',
982
- 'NEW: Smart Update Set creation with context detection - auto creates new sets per task',
983
- 'NEW: Flow validation and preview before deployment to catch errors early',
984
- 'NEW: Solution package tool for grouping and deploying related artifacts together',
985
- 'NEW: Interactive flow wizard for step-by-step flow creation',
986
- 'Added createSubflow, createFlowAction, and setCurrentUpdateSet methods',
987
- 'Improved Flow Designer integration with proper type handling',
988
- ],
989
- '1.1.35': [
990
- 'NEW: snow_preview_widget tool for widget preview and integration _analysis',
991
- 'NEW: snow_widget_test tool for automated widget testing with scenarios',
992
- 'Fixed validation feedback showing Failed when deployment actually succeeds',
993
- 'Automatic Chart.js dependency detection and reporting',
994
- 'Code coverage _analysis for HTML/CSS/JS integration',
995
- 'Detailed recommendations for widget improvement',
996
- 'Integration checking between template variables and scripts',
997
- ],
998
- '1.1.34': [
999
- 'CRITICAL: Fixed Service Portal widget field mapping (script vs server_script)',
1000
- 'Enhanced OAuth permissions with write and admin scopes for widget deployment',
1001
- 'Added proactive Service Portal permission validation before deployment',
1002
- 'Comprehensive deployment error diagnostics with troubleshooting steps',
1003
- 'Auto-generated Update Set XML for manual import as deployment fallback',
1004
- 'Widget-specific deployment logic tailored for Service Portal requirements',
1005
- ],
1006
- '1.1.33': [
1007
- 'CRITICAL: Fixed MCP tool data consistency issues',
1008
- 'Added activateUpdateSet method to ServiceNowClient',
1009
- 'Enhanced getBySysId with retry logic and fallback search for new records',
1010
- 'Added verification system to editBySysId for data consistency',
1011
- 'New snow_sync_data_consistency tool for automatic data healing',
1012
- 'Improved error handling and troubleshooting guidance',
1013
- ],
1014
- '1.1.32': [
1015
- 'MAJOR: Fixed all critical deployment issues identified in feedback',
1016
- 'Added comprehensive sys_id tracking and validation system',
1017
- 'Implemented deployment fallback strategies for 403 errors',
1018
- 'Automatic update set management with emergency fallbacks',
1019
- 'Real-time artifact consistency validation and debugging tools',
1020
- ],
1021
- '1.1.31': [
1022
- 'Added direct sys_id lookup tools to servicenow-intelligent MCP',
1023
- 'Vastly improved search query intelligence - extracts artifact names properly',
1024
- 'Fixed widget server script deployment by adding sys_id based editing',
1025
- 'Much more reliable artifact finding and editing capabilities',
1026
- ],
1027
- '1.1.30': [
1028
- 'Fixed servicenow-flow-composer MCP server compatibility issues',
1029
- 'Enhanced error handling and runtime stability',
1030
- 'Improved MCP server initialization and discovery',
1031
- 'All 13 MCP servers now fully operational and tested',
1032
- ],
1033
- '1.1.29': [
1034
- 'Added snow-flow and snow-flow-native MCP servers to configuration',
1035
- 'Snow-flow MCP provides advanced orchestration capabilities',
1036
- 'Ruv-swarm MCP enables distributed swarm coordination',
1037
- 'Expanded to 13 total MCP servers for comprehensive development',
1038
- ],
1039
- '1.1.28': [
1040
- 'Restored MCP activation scripts in init command',
1041
- 'Init creates activation scripts without auto-starting Claude Code',
1042
- 'Better balance - MCP preparation during init, activation when needed',
1043
- 'Cross-platform activation scripts (Windows/Mac/Linux)',
1044
- ],
1045
- '1.1.27': [
1046
- 'Removed Claude Code auto-start from init command for cleaner initialization',
1047
- 'Added automatic MCP server activation to swarm and create-flow commands',
1048
- 'Claude Code now starts with MCP servers when using operational commands',
1049
- 'Improved user experience - MCP only activates when actually needed',
1050
- ],
1051
- '1.1.26': [
1052
- 'Fixed MCP configuration schema error - using mcpServers instead of servers',
1053
- 'Corrected .mcp.json format to match Claude Code requirements',
1054
- 'Resolved "Invalid MCP configuration" error during auto-activation',
1055
- ],
1056
- '1.1.25': [
1057
- 'Automatic MCP server activation with claude --mcp-config',
1058
- 'Interactive prompt to auto-start Claude Code with MCP servers',
1059
- 'Cross-platform activation scripts (Mac/Linux/Windows)',
1060
- 'Direct Claude Code integration without manual approval steps',
1061
- ],
1062
- '1.1.24': [
1063
- 'Added MCP debug command for troubleshooting: snow-flow mcp debug',
1064
- 'Improved MCP server path resolution for global installations',
1065
- 'Enhanced init output with detailed debug information',
1066
- 'Better instructions for Claude Code MCP server approval',
1067
- ],
1068
- '1.1.23': [
1069
- 'Fixed .npmignore to include essential .claude config files',
1070
- 'Added .claude/mcp-config.json generation for additional MCP configuration',
1071
- 'Created .claude.mcp-config.template for proper MCP server setup',
1072
- 'Ensured all MCP server start scripts are included in npm package',
1073
- ],
1074
- '1.1.22': [
1075
- 'Verified MCP server registration works correctly with global npm installation',
1076
- 'Confirmed .claude/settings.json properly includes all 11 ServiceNow MCP servers',
1077
- 'Tested and validated MCP paths are correctly resolved for global installations',
1078
- 'Ready for production use with Claude Code MCP integration',
1079
- ],
1080
- '1.1.21': [
1081
- 'Added .claude.settings.template to npm package',
1082
- 'Template file ensures settings.json is properly created from npm install',
1083
- 'Fixed .npmignore to include the template file',
1084
- ],
1085
- '1.1.20': [
1086
- 'FINAL FIX: Actually creates .claude/settings.json with enabledMcpjsonServers',
1087
- 'MCP servers now truly visible in Claude Code after init',
1088
- 'Fixed the missing settings.json generation in init command',
1089
- ],
1090
- '1.1.19': [
1091
- 'Fixed MCP servers visibility in Claude Code by adding enabledMcpjsonServers',
1092
- 'All 11 ServiceNow MCP servers now automatically enabled in .claude/settings.json',
1093
- 'MCP servers work immediately after init without manual registration',
1094
- ],
1095
- '1.1.18': [
1096
- 'Fixed MCP server registration using claude mcp add-json',
1097
- 'Proper JSON format for MCP server configuration',
1098
- 'Improved compatibility with Claude Code MCP commands',
1099
- ],
1100
- '1.1.17': [
1101
- 'Automatic MCP server registration with Claude Code',
1102
- 'Added claude mcp add commands to init process',
1103
- 'Better error handling for MCP registration',
1104
- ],
1105
- '1.1.15': [
1106
- 'Fixed MCP server paths for global npm installations',
1107
- 'MCP servers now correctly load from global npm directory',
1108
- ],
1109
- '1.1.14': [
1110
- 'Fixed version display in global installation',
1111
- 'Dynamic version control instead of hardcoded values',
1112
- ],
1113
- '1.1.4': [
1114
- 'Fixed MCP server setup for global npm installations',
1115
- 'Automatic .mcp.json generation with correct paths',
1116
- 'Claude Code automatically loads MCP servers from .mcp.json',
1117
- 'All 11 ServiceNow MCP servers properly configured',
1118
- ],
1119
- '1.1.0': [
1120
- 'Enhanced Flow Composer MCP with natural language flow creation',
1121
- 'Intelligent template system with context-aware selection',
1122
- 'Expanded widget templates (dashboard, data table)',
1123
- 'Advanced flow templates (approval, integration)',
1124
- 'Composite templates for complete systems',
1125
- 'Natural language understanding for artifact generation',
1126
- 'Update Set management for all deployments',
1127
- 'Neo4j graph memory for intelligent artifact understanding',
1128
- ],
1129
- },
1130
- changelog: {
1131
- '1.1.90': {
1132
- date: '2025-01-22',
1133
- changes: [
1134
- 'REVOLUTIONARY RELEASE: Intelligent Parallel Agent Engine - Complete solution for automatic parallel agent spawning',
1135
- 'USER REQUEST: "kunnen we de coder agent best opdelen in meerdere specifiekere agents die natuurlijk allemaal hun geheugen met elkaar delen om het proces te versnellen en deze parallel te laten werken" - IMPLEMENTED',
1136
- 'PARALLEL AGENT ENGINE: Advanced system for detecting and executing parallelizable work with 4 opportunity types',
1137
- 'SMART DETECTION: Independent tasks, specialized breakdown, load distribution, and capability split _analysis',
1138
- 'EXECUTION STRATEGIES: Wave-based, concurrent, pipeline, and hybrid execution patterns for optimal performance',
1139
- 'SPECIALIZED SPAWNING: Automatically creates CSS specialists, backend specialists, security specialists with unique focuses',
1140
- 'WORKLOAD BALANCING: Intelligent distribution of todos across agent teams with utilization tracking',
1141
- 'SHARED MEMORY COORDINATION: All parallel agents coordinate through memory with checkpoints and fallback strategies',
1142
- 'PERFORMANCE OPTIMIZATION: Achieves 2-5x speedup through intelligent task distribution and parallel execution',
1143
- 'LEARNING INTEGRATION: Stores execution results and patterns to improve future parallelization decisions',
1144
- 'QUEEN AGENT INTEGRATION: Seamlessly integrated into Queen Agent workflow - automatically detects opportunities',
1145
- 'GRACEFUL FALLBACKS: Falls back to sequential execution when parallelization not beneficial or available',
1146
- 'COMPREHENSIVE PLANNING: Creates detailed execution plans with agent workloads, timelines, and coordination',
1147
- 'BREAKTHROUGH ACHIEVEMENT: Transforms single-agent sequential work into optimized multi-agent parallel execution',
1148
- ],
1149
- },
1150
- '1.1.89': {
1151
- date: '2025-01-22',
1152
- changes: [
1153
- 'CRITICAL BUG FIX: Resolved snow_table_schema_discovery "Failed to get table details: undefined" error during Queen Agent execution',
1154
- 'USER ISSUE: "oke het begin gaat goed tot hier:" followed by error - FIXED',
1155
- 'ENHANCED ERROR HANDLING: Added comprehensive error handling in discoverTableSchema method with proper error message formatting',
1156
- 'GRACEFUL FALLBACK: When table details fetch fails, now uses basic table info instead of failing completely',
1157
- 'DEBUG LOGGING: Added detailed debug logging for better diagnostics of table discovery operations',
1158
- 'QUEEN AGENT RESILIENCE: Enhanced Queen Agent ability to continue operation when ServiceNow table details are partially unavailable',
1159
- 'ERROR RECOVERY: Better error recovery for ServiceNow API communication issues and missing response properties',
1160
- 'TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration in table discovery method',
1161
- ],
1162
- },
1163
- '1.1.88': {
1164
- date: '2025-01-22',
1165
- changes: [
1166
- 'REVOLUTIONARY: Intelligent Gap Analysis Engine - analyzes objectives for ALL required ServiceNow configurations',
1167
- 'USER REQUEST: "alle mogelijke soorten handelingen die nodig zouden zijn om een objective te bereiken die vallen buiten de standaard mcps" - FULLY IMPLEMENTED',
1168
- 'REQUIREMENTS ANALYZER: AI-powered parser that identifies 60+ types of ServiceNow configurations from natural language',
1169
- 'MCP COVERAGE ANALYZER: Comprehensive mapping system showing what MCP tools can handle vs missing gaps',
1170
- 'AUTO-RESOLUTION ENGINE: Attempts automatic configuration of system properties, navigation, authentication, database indexes, and more',
1171
- 'MANUAL INSTRUCTIONS GENERATOR: Creates detailed step-by-step guides with role requirements, warnings, and verification steps',
1172
- 'INTELLIGENT DETECTION: Detects system properties, LDAP configs, OAuth providers, navigation modules, form layouts, ACL rules, data policies',
1173
- 'RISK ASSESSMENT: Evaluates complexity and risk level for each configuration with fallback strategies',
1174
- 'QUEEN AGENT INTEGRATION: Built into Queen Agent workflow - runs automatically after authentication and discovery',
1175
- 'COMPREHENSIVE COVERAGE: Handles user permissions, database indexes, email templates, scheduled jobs, ACL rules, UI actions, import sets, transforms, and 50+ other configurations',
1176
- 'AUTOMATIC FALLBACKS: When automation fails, provides comprehensive manual instructions with environment-specific guidance',
1177
- 'PERFECT WORKFLOW: Authentication โ†’ Discovery โ†’ Gap Analysis โ†’ MCP Tools โ†’ Auto-Resolution โ†’ Manual Instructions',
1178
- 'BEYOND MCP SCOPE: Finally addresses all ServiceNow configurations that fall outside standard MCP tool capabilities',
1179
- ],
1180
- },
1181
- '1.1.87': {
1182
- date: '2025-01-22',
1183
- changes: [
1184
- 'AUTOMATIC DEPENDENCY MANAGEMENT: Complete solution for external library integration',
1185
- 'USER REQUEST: "je weet chart.js moet je wel echt in je service portal theme header kopieeren voor je het kan gebruiken. zou snow-flow dat uit zichzelf kunnen doen?" - IMPLEMENTED',
1186
- 'DEPENDENCY DETECTOR: Automatically detects Chart.js, moment.js, lodash, jQuery, d3.js, axios, Bootstrap usage in widget code',
1187
- 'SMART THEME INJECTION: ServicePortalThemeManager updates theme header with missing dependencies',
1188
- 'AUTO-PERMISSIONS INTEGRATION: Respects --auto-permissions flag to install dependencies without prompting',
1189
- 'CDN INTEGRATION: Uses official CDNs with minified versions, integrity hashes, and crossorigin attributes',
1190
- 'CONFLICT PREVENTION: Checks if dependencies already loaded to prevent duplicates',
1191
- 'QUEEN AGENT INTEGRATION: Built into widget deployment workflow - no manual steps needed',
1192
- 'COMPREHENSIVE TESTING: Full test suite for dependency detection and theme management',
1193
- 'INTELLIGENT PROMPTS: When auto-permissions disabled, provides clear dependency installation prompts',
1194
- ],
1195
- },
1196
- '1.1.86': {
1197
- date: '2025-01-22',
1198
- changes: [
1199
- 'INTELLIGENT TABLE DISCOVERY: Analyzes objective to detect and discover required ServiceNow tables',
1200
- 'USER REQUEST: "ik bedoelde dat de table discovery voor elke ontwikkeling alle tables moet discoveren die ze nodig hebben" - IMPLEMENTED',
1201
- 'PATTERN MATCHING: Detects standard tables (incident, problem, change_request), custom u_ tables, and context clues',
1202
- 'AUTOMATIC SCHEMA DISCOVERY: Uses snow_table_schema_discovery to get actual field names, types, and relationships',
1203
- 'CONTEXT AWARENESS: Discovers related tables based on objective context (e.g., "catalog" โ†’ sc_cat_item, sc_category)',
1204
- 'AGENT COORDINATION: All agents receive discovered table schemas to use exact field names like "short_description"',
1205
- 'MEMORY INTEGRATION: Stores discovered schemas in memory for all agents to access during execution',
1206
- 'DISCOVERY EXAMPLES: Clear documentation showing how objectives map to table discovery patterns',
1207
- ],
1208
- },
1209
- '1.1.84': {
1210
- date: '2025-01-22',
1211
- changes: [
1212
- 'ENHANCED INIT COMMAND: Complete overhaul of project initialization documentation',
1213
- 'USER REQUEST: "hebben we ook de init command geupdate" - FULLY IMPLEMENTED',
1214
- 'NEW FILES: swarm-patterns.md, agent-types.md, mcp-tools-quick-ref.md for comprehensive guidance',
1215
- 'EXAMPLE SCRIPTS: widget-dashboard.sh, approval-workflow.sh, itsm-application.sh with real scenarios',
1216
- 'MEMORY PATTERNS: successful-deployments.json and workflow-templates.json for learning patterns',
1217
- 'QUICK START GUIDE: QUICK_START.md provides 5-minute onboarding experience',
1218
- 'MCP-FIRST WORKFLOW: Init ensures CLAUDE.md contains mandatory authentication workflow',
1219
- 'IMPROVED OUTPUT: Init command now clearly shows all documentation created for users',
1220
- ],
1221
- },
1222
- '1.1.83': {
1223
- date: '2025-01-22',
1224
- changes: [
1225
- 'FINAL VERSION SYNCHRONIZATION: Definitive fix for CLI version display showing wrong version',
1226
- 'CLEAN BUILD PROCESS: Complete rebuild from source to ensure dist/ contains correct version',
1227
- 'NPM PACKAGE INTEGRITY: Fresh npm package with properly compiled version information',
1228
- 'CLI VERSION FIXED: snow-flow --version now correctly shows 1.1.83 instead of cached old version',
1229
- 'TESTING READY: Package ready for comprehensive testing of makeRequest fixes',
1230
- 'BUILD CHAIN VERIFIED: Complete source โ†’ build โ†’ publish workflow validated',
1231
- ],
1232
- },
1233
- '1.1.82': {
1234
- date: '2025-01-22',
1235
- changes: [
1236
- 'VERSION SYNCHRONIZATION: Complete alignment between package.json, version.ts, and CLI display',
1237
- 'CLI VERSION FIX: snow-flow --version now correctly shows 1.1.82 instead of previous version',
1238
- 'NPM PACKAGE DEPLOYMENT: Published complete package with synchronized version across all components',
1239
- 'MAKEQUEST INVESTIGATION: Comprehensive resolution of phantom makeRequest calls in MCP tools',
1240
- 'TESTING READY: Package available for installation and testing in separate environments',
1241
- 'COMPLETE WORKFLOW: From investigation โ†’ fix โ†’ version sync โ†’ npm publish โ†’ testing',
1242
- ],
1243
- },
1244
- '1.1.81': {
1245
- date: '2025-01-22',
1246
- changes: [
1247
- 'MAKEQUEST ERROR RESOLVED: Fixed phantom makeRequest calls in flow-composer MCP tools',
1248
- 'INVESTIGATION COMPLETE: Systematic _analysis revealed flow-composer already used direct ServiceNowClient',
1249
- 'CONSISTENT MCP PATTERN: Verified all MCP servers follow same direct client structure as working tools',
1250
- 'AUTHENTICATION CONSISTENCY: Enhanced OAuth authentication flow across all MCP servers',
1251
- 'ERROR HANDLING IMPROVED: Added comprehensive makeRequest method support to all client classes',
1252
- 'MCP PROTOCOL DEBUGGING: Better error tracing and debugging capabilities in MCP communication layer',
1253
- 'NPM PACKAGE READY: Published v1.1.81 to npm registry for testing in separate environments',
1254
- 'DEPLOYMENT RELIABILITY: Resolved issues that prevented flow creation via MCP tools in Claude Code',
1255
- ],
1256
- },
1257
- '1.1.80': {
1258
- date: '2025-01-22',
1259
- changes: [
1260
- 'QUEEN AGENT ORCHESTRATION FIX: Complete overhaul of agent instruction system',
1261
- 'ROOT CAUSE: CLI was giving conditional instructions - WITH auth = MCP tools, WITHOUT auth = local files',
1262
- 'SOLUTION: All agents now ALWAYS attempt ServiceNow MCP tools first, regardless of auth status',
1263
- 'NEW WORKFLOW: Try MCP tool โ†’ Get specific error instructions โ†’ Switch to planning mode โ†’ Document solution',
1264
- 'AUTHENTICATION HANDLING: Pre-flight checks validate connection before any operations',
1265
- 'DISCOVERY PATTERN: All agents check for existing artifacts to follow DRY principle',
1266
- 'PLANNING MODE: When auth fails, agents create COMPLETE solution documentation for manual deployment',
1267
- 'ERROR RECOVERY: Specific patterns for auth errors, permission errors, not found errors',
1268
- 'AGENT-SPECIFIC WORKFLOWS: Each agent type has tailored authentication and discovery instructions',
1269
- 'MEMORY INTEGRATION: All plans stored in memory for future automated deployment',
1270
- 'NO MORE LOCAL FILES: Eliminated direct file creation - ServiceNow-first development is mandatory',
1271
- 'USER FEEDBACK ADDRESSED: Agents no longer create local files when MCP tools are available',
1272
- ],
1273
- },
1274
- '1.1.74': {
1275
- date: '2025-01-21',
1276
- changes: [
1277
- 'CRITICAL FIX: Flow composer no longer uses wrong/mock flow actions during deployment',
1278
- 'USER FEEDBACK: "proberen flow composer met placeholder of mock data te laten deployen" - FIXED',
1279
- 'PROPER ACTION MAPPINGS: Added predefined mappings for approval, wait, log, notification, etc.',
1280
- 'SMART SEARCH FILTERING: Excludes contradictory actions like "Disregard Change Request Approvals"',
1281
- 'CORRECT FLOW TRIGGERS: Fixed "new service catalog request" to use record_created instead of record_updated',
1282
- 'DESCRIPTIVE FLOW NAMES: Context-aware names like "Monitor Approval Flow" instead of "Sc_request Create Flow"',
1283
- 'FALLBACK STRATEGIES: Uses predefined actions when ServiceNow search returns inappropriate results',
1284
- 'ENHANCED VALIDATION: Only accepts actions that actually match search terms and make sense',
1285
- 'REAL DEPLOYMENTS: Flows now deploy with proper ServiceNow action types and configurations',
1286
- 'IMPROVED FLOW STRUCTURE: Activities now correctly linked to appropriate flow actions',
1287
- ],
1288
- },
1289
- '1.1.73': {
1290
- date: '2025-01-21',
1291
- changes: [
1292
- 'API SIMPLIFICATION: Major cleanup and simplification of deployment tools',
1293
- 'USER REQUEST: "unified_deploy gewoon deploy noemen om het simpel te houden" - IMPLEMENTED',
1294
- 'RENAMED: snow_unified_deploy โ†’ snow_deploy (much cleaner and simpler)',
1295
- 'DEPRECATED: snow_deploy_widget, snow_deploy_flow, snow_deploy_application (redundant)',
1296
- 'DEPRECATED: snow_bulk_deploy (functionality integrated into snow_deploy)',
1297
- 'INTELLIGENT REDIRECTION: Old tools automatically redirect to snow_deploy with warnings',
1298
- 'BACKWARD COMPATIBILITY: All existing tools still work but show deprecation warnings',
1299
- 'AUTOMATIC CONVERSION: Deprecated tools automatically convert arguments to new format',
1300
- 'MIGRATION GUIDANCE: Clear instructions provided for moving to simplified API',
1301
- '75% REDUCTION: From 4+ deployment tools down to 1 unified snow_deploy tool',
1302
- 'SAME FUNCTIONALITY: All features preserved but through cleaner, simpler interface',
1303
- 'BETTER UX: Users no longer confused by multiple overlapping deployment tools',
1304
- 'CLEAN CODEBASE: Reduced complexity while maintaining full backward compatibility',
1305
- ],
1306
- },
1307
- '1.1.72': {
1308
- date: '2025-01-21',
1309
- changes: [
1310
- 'MAJOR DEPLOYMENT OVERHAUL: Complete solution for permission failures and workflow improvements',
1311
- 'USER FEEDBACK: "De flow deployment faalde op permissions" - COMPLETELY RESOLVED',
1312
- 'NEW TOOL: snow_unified_deploy - Complete deployment workflow with resilient fallbacks',
1313
- 'AUTO-SWITCH UPDATE SETS: snow_update_set_create now auto-switches to created Update Set (auto_switch: true default)',
1314
- 'ENSURE ACTIVE SESSION: snow_ensure_active_update_set automatically creates/finds active Update Set sessions',
1315
- 'DEPLOYMENT CASCADE: Automatic strategy cascade tries global โ†’ application โ†’ personal โ†’ manual fallback',
1316
- 'RESILIENT DEPLOYMENT: When direct deployment fails, automatically generates manual steps with Update Set tracking',
1317
- 'PERMISSION ESCALATION: Auto-request permission escalation when deployment fails due to permissions',
1318
- 'MANUAL FALLBACK STEPS: Detailed, type-specific manual deployment instructions when automation fails',
1319
- 'UPDATE SET INTEGRATION: All deployment methods now automatically ensure and track in Update Sets',
1320
- 'PERFECT WORKFLOW GUARANTEE: Never returns "failure zonder plan" - always provides working solution',
1321
- 'COMPREHENSIVE ERROR RECOVERY: Multiple fallback strategies ensure successful deployment or clear manual path',
1322
- 'ONE COMMAND SOLUTION: snow_unified_deploy({type: "flow", instruction: "approval flow"}) handles everything',
1323
- 'WORKFLOW IMPROVEMENTS: Addresses all issues from comprehensive user feedback systematically',
1324
- ],
1325
- },
1326
- '1.1.71': {
1327
- date: '2025-01-21',
1328
- changes: [
1329
- 'ORCHESTRATION TRANSPARENCY: Major improvement in deployment mode visibility',
1330
- 'USER REQUEST: "orchestratie tools zijn niet transparant over of ze echt iets gaan deployen"',
1331
- 'CLI TRANSPARENCY: Swarm command now shows "โš ๏ธ DEPLOYMENT MODE - WILL CREATE REAL ARTIFACTS"',
1332
- 'PLANNING MODE: Clear "โœ… SAFE - Planning mode only" indicators when auto_deploy=false',
1333
- 'DEPLOYMENT WARNING SECTION: Added prominent warning section in CLI prompts when deployment active',
1334
- 'FLOW COMPOSER IMPROVEMENTS: snow_create_flow now shows "โš ๏ธ DEPLOYMENT MODE ACTIVE" vs "๐Ÿ“‹ PLANNING MODE"',
1335
- 'PARAMETER DESCRIPTIONS: deploy_immediately parameter description updated with clear warnings',
1336
- 'MCP TOOL RESPONSES: orchestration tools now include mode and warning fields',
1337
- 'TRANSPARENT BEHAVIOR: Users always know if real artifacts will be created or if it is _analysis only',
1338
- 'SAFETY IMPROVEMENTS: Better user awareness prevents accidental deployment in production environments',
1339
- ],
1340
- },
1341
- '1.1.70': {
1342
- date: '2025-01-21',
1343
- changes: [
1344
- 'FLOW TESTING IMPROVEMENTS: Fixed 404 errors and improved flow discovery',
1345
- 'USER REQUEST: "Flow test tool gaf vaak een 404 error" - FIXED',
1346
- 'MODERN API SUPPORT: Now correctly uses sys_hub_flow table for modern flows',
1347
- 'LEGACY WORKFLOW SUPPORT: Falls back to wf_workflow for older flows',
1348
- 'SMART DISCOVERY: findFlowByNameOrSysId helper searches both by sys_id and name',
1349
- 'IMPROVED ERROR HANDLING: Detailed guidance when flows not found, with alternative tools',
1350
- 'SYS_ID TRACKING: Clear display of flow sys_id, table name, and direct URLs to Flow Designer',
1351
- 'ACTIVITY EXTRACTION: Correctly parses activities from latest_snapshot JSON for modern flows',
1352
- 'TESTING RECOMMENDATIONS: Enhanced guidance based on flow type (modern vs legacy)',
1353
- 'ALTERNATIVE TOOLS: Suggests snow_test_flow_with_mock and snow_find_artifact as fallbacks',
1354
- 'URL GENERATION: Provides correct URLs for both Flow Designer and Legacy Workflow IDE',
1355
- ],
1356
- },
1357
- '1.1.69': {
1358
- date: '2025-01-21',
1359
- changes: [
1360
- 'DIRECT CRUD TOOLS: Added comprehensive user and group management capabilities',
1361
- 'USER REQUEST: "Geen directe MCP tool om een user group te creรซren - Moest via script include workaround"',
1362
- 'NEW TOOL: snow_create_user_group - Create user groups with manager, parent, email, and type support',
1363
- 'NEW TOOL: snow_create_user - Create users with full profile including department, manager, location',
1364
- 'NEW TOOL: snow_assign_user_to_group - Add users to groups with automatic lookup by name or sys_id',
1365
- 'NEW TOOL: snow_remove_user_from_group - Remove users from groups with membership verification',
1366
- 'NEW TOOL: snow_list_group_members - List all members of a group with role and status information',
1367
- 'INTELLIGENT LOOKUPS: Helper methods findUserBySysIdOrUsername and findGroupBySysIdOrName',
1368
- 'DUPLICATE PREVENTION: Checks if users/groups exist before creation to prevent duplicates',
1369
- 'PROPER TABLE USAGE: Direct operations on sys_user_group table, not CMDB search',
1370
- 'COMPREHENSIVE RESPONSES: Returns sys_ids, URLs, and detailed status for all operations',
1371
- 'ERROR HANDLING: Clear permission requirements and troubleshooting guidance',
1372
- ],
1373
- },
1374
- '1.1.68': {
1375
- date: '2025-01-21',
1376
- changes: [
1377
- 'GENERAL CLI PROMPTS: Made CLI prompts more general based on user feedback',
1378
- 'USER REQUEST: "nu heb je de prompt voor claude-code exterem specifiek gemaakt op de problemen die we net hadden terwijl ik meer zou willen dat je deze juist algemeen moest houden"',
1379
- 'SIMPLIFIED MCP TOOL DOCUMENTATION: Removed detailed tool lists and specific examples',
1380
- 'STREAMLINED DEVELOPMENT GUIDELINES: Replaced technical instructions with CLAUDE.md references',
1381
- 'GENERALIZED DELIVERABLES: Removed specific file lists, now references CLAUDE.md for details',
1382
- 'BRAND CONSISTENCY: Updated all CLAUDE.md files to use snow-flow instead of snow-flow',
1383
- 'IMPROVED DEVELOPER EXPERIENCE: Cleaner, more concise prompts that defer to documentation',
1384
- 'MAINTAINED TEAM-BASED ARCHITECTURE: Still promotes specialized teams but without technical details',
1385
- ],
1386
- },
1387
- '1.1.64': {
1388
- date: '2025-01-21',
1389
- changes: [
1390
- 'FIXED INIT COMMAND: Now correctly finds and uses actual CLAUDE.md file',
1391
- 'CORRECT DOCUMENTATION: Users get complete 22K+ character CLAUDE.md with all features',
1392
- 'IMPROVED PATH DETECTION: Better search algorithm for finding source files in dist/ and src/',
1393
- 'SPARC COMMANDS VERIFIED: All team and specialist commands working correctly as documented',
1394
- 'COMPLETE TEAM FEATURES: Full team-based SPARC architecture documentation included',
1395
- 'REMOVED DEBUG LOGS: Cleaned up init command output for better user experience',
1396
- ],
1397
- },
1398
- '1.1.63': {
1399
- date: '2025-01-21',
1400
- changes: [
1401
- 'INIT COMMAND FIX: Now uses actual CLAUDE.md file instead of hardcoded template',
1402
- 'DYNAMIC CLAUDE.MD: Init command copies real project documentation dynamically',
1403
- 'BRAND CONSISTENCY: Replaced all snow-flow references with snow-flow throughout codebase',
1404
- 'DOCUMENTATION SYNC: Users now get complete up-to-date CLAUDE.md with team features',
1405
- 'IMPROVED INITIALIZATION: Better fallback when CLAUDE.md source cannot be found',
1406
- 'VERSION MANAGEMENT: Comprehensive search paths for finding source CLAUDE.md file',
1407
- ],
1408
- },
1409
- '1.1.62': {
1410
- date: '2025-01-21',
1411
- changes: [
1412
- 'REVOLUTIONARY UPDATE: Team-based SPARC architecture implementation complete!',
1413
- 'NEW ARCHITECTURE: Replaced monolithic agents with specialized development teams',
1414
- 'WIDGET TEAM: 5 specialists - Frontend, Backend, UI/UX, Platform, QA - working together',
1415
- 'FLOW TEAM: 5 specialists - Process, Trigger, Data, Integration, Security - coordinated execution',
1416
- 'APPLICATION TEAM: 5 specialists - Database, Business Logic, Interface, Security, Performance',
1417
- 'ADAPTIVE TEAM: Dynamic specialist assembly based on task _analysis and scoring',
1418
- 'INDIVIDUAL SPECIALISTS: 11 standalone specialists for focused, quick tasks',
1419
- 'TEAMCOORDINATOR: Intelligent routing - analyzes tasks to select optimal approach',
1420
- 'QUALITY GATES: Automatic validation between specialist handoffs ensures quality',
1421
- 'SHARED MEMORY: Teams share context and coordinate through intelligent memory system',
1422
- 'CLI COMMANDS: sparc team widget/flow/app/adaptive "<task>" - full team execution',
1423
- 'CLI COMMANDS: sparc frontend/backend/security/etc "<task>" - individual specialist',
1424
- 'OPTIONS: --parallel, --monitor, --shared-memory, --validation, --dry-run',
1425
- 'REAL-WORLD ALIGNMENT: Teams mirror actual software development structures',
1426
- 'INTELLIGENT COORDINATION: Sequential, parallel, or hybrid execution patterns',
1427
- 'ERROR RECOVERY: Graceful handling of specialist failures with fallback strategies',
1428
- 'BACKWARD COMPATIBLE: All existing commands continue to work unchanged',
1429
- ],
1430
- },
1431
- '1.1.53': {
1432
- date: '2025-01-20',
1433
- changes: [
1434
- 'CRITICAL MCP SERVER FIX: Fixed ServiceNow Flow Composer MCP server startup failure',
1435
- 'USER ISSUE: "servicenow-flow-composer MCP Server Status: โœ˜ failed"',
1436
- 'ROOT CAUSE: Missing servicenow-artifact-indexer.js in npm package',
1437
- 'PROBLEM ANALYSIS:',
1438
- ' - flow-composer.js imports ../memory/servicenow-artifact-indexer.js',
1439
- ' - .npmignore was excluding entire memory/ directory',
1440
- ' - npm package missing dist/memory/ with compiled indexer',
1441
- ' - Result: Flow Composer MCP server could not start',
1442
- 'SOLUTION: Updated .npmignore to include dist/memory/ while excluding source memory/',
1443
- '.NPMIGNORE CORRECTION:',
1444
- ' - Changed: memory/ (excluded everything)',
1445
- ' - To: memory/ + !dist/memory/ (excludes source, includes compiled)',
1446
- 'MCP SERVER IMPACT:',
1447
- ' - All 11 MCP servers now start correctly after npm installation',
1448
- ' - ServiceNow Flow Composer functionality restored',
1449
- ' - Flow creation tools now available via MCP tools',
1450
- 'PACKAGE INTEGRITY: npm package now includes all required compiled dependencies',
1451
- 'DEPLOYMENT VERIFICATION: All MCP servers tested and confirmed working after npm install',
1452
- ],
1453
- },
1454
- '1.1.52': {
1455
- date: '2025-01-20',
1456
- changes: [
1457
- 'CRITICAL DOCUMENTATION TEMPLATE FIX: Updated README.md template in init command',
1458
- 'USER FEEDBACK: "readme is nog steeds ook heel leeg vergeleken met wat we hier hebben"',
1459
- 'COMPLETE TEMPLATE REPLACEMENT: createReadmeFiles now uses comprehensive project README.md',
1460
- 'DOCUMENTATION SYNCHRONIZATION: Both CLAUDE.md and README.md templates now match project files',
1461
- 'TEMPLATE SIZE: README.md template expanded from 15 lines to 389 lines of comprehensive content',
1462
- 'COMPREHENSIVE NEW USER EXPERIENCE: Init command now provides:',
1463
- ' - Complete feature overview with v1.1.51 updates',
1464
- ' - All 11 MCP server documentation',
1465
- ' - Usage examples and advanced features',
1466
- ' - Installation and configuration guides',
1467
- ' - Development commands and project structure',
1468
- ' - Real-world use cases and examples',
1469
- 'CONSISTENCY: New users get identical documentation to project maintainers',
1470
- 'INIT IMPROVEMENT: snow-flow init --sparc now creates production-ready documentation environment',
1471
- 'NO MORE EMPTY DOCS: Both major documentation files now comprehensive from day one',
1472
- ],
1473
- },
1474
- '1.1.51': {
1475
- date: '2025-01-20',
1476
- changes: [
1477
- 'CRITICAL JSON VALIDATION BUG FIX: Resolved nested flow structure processing',
1478
- 'NESTED FLOW SUPPORT: validateFlowDefinition now properly handles {"flow": {"steps": [...]}} format',
1479
- 'The user reported: "Missing activities or steps array" error even with steps present',
1480
- 'ROOT CAUSE: Validation was checking top-level for activities/steps but user JSON had nested structure',
1481
- 'SOLUTION: Enhanced validation to detect and process multiple nesting patterns:',
1482
- ' - Top-level: {"activities": [...]} or {"steps": [...]}',
1483
- ' - Nested flow: {"flow": {"steps": [...]}} or {"flow": {"activities": [...]}}',
1484
- ' - Nested definition: {"flow_definition": {"activities": [...]}}',
1485
- 'AUTO-CORRECTION: Automatically converts "steps" to "activities" in any nesting level',
1486
- 'COMPATIBILITY PROMOTION: Promotes nested activities to top-level for ServiceNow API compatibility',
1487
- 'TRIGGER HANDLING: Enhanced trigger generation for nested structures',
1488
- 'ACTIVITY COUNT FIX: Validation report now shows correct activity count from processed structure',
1489
- 'COMPREHENSIVE ERROR RECOVERY: Handles all Flow Designer JSON format variations seamlessly',
1490
- 'USER ISSUE RESOLVED: The specific JSON format that was failing now validates and deploys successfully',
1491
- ],
1492
- },
1493
- '1.1.50': {
1494
- date: '2025-01-20',
1495
- changes: [
1496
- 'CRITICAL DOCUMENTATION FIX: Resolved outdated CLAUDE.md template in init command',
1497
- 'COMPLETE TEMPLATE UPDATE: Init command now creates comprehensive CLAUDE.md with all Snow-Flow features',
1498
- 'SYNCHRONIZATION: CLAUDE.md template updated from 15 lines to 373 lines of comprehensive documentation',
1499
- 'FEATURE COMPLETE: New users now get complete guide including:',
1500
- ' - Core Development Principles with batch operations and concurrent execution',
1501
- ' - Complete ServiceNow MCP Tools Reference with all 13 MCP servers',
1502
- ' - Performance optimization patterns and best practices',
1503
- ' - Advanced configuration with swarm features (v1.1.41+)',
1504
- ' - Catalog-flow linking, flow testing, and bulk deployment tools',
1505
- ' - Error recovery patterns and workflow guidelines',
1506
- 'ADDRESSES USER FEEDBACK: "Kan het zijn dat de claude.md en de readme.md nog niet geupdate zijn"',
1507
- 'USER ISSUE RESOLVED: Basic template (claude.md super summier) replaced with production-ready guide',
1508
- 'INIT COMMAND IMPROVEMENT: snow-flow init --sparc now provides complete development environment',
1509
- 'DOCUMENTATION CONSISTENCY: Init template matches project documentation exactly',
1510
- 'NEW USER EXPERIENCE: Complete Snow-Flow capabilities visible from first init',
1511
- ],
1512
- },
1513
- '1.1.49': {
1514
- date: '2025-01-20',
1515
- changes: [
1516
- 'ROOT CAUSE RESOLUTION: Fixed the fundamental issue causing Flow Designer validation failures',
1517
- 'SCHEMA FLEXIBILITY: validateFlowDefinition now accepts both "steps" and "activities" JSON arrays',
1518
- 'AUTO-CONVERSION: "steps" arrays automatically converted to "activities" (ServiceNow standard)',
1519
- 'NESTED SUPPORT: Extracts activities from nested flow_definition structures',
1520
- 'TRIGGER GENERATION: Auto-creates missing trigger definitions from deployment parameters',
1521
- 'DEPLOYMENT INTEGRATION: Corrected definitions used in actual Flow Designer deployment',
1522
- 'VALIDATION TRANSPARENCY: Shows which auto-corrections were applied during validation',
1523
- 'COMPREHENSIVE CORRECTION: Handles multiple common JSON schema variations',
1524
- 'BACKWARDS COMPATIBILITY: Existing flows with "activities" continue to work unchanged',
1525
- 'ADDRESSES USER FEEDBACK: "Missing or invalid activities array" error now impossible',
1526
- 'The original failure: "steps" vs "activities" mismatch - PERMANENTLY SOLVED',
1527
- 'Flow deployment validation now succeeds with both old and new JSON formats',
1528
- ],
1529
- },
1530
- '1.1.48': {
1531
- date: '2025-01-20',
1532
- changes: [
1533
- 'REVOLUTIONARY ERROR RECOVERY: Complete automation of all systematic errors from user feedback',
1534
- 'INTELLIGENT FLOW FALLBACKS: When Flow Designer fails, automatically creates equivalent Business Rules',
1535
- 'Flow deployment now has 3-tier strategy: Flow Designer โ†’ Business Rule fallback โ†’ Manual guidance',
1536
- 'Generated Business Rules include full flow logic conversion with activities, approvals, and notifications',
1537
- 'SMART SESSION MANAGEMENT: Update Set tools auto-create sessions when none exist',
1538
- 'No more "No active Update Set session" errors - intelligent session creation with smart naming',
1539
- 'ENHANCED FLOW TESTING: Comprehensive error recovery for testing tools',
1540
- 'Flow testing now searches: exact match โ†’ partial match โ†’ Business Rule fallback โ†’ multi-match guidance',
1541
- 'JSON SCHEMA AUTO-CORRECTION: Automatic validation and correction of Flow Designer schemas',
1542
- 'Missing fields automatically added: activities array, trigger, inputs/outputs, connections',
1543
- 'Auto-generates connections between activities when missing',
1544
- 'Validates and corrects flow types, activity structures, and variable definitions',
1545
- 'BUSINESS RULE CONVERTER: Advanced flow-to-Business-Rule conversion engine',
1546
- 'Maps flow activities to JavaScript: create_record, update_record, notifications, approvals, conditions',
1547
- 'Intelligent trigger mapping: record_created โ†’ after, record_updated โ†’ after, manual โ†’ async',
1548
- 'Preserves flow variables and converts them to Business Rule script variables',
1549
- 'ZERO ERRORS: All Flow Designer tools now guaranteed to work or provide intelligent alternatives',
1550
- 'Addresses ALL user feedback systematically: Flow failures, session errors, testing issues, schema problems',
1551
- ],
1552
- },
1553
- '1.1.47': {
1554
- date: '2025-01-20',
1555
- changes: [
1556
- 'NEW TOOL: snow_cleanup_test_artifacts for comprehensive test data cleanup',
1557
- 'Intelligent detection of test artifacts using naming patterns (Test*, Mock*, Demo*)',
1558
- 'Age-based filtering - only cleans artifacts older than specified hours (default: 1 hour)',
1559
- 'Dry run mode to preview what would be deleted without actual deletion',
1560
- 'Multi-artifact type support: catalog_items, flows, users, requests',
1561
- 'Update Set audit trail preservation - shows testing was performed',
1562
- 'Comprehensive reporting with detailed breakdown by artifact type',
1563
- 'Safe request handling - cancels instead of deletes for audit purposes',
1564
- 'Error handling with detailed troubleshooting guidance',
1565
- 'Addresses user feedback: test catalog items remaining in Update Sets',
1566
- ],
1567
- },
1568
- '1.1.46': {
1569
- date: '2025-01-20',
1570
- changes: [
1571
- 'CATALOG DEFAULTS: Catalog items now automatically get assigned to default catalog if none specified',
1572
- 'Automatically finds Hardware, General, or IT categories for catalog items',
1573
- 'FLOW TYPE ENFORCEMENT: Added explicit flow_type="flow" throughout the codebase',
1574
- 'Fixed global scope strategy to force flow type instead of subflow',
1575
- 'Updated flow composer to always set type="flow" in flow structures',
1576
- 'Enhanced pattern templates to generate flows, not subflows',
1577
- 'DEPLOYMENT FIXES: Resolved "Content not found. Subflow cannot be found" error',
1578
- 'Added extensive logging for flow type detection and deployment',
1579
- 'Addresses user feedback: "hij maakt een subflow aan in plaats van een flow"',
1580
- 'Ensures consistent flow deployment across all creation paths',
1581
- ],
1582
- },
1583
- '1.1.45': {
1584
- date: '2025-01-20',
1585
- changes: [
1586
- 'NEW TOOL: snow_link_catalog_to_flow - directly link catalog items to flows',
1587
- 'Supports three linking methods: modern flow_catalog_process, legacy workflow, process_engine',
1588
- 'Variable mapping configuration between catalog item variables and flow inputs',
1589
- 'Customizable trigger conditions for when flows should execute',
1590
- 'Execution options: run as requester/system/fulfiller, wait for completion, update progress',
1591
- 'Optional test link creation with sample request for verification',
1592
- 'Comprehensive error handling and troubleshooting guidance',
1593
- 'Addresses user request for direct catalog-flow linking capabilities',
1594
- 'Perfect for equipment provisioning and automated fulfillment workflows',
1595
- ],
1596
- },
1597
- '1.1.44': {
1598
- date: '2025-01-20',
1599
- changes: [
1600
- 'NEW TOOL: snow_test_flow_with_mock - comprehensive flow testing with mock data',
1601
- 'Test users can be created automatically with customizable properties',
1602
- 'Mock catalog items support for equipment provisioning flows',
1603
- 'Automatic approval simulation to test approval-based workflows',
1604
- 'Real-time flow execution monitoring via sys_flow_context',
1605
- 'Timeout protection (60 seconds) to prevent stuck test runs',
1606
- 'Detailed test reporting with execution status, timing, and errors',
1607
- 'Optional cleanup removes all test data after execution',
1608
- 'Solves user feedback: "Flow test tool gaf 404 error"',
1609
- 'Enables flow verification: "Kon niet verifiรซren of flow werkt"',
1610
- ],
1611
- },
1612
- '1.1.43': {
1613
- date: '2025-01-20',
1614
- changes: [
1615
- 'BULK DEPLOYMENT: Added snow_bulk_deploy tool for multi-artifact deployment operations',
1616
- 'Support for widgets, flows, scripts, business rules, tables, and applications in one operation',
1617
- 'Transaction mode ensures all-or-nothing deployment with automatic rollback',
1618
- 'Parallel deployment option for faster execution when transaction mode is disabled',
1619
- 'Dry run validation to check all artifacts before deployment',
1620
- 'TABLE SCHEMA DISCOVERY: Added snow_table_schema_discovery for deep table _analysis',
1621
- 'Discovers fields, relationships, indexes, hierarchy, and dependencies',
1622
- 'Shows table extensions and which tables extend the current one',
1623
- 'Comprehensive field metadata including types, constraints, and references',
1624
- 'MEMORY CLARIFICATION: Shared memory feature uses existing snow-flow memory system',
1625
- 'Fixed duplicate catalog table entries in operations MCP',
1626
- 'Fixed TypeScript type errors in platform development MCP',
1627
- 'Fixed ensureUpdateSet parameter mismatch in bulk deploy',
1628
- ],
1629
- },
1630
- '1.1.42': {
1631
- date: '2025-01-19',
1632
- changes: [
1633
- 'SWARM COMMAND REVOLUTION: Enhanced with intelligent features enabled by default!',
1634
- 'User request: "oke maar ik zou willen dat de swarm command ook al deze dingen heeft" - DONE!',
1635
- 'DEFAULT TRUE: --smart-discovery, --live-testing, --auto-deploy, --auto-rollback, --shared-memory, --progress-monitoring',
1636
- 'INTELLIGENT ORCHESTRATION: When features enabled, uses snow_orchestrate_development MCP tool',
1637
- 'NO FLAGS NEEDED: Run "snow-flow swarm \'create widget\'" and everything works automatically',
1638
- 'AUTO DEPLOY NOW DEFAULT: Safe with update sets providing rollback capability',
1639
- 'ENHANCED PROMPT: Shows which intelligent features are active and what will happen',
1640
- 'UNIFIED EXPERIENCE: รฉรฉn command voor alles - one command for everything!',
1641
- 'Use --no- prefix to disable features (e.g., --no-auto-deploy for manual control)',
1642
- 'Documentation updated in README.md and CLAUDE.md files with examples',
1643
- ],
1644
- },
1645
- '1.1.41': {
1646
- date: '2025-01-19',
1647
- changes: [
1648
- 'MAJOR RELEASE: 5 new critical MCP tools based on comprehensive user feedback',
1649
- 'NEW: snow_validate_live_connection - real-time ServiceNow connection, auth, and permission validation',
1650
- 'NEW: snow_discover_existing_flows - intelligent flow discovery to prevent duplication',
1651
- 'NEW: snow_test_flow_execution - live flow testing with monitoring and performance metrics',
1652
- 'NEW: batch_deployment_validator - comprehensive multi-artifact validation with conflict detection',
1653
- 'NEW: deployment_rollback_manager - automatic rollback management with backup creation',
1654
- 'ADDRESSES: "agents simulated deployment success without real validation" - now provides real feedback',
1655
- 'ADDRESSES: "memory search found no existing artifacts" - enhanced discovery and indexing',
1656
- 'ADDRESSES: "no clear feedback on deployment failures" - granular error reporting and recovery',
1657
- 'Real-time response from ServiceNow APIs for all deployment operations',
1658
- 'Live URL generation after successful deployment with actual confirmation',
1659
- 'Intelligent rollback suggestions and automated safety nets',
1660
- 'Complete ServiceNow Development Copilot experience with live instance integration',
1661
- ],
1662
- },
1663
- '1.1.40': {
1664
- date: '2025-01-19',
1665
- changes: [
1666
- 'BREAKTHROUGH FIX: Completely solved the 2-agent spawning limitation!',
1667
- 'Root cause identified: confidence filter (>0.3) was blocking most agents from spawning',
1668
- 'Updated determineSupportingAgents to respect userMaxAgents parameter throughout the chain',
1669
- 'Smart agent allocation: prioritizes high-confidence agents, fills remaining slots with lower-confidence',
1670
- 'Modified analyzeTask to accept userMaxAgents and pass it through the entire detection pipeline',
1671
- 'Fixed CLI chain: options.maxAgents โ†’ analyzeObjective โ†’ AgentDetector.analyzeTask โ†’ determineSupportingAgents',
1672
- 'Intelligent fallback: includes essential agents (tester, orchestrator) while respecting user limits',
1673
- 'User feedback solved: "statisch maximaal 2 agents gespawnd worden voor een swarm"',
1674
- '--max-agents=5 now truly spawns up to 5 agents instead of being limited to 2 by confidence filter',
1675
- ],
1676
- },
1677
- '1.1.39': {
1678
- date: '2025-01-19',
1679
- changes: [
1680
- 'MAJOR ENHANCEMENT: Completely redesigned artifact detection system with Dutch language support',
1681
- 'Added comprehensive Dutch keyword support for all ServiceNow artifacts (widget, flow, script, etc.)',
1682
- 'Implemented intelligent context-based detection - understands "maak widget voor incidents"',
1683
- 'Enhanced agent detection with Dutch keywords: "maak", "bouw", "implementeer", "programmeer"',
1684
- 'Fixed empty "ServiceNow Artifacts:" field - now properly detects and displays artifacts',
1685
- 'Added pattern matching for complex phrases: "service portal", "business rule", "script include"',
1686
- 'Context-aware detection combines creation intent with artifact hints',
1687
- 'Multilingual support for requiresUpdateSet and requiresApplication detection',
1688
- 'Solved user issue: ServiceNow Artifacts field showing empty in swarm startup output',
1689
- ],
1690
- },
1691
- '1.1.38': {
1692
- date: '2025-01-19',
1693
- changes: [
1694
- 'CRITICAL FIX: Resolved max agents limitation that was ignoring --max-agents flag',
1695
- 'Fixed agent spawning logic to respect user-requested max agents instead of estimated count',
1696
- 'Added intelligent agent allocation that balances user request with required system agents',
1697
- 'Enhanced memory storage to track user_requested_max_agents vs actual_agents_spawned',
1698
- 'Updated CLI display to show Requested | Estimated | Actual agent counts for transparency',
1699
- 'Solved user issue: "hard coded max agents = 2" - now properly uses --max-agents=5',
1700
- 'System now calculates: 1 primary + supporting agents (within user limit) + required agents',
1701
- 'Required agents (Update Set Manager, Application Manager) are preserved regardless of limit',
1702
- ],
1703
- },
1704
- '1.1.37': {
1705
- date: '2025-01-19',
1706
- changes: [
1707
- 'CRITICAL FIX: Resolved 403 authentication errors in widget deployment',
1708
- 'Fixed trailing slash handling in getBaseUrl() - prevents malformed URLs like https://instance.com//api/',
1709
- 'NEW: snow_auth_diagnostics tool - comprehensive authentication and permission testing',
1710
- 'NEW: validateDeploymentPermissions() method in ServiceNowClient',
1711
- 'AUTO-DIAGNOSTICS: Automatically runs authentication diagnostics on 403 errors',
1712
- 'Enhanced error handling with specific recommendations for URL, OAuth, and role issues',
1713
- 'Improved fallback mechanisms for deployment failures',
1714
- 'Better troubleshooting guidance with actionable steps',
1715
- 'URL validation and OAuth scope checking built into diagnostics',
1716
- ],
1717
- },
1718
- '1.1.36': {
1719
- date: '2025-01-19',
1720
- changes: [
1721
- 'CRITICAL FLOW FIXES: Resolved flow vs subflow confusion from user feedback',
1722
- 'Added explicit flow_type parameter to snow_deploy_flow (flow, subflow, action)',
1723
- 'NEW: snow_smart_update_set tool with automatic context detection',
1724
- 'Auto-creates new Update Sets when switching tasks/contexts',
1725
- 'NEW: snow_validate_flow_definition with preview and dependency checking',
1726
- 'NEW: snow_create_solution_package for grouping related artifacts',
1727
- 'NEW: snow_flow_wizard for interactive step-by-step flow creation',
1728
- 'Enhanced ServiceNowClient with createSubflow and createFlowAction methods',
1729
- 'Added setCurrentUpdateSet for Update Set management',
1730
- 'Improved flow deployment with validation before deploy option',
1731
- 'Better error messages and troubleshooting for flow deployment issues',
1732
- ],
1733
- },
1734
- '1.1.35': {
1735
- date: '2025-01-19',
1736
- changes: [
1737
- 'NEW WIDGET TOOLS: Added snow_preview_widget and snow_widget_test for better development',
1738
- 'Preview tool analyzes HTML/CSS/JS integration and checks for missing dependencies',
1739
- 'Test tool runs automated scenarios with code coverage _analysis',
1740
- 'Fixed validation feedback to show nuanced messages instead of just Failed',
1741
- 'Automatic detection of Chart.js and other library dependencies',
1742
- 'Integration _analysis between template variables, client bindings, and server data',
1743
- 'Detailed recommendations for improving widget code quality',
1744
- 'Based on user feedback from successful widget deployment experience',
1745
- ],
1746
- },
1747
- '1.1.34': {
1748
- date: '2025-01-19',
1749
- changes: [
1750
- 'CRITICAL WIDGET DEPLOYMENT FIXES: Resolved Service Portal widget field mapping issues',
1751
- 'Fixed widget deployment: now uses "script" field instead of "server_script" for Service Portal',
1752
- 'Enhanced OAuth scope to include "write" and "admin" permissions for widget deployment',
1753
- 'Added proactive permission validation before attempting widget deployment',
1754
- 'Comprehensive error diagnostics with specific OAuth and permission troubleshooting',
1755
- 'Auto-generated Update Set XML for manual import when direct deployment fails',
1756
- 'Widget-specific deployment logic with Service Portal table requirements',
1757
- 'Enhanced fallback strategies with multiple deployment options',
1758
- ],
1759
- },
1760
- '1.1.33': {
1761
- date: '2025-01-19',
1762
- changes: [
1763
- 'CRITICAL MCP FIXES: Resolved data consistency issues in ServiceNow MCP tools',
1764
- 'Fixed getBySysId response structure handling that was causing "not found" errors',
1765
- 'Added retry logic and fallback search for newly created records in getBySysId',
1766
- 'Enhanced editBySysId with post-update verification to ensure data consistency',
1767
- 'Added missing activateUpdateSet method to ServiceNowClient',
1768
- 'New snow_sync_data_consistency tool for automatic data healing and cache refresh',
1769
- 'Improved error messages with specific troubleshooting guidance',
1770
- 'Progressive delay retry mechanism for handling ServiceNow indexing delays',
1771
- ],
1772
- },
1773
- '1.1.32': {
1774
- date: '2025-01-19',
1775
- changes: [
1776
- 'CRITICAL FIXES: Addressed all 4 major issues from user feedback',
1777
- 'Added ArtifactTracker class for consistent sys_id tracking and validation',
1778
- 'Implemented deployment fallback strategies: direct API -> table record -> manual steps',
1779
- 'Enhanced update set management with auto-activation and emergency fallbacks',
1780
- 'Added snow_validate_sysid and snow_deployment_debug tools for troubleshooting',
1781
- 'Real-time validation of deployed artifacts with inconsistency detection',
1782
- 'Comprehensive error handling and recovery strategies for 403 errors',
1783
- ],
1784
- },
1785
- '1.1.31': {
1786
- date: '2025-01-19',
1787
- changes: [
1788
- 'Added snow_get_by_sysid and snow_edit_by_sysid tools to servicenow-intelligent MCP',
1789
- 'Implemented smart identifier extraction - removes artifact type keywords properly',
1790
- 'Fixed search queries to extract "incident bar chart" from "incident bar chart widget"',
1791
- 'Direct sys_id based editing is now much more reliable than text-based search',
1792
- 'Solved the empty script field issue in widget deployment',
1793
- ],
1794
- },
1795
- '1.1.30': {
1796
- date: '2025-01-19',
1797
- changes: [
1798
- 'Fixed servicenow-flow-composer MCP server runtime issues',
1799
- 'Enhanced error handling in all MCP server modules',
1800
- 'Improved stability and reliability of MCP server operations',
1801
- 'Verified all 13 MCP servers are working correctly',
1802
- ],
1803
- },
1804
- '1.1.29': {
1805
- date: '2025-01-19',
1806
- changes: [
1807
- 'Both servers integrate with Claude Code for enhanced orchestration',
1808
- 'Updated enabledMcpjsonServers to include snow-flow and snow-flow-native',
1809
- 'Total of 13 MCP servers now available',
1810
- ],
1811
- },
1812
- '1.1.28': {
1813
- date: '2025-01-19',
1814
- changes: [
1815
- 'Added back MCP activation scripts during init command',
1816
- 'Scripts are created but Claude Code is not auto-started',
1817
- 'Provides activate-mcp.sh (Unix/Mac) and activate-mcp.bat/.ps1 (Windows)',
1818
- 'Users can manually activate MCP servers when ready',
1819
- 'Maintains cleaner init experience while providing activation options',
1820
- ],
1821
- },
1822
- '1.1.27': {
1823
- date: '2025-01-19',
1824
- changes: [
1825
- 'Removed automatic Claude Code startup from init command',
1826
- 'Added MCP server auto-activation to swarm and create-flow commands',
1827
- 'MCP servers now activate only when running operational commands',
1828
- 'Investigated external MCP integration - some use different architectures',
1829
- 'Improved initialization flow - cleaner and faster setup',
1830
- ],
1831
- },
1832
- '1.1.26': {
1833
- date: '2025-01-19',
1834
- changes: [
1835
- 'Fixed MCP configuration schema validation error in Claude Code',
1836
- 'Changed .mcp.json structure from "servers" to "mcpServers" key',
1837
- 'Resolved issue preventing Claude Code from auto-starting with MCP servers',
1838
- 'Ensures compatibility with latest Claude Code MCP schema requirements',
1839
- ],
1840
- },
1841
- '1.1.25': {
1842
- date: '2025-01-19',
1843
- changes: [
1844
- 'Added automatic MCP server activation using claude --mcp-config flag',
1845
- 'Interactive prompt during init to start Claude Code with MCP servers',
1846
- 'Created platform-specific activation scripts (.sh for Unix, .bat/.ps1 for Windows)',
1847
- 'Removed manual MCP approval requirement - servers load automatically',
1848
- ],
1849
- },
1850
- '1.1.24': {
1851
- date: '2025-01-19',
1852
- changes: [
1853
- 'Added snow-flow mcp debug command to troubleshoot MCP configuration',
1854
- 'Fixed MCP server path detection in MCPServerManager',
1855
- 'Improved init command output with debug paths and approval instructions',
1856
- 'Enhanced error handling and user guidance for MCP activation',
1857
- ],
1858
- },
1859
- '1.1.23': {
1860
- date: '2025-01-19',
1861
- changes: [
1862
- 'Fixed .npmignore blocking critical .claude configuration files',
1863
- 'Added support for .claude/mcp-config.json generation',
1864
- 'Included all necessary MCP startup scripts in npm package',
1865
- 'Improved MCP server configuration for better Claude Code integration',
1866
- ],
1867
- },
1868
- '1.1.22': {
1869
- date: '2025-01-19',
1870
- changes: [
1871
- 'Final verification of MCP server registration functionality',
1872
- 'Tested global npm installation generates correct paths in .mcp.json',
1873
- 'Confirmed .claude/settings.json includes all 11 ServiceNow MCP servers',
1874
- 'Production-ready release with full MCP server integration',
1875
- ],
1876
- },
1877
- '1.1.21': {
1878
- date: '2025-01-19',
1879
- changes: [
1880
- 'Added .claude.settings.template file that gets included in npm package',
1881
- 'Fixed .npmignore to include the template file',
1882
- 'Template ensures Claude Code settings are properly configured',
1883
- 'Resolves issue where settings worked locally but not from npm',
1884
- ],
1885
- },
1886
- '1.1.20': {
1887
- date: '2025-01-19',
1888
- changes: [
1889
- 'FINAL FIX: settings.json now actually created during init command',
1890
- 'MCP servers properly enabled in Claude Code via enabledMcpjsonServers',
1891
- 'Fixed code that created settings but never wrote it to disk',
1892
- 'All 11 ServiceNow MCP servers now work after npm install -g',
1893
- ],
1894
- },
1895
- '1.1.19': {
1896
- date: '2025-01-19',
1897
- changes: [
1898
- 'CRITICAL FIX: Added enabledMcpjsonServers to .claude/settings.json',
1899
- 'MCP servers now automatically visible in Claude Code without manual steps',
1900
- 'All 11 ServiceNow servers properly registered in Claude Code settings',
1901
- 'Fixed the root cause of MCP servers not appearing after npm install',
1902
- ],
1903
- },
1904
- '1.1.18': {
1905
- date: '2025-01-19',
1906
- changes: [
1907
- 'Fixed MCP server registration to use claude mcp add-json command',
1908
- 'Corrected JSON format for MCP server configuration',
1909
- 'Improved error handling for server registration',
1910
- 'Better compatibility with Claude Code MCP CLI',
1911
- ],
1912
- },
1913
- '1.1.17': {
1914
- date: '2025-01-19',
1915
- changes: [
1916
- 'Automatic MCP server registration with Claude Code using claude mcp add',
1917
- 'Init command now registers all 11 MCP servers with Claude Code',
1918
- 'Better error handling and user feedback for MCP registration',
1919
- 'Servers are registered with project scope for better organization',
1920
- ],
1921
- },
1922
- '1.1.16': {
1923
- date: '2025-01-19',
1924
- changes: [
1925
- 'Fixed .mcp.json generation to write correct paths after all initialization',
1926
- 'Removed .mcp.json files from package to prevent overwriting',
1927
- 'Init command now generates .mcp.json with proper global npm paths',
1928
- 'Ensures MCP servers are accessible from any directory after global install',
1929
- ],
1930
- },
1931
- '1.1.15': {
1932
- date: '2025-01-19',
1933
- changes: [
1934
- 'Fixed MCP server paths for global npm installations',
1935
- 'setup-mcp.js now correctly distinguishes between package and project directories',
1936
- 'MCP configuration points to correct global npm module paths',
1937
- 'Resolves issue where MCP servers could not be found after npm install -g',
1938
- ],
1939
- },
1940
- '1.1.14': {
1941
- date: '2025-01-19',
1942
- changes: [
1943
- 'Fixed version display showing 1.1.0 instead of current version',
1944
- 'Replaced all hardcoded version strings with dynamic VERSION constant',
1945
- 'Proper version synchronization across all files',
1946
- ],
1947
- },
1948
- '1.1.4': {
1949
- date: '2025-01-19',
1950
- changes: [
1951
- 'Fixed MCP server setup for global npm installations',
1952
- 'setup-mcp.js now correctly detects global vs local installation',
1953
- 'Init command copies .mcp.json to project directory when needed',
1954
- 'Claude Code automatically loads MCP servers from .mcp.json',
1955
- 'Simplified and reliable MCP server registration',
1956
- ],
1957
- },
1958
- '1.1.0': {
1959
- date: '2025-01-17',
1960
- changes: [
1961
- 'Added Flow Composer MCP for natural language flow creation',
1962
- 'Expanded template system with intelligent variations',
1963
- 'Enhanced template engine with NLP capabilities',
1964
- 'Added composite templates for complex systems',
1965
- 'Improved ServiceNow artifact discovery and orchestration',
1966
- ],
1967
- },
1968
- '1.0.0': {
1969
- date: '2025-01-15',
1970
- changes: [
1971
- 'Initial release with multi-agent orchestration',
1972
- 'ServiceNow OAuth integration',
1973
- 'MCP server support',
1974
- 'Basic template system',
1975
- 'SPARC methodology implementation',
1976
- ],
1977
- },
1978
- },
1979
- };
1980
- /**
1981
- * Get version string with optional format
1982
- */
1983
- function getVersionString(format = 'short') {
1984
- if (format === 'short') {
1985
- return `v${exports.VERSION}`;
1986
- }
1987
- return `${exports.VERSION_INFO.name} v${exports.VERSION} - ${exports.VERSION_INFO.description}`;
1988
- }
1989
- /**
1990
- * Get latest features for current version
1991
- */
1992
- function getLatestFeatures() {
1993
- return exports.VERSION_INFO.features[exports.VERSION] || [];
1994
- }
1995
- /**
1996
- * Check if running latest version (for future use)
1997
- */
1998
- function isLatestVersion() {
1999
- // This could check against a remote version in the future
2000
- return true;
2001
- }
3
+ exports.VERSION = void 0;
4
+ // Auto-generated by npm version command
5
+ exports.VERSION = '8.33.15';
2002
6
  //# sourceMappingURL=version.js.map