snow-flow
Version:
Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A
662 lines โข 145 kB
JavaScript
"use strict";
/**
* Snow-Flow Version Management
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION_INFO = exports.VERSION = void 0;
exports.getVersionString = getVersionString;
exports.getLatestFeatures = getLatestFeatures;
exports.isLatestVersion = isLatestVersion;
const dynamic_version_1 = require("./dynamic-version");
exports.VERSION = dynamic_version_1.VERSION;
exports.VERSION_INFO = {
version: exports.VERSION,
name: 'Snow-Flow',
description: 'ServiceNow Queen Agent - Hive-Mind Intelligence for ServiceNow Development',
features: {
'2.7.1': [
'๐พ MEMORY-EFFICIENT ML: Streaming training for large datasets prevents memory overload',
'๐ฆ BATCH PROCESSING: Process data in configurable batches (default 100 records)',
'๐๏ธ FEATURE HASHING: Reduces vocabulary from unlimited to fixed size (default 10K)',
'๐ PROGRESSIVE LOADING: Only loads data as needed during training',
'๐งน AUTOMATIC CLEANUP: Disposes tensors after each batch to free memory',
'๐ SCALABLE TRAINING: Can handle datasets of any size without crashing',
'โก OPTIMIZED MODELS: Smaller but effective neural networks for memory efficiency',
'๐ REAL-TIME PROGRESS: Shows batch-by-batch training progress',
],
'2.7.0': [
'๐ง INTELLIGENT ML DATA SELECTION: Snow-Flow now intelligently selects balanced training data',
'๐ฏ CUSTOM QUERIES: Added query parameter for full control over ML training data selection',
'โ๏ธ BALANCED DATASETS: Automatic balancing across categories, priorities, and time periods',
'๐ FOCUS CATEGORIES: Can now focus ML training on specific incident categories',
'๐ DATA DISTRIBUTION: Shows category and priority distribution for transparency',
'๐ DYNAMIC CONTROL: Snow-Flow has full freedom to optimize ML data selection',
'โจ SMART DEFAULTS: Intelligent query building when no custom query provided',
],
'2.6.9': [
'๐ ML QUERY FIX: Removed restrictive filters limiting training data to only resolved incidents',
'๐ ALL INCIDENTS: ML training now includes both active AND resolved incidents',
'๐ MORE DATA: Significantly increased available training data for better ML models',
'๐ BETTER LOGS: Added detailed logging for ML data fetching and training process',
'โ
SORTED DATA: Fetches most recent incidents first (ORDER BY sys_created_on DESC)',
],
'2.6.8': [
'๐ง ML API FIX: Fixed incident data fetching using searchRecords instead of makeRequest',
'โ
AUTHENTICATION: Proper authentication handling for ML training data retrieval',
'๐ CONSISTENT API: ML MCP now uses same methods as operations MCP for data access',
'๐ TRAINING WORKS: ml_train_incident_classifier can now fetch incidents correctly',
'๐ค BETTER ERRORS: Clear error messages when permissions are missing',
],
'2.6.7': [
'๐ค ML HYBRID MODE: Custom neural networks work WITHOUT PA/PI plugins!',
'โ
SMART FALLBACK: If PI available, uses it for 95%+ accuracy, else TensorFlow.js',
'๐ CLEAR REQUIREMENTS: Tool descriptions now show which need PA/PI licenses',
'๐ BEST OF BOTH: ml_train_incident_classifier uses PI when available, TensorFlow.js when not',
'๐ง NO MORE BLOCKS: Basic table access is enough for custom ML models',
'๐ก INTELLIGENT ROUTING: Automatically chooses best ML approach based on licenses',
'๐ ALWAYS WORKS: ML functionality no longer blocked when plugins unavailable',
],
'2.6.6': [
'๐ JSON-BASED QUEEN MEMORY: Replaced SQLite with simple JSON file storage',
'โ
NO MORE PERMISSION ERRORS: Fixed SQLITE_READONLY_DBMOVED database issues permanently',
'๐ TRANSPARENT STORAGE: All memory data in readable JSON files (.snow-flow/queen/*.json)',
'๐ง ATOMIC SAVES: Safe file writes with temp file + rename for data integrity',
'๐พ DEBOUNCED PERSISTENCE: 1-second delay prevents excessive file writes',
'๐งน CLEANER SYSTEM: Removed better-sqlite3 dependency from Queen memory',
'๐ BACKWARDS COMPATIBLE: Same API, just simpler storage backend',
],
'1.4.39': [
'๐งน NEO4J REMOVAL: Removed Neo4j graph memory from available tools (implementation preserved)',
'โ
NEW TOOLS: Implemented neural_status and token_usage in snow-flow-mcp',
'๐๏ธ DEPRECATED REMOVAL: Removed bottleneck_analyze, github tools, daa tools, workflow_create, sparc_mode',
'โ FLOW TOOLS: Removed flow_wizard and validate_flow_definition from deployment MCP',
'๐ TOOL OPTIMIZATION: Focused on 100% working tools based on comprehensive test results',
'๐ง FIXES: Resolved all TypeScript compilation errors and tool registry issues',
],
'1.4.38': [
'๐๏ธ FLOW TOOL REMOVAL: Removed ALL flow-related MCP tools from codebase',
'โ
REMOVED TOOLS: snow_test_flow_with_mock, snow_link_catalog_to_flow, snow_deploy_flow',
'๐งน CLEANUP COMPLETE: Removed flow discovery, testing, and XML flow MCP servers',
'๐ DOCUMENTATION: Updated all docs to remove flow creation references',
'๐ WIDGET FOCUS: Snow-Flow now focuses exclusively on widgets, scripts, and automation',
'๐ฏ CLEANER CODEBASE: Removed 1000+ lines of deprecated flow code',
],
'1.4.37': [
'๐ง AUTH DIAGNOSTICS FIX: Fixed misleading "No credentials available" error',
'โ
PROPER ERROR: validateDeploymentPermissions now calls ensureAuthenticated first',
'๐ BETTER DIAGNOSTICS: More accurate authentication status reporting',
'๐ NO MORE CONFUSION: OAuth status and API call errors now properly separated',
],
'1.4.36': [
'๐๏ธ REMOVED FLOW-COMPOSER: Completely removed flow-composer from all configurations',
'๐ TEMPLATE-BASED INIT: Init command now uses .mcp.json.template for consistency',
'โ
CLEANER CODEBASE: Template-based MCP configuration for better maintainability',
'๐งน NO MORE FLOWS: Final cleanup of flow creation features (use ServiceNow Flow Designer)',
'๐ 11 MCP SERVERS: All ServiceNow operations without flow-composer complexity',
],
'1.4.35': [
'๐ ALL MCP SERVERS: Fixed init command to include ALL snow-flow MCP servers automatically',
'๐ค MEMORY_USAGE FIXED: Added snow-flow server (contains memory_usage and orchestration tools)',
'โ
AUTO-CONFIG: No more manual MCP server configuration needed for new projects',
'๐ COMPLETE SETUP: Complete .mcp.json created with all servers on init --sparc',
'๐ ONE COMMAND: snow-flow init --sparc creates everything you need',
],
'1.4.34': [
'๐งน FINAL CLEANUP: Removed ALL remaining external tool references from changelog and docs',
'๐ VERSION CHANGELOG: Cleaned version.ts changelog of all external tool references',
'๐ DOCUMENTATION: Updated CHANGELOG.md and ARCHITECTURE.md to remove external tool references',
'๐๏ธ CONFIG FILES: Cleaned .gitignore and .npmignore of external tool patterns',
'โ
ZERO REFERENCES: Verified 0% external tool references in entire codebase',
'๐ PURE SNOW-FLOW: Now completely independent native Snow-Flow implementation',
],
'1.4.33': [
'๐ ROOT CAUSE FOUND: Fixed .claude/settings.json still containing CLAUDE_FLOW_* environment variables',
'๐ง ENV VARIABLES FIX: Changed all CLAUDE_FLOW_* to SNOW_FLOW_* in settings',
'๐ฏ FINAL SOLUTION: This was causing snow-flow to still show snow-flow/snow-flow-native servers',
'โ
COMPLETE CLEANUP: Now truly 0% snow-flow references in entire system',
'๐ READY FOR USE: Snow-flow now shows only snow-flow-* MCP servers',
],
'1.4.32': [
'๐จ MCP CLEANUP SCRIPT: Created automated script to remove snow-flow/snow-flow-native from Claude Desktop',
'๐ง FIX-MCP-REFERENCES: Script automatically cleans Claude config and reinstalls Snow-Flow MCP servers',
'๐ USER INSTRUCTIONS: Clear steps to completely remove snow-flow/snow-flow-native from MCP list',
'๐ฏ CLAUDE DESKTOP FIX: Solves issue where users still see snow-flow in MCP output',
'โจ CLEAN INSTALL: Ensures only snow-flow-* servers appear in Claude Desktop MCP list',
],
'1.4.31': [
'๐ COMPREHENSIVE AUDIT: Deep verification of ALL snow-flow to snow-flow command mapping',
'๐ COMMAND DIRECTORY CLEANUP: Updated ALL 100+ .claude/commands/*.md files',
'๐๏ธ FILE RENAME: snow-flow-swarm.md โ snow-flow-swarm.md with complete content update',
'๐พ SOURCE CODE SWEEP: Updated ALL src/*.ts files to use snow-flow exclusively',
'๐ DOCUMENTATION SYNC: README.md, CLAUDE.md, and all docs now 100% snow-flow',
'โ
VERIFIED COMPLETE: Every snow-flow command has functional snow-flow counterpart',
'๐ฏ ZERO REFERENCES: 0 snow-flow references remaining in codebase',
],
'1.4.30': [
'๐งน FINAL CLAUDE-FLOW CLEANUP: Removed ALL remaining snow-flow references from .claude directory',
'๐ SCRIPT UPDATES: Fixed setup-mcp.sh, github-setup.sh, quick-start.sh to use snow-flow',
'๐ COMMAND DOCS: Renamed and updated snow-flow-memory.md and snow-flow-help.md files',
'๐ง MCP SETUP: Fixed MCP server registration to use snow-flow instead of snow-flow',
'โจ 100% SNOW-FLOW: All references now correctly use snow-flow branding and commands',
],
'1.4.29': [
'๐งน CODE CLEANUP: Removed deprecated deployXMLToServiceNow function',
'๐ฅ REMOVED COMMAND: Removed deploy-xml command (no longer needed)',
'๐ HELP TEXT: Cleaned up references to XML deployment',
'๐๏ธ UNUSED CODE: Removed createSparcFiles function (replaced by init --sparc)',
'โจ CLEANER CLI: Streamlined command structure without deprecated functions',
],
'1.4.28': [
'๐งน FINAL CLEANUP: Removed last Claude-Flow reference in swarm prompt',
'๐ SWARM PROMPT: Changed "Claude-Flow pattern" to "Snow-Flow pattern"',
'โจ COMPLETE MIGRATION: Snow-Flow is now 100% independent',
'๐ NO EXTERNAL DEPS: All swarm orchestration is native Snow-Flow',
],
'1.4.27': [
'๐ SNOW-FLOW SWARM ORCHESTRATION: Activated native Snow-Flow swarm MCP server',
'๐ง 16 MCP SERVERS: Increased from 15 to 16 with Snow-Flow own orchestration',
'๐ฏ REPLACES EXTERNAL TOOLS: Snow-Flow now replaces snow-flow/snow-flow-native completely',
'๐งน REMOVED DEPENDENCIES: Cleaned all snow-flow/snow-flow-native references from settings',
'๐ค NATIVE SWARM TOOLS: swarm_init, agent_spawn, task_orchestrate, memory tools',
'๐ UPDATED DOCUMENTATION: All docs reflect 16 MCP servers and native swarm',
'โจ EIGEN IMPLEMENTATIE: Snow-Flow has its own complete swarm orchestration',
],
'1.4.17': [
'๐ AUTH CLARIFICATION: OAuth is the only supported authentication method',
'๐ DOCUMENTATION: Clear explanation that username/password is not used',
'๐ฏ NO CONFUSION: Removed misleading authentication options',
'๐ SETUP GUIDE: Added OAuth setup instructions in README',
'โจ BETTER UX: Users now understand OAuth is required, not optional',
'๐ซ LEGACY FIELDS: Username/password marked as unused legacy fields',
],
'1.4.16': [
'โฑ๏ธ DEPLOYMENT TIMEOUTS: Added configurable timeout settings for widget deployments',
'๐ EXTENDED TIMEOUTS: 5-minute default for deployments (was 60 seconds)',
'๐ง MCP TRANSPORT: 6-minute timeout for MCP deployment operations',
'๐ INIT COMMAND: .env template now includes all timeout configurations',
'๐ฏ NO MORE TIMEOUTS: Prevents MCP error -32001 on complex widget deployments',
'๐ FLOW REMOVAL: Removed all references to flow deployments (widgets only)',
],
'1.4.15': [
'๐ CRITICAL BUG FIX: Fixed swarm command flow detection issue',
'โ
SWARM ANALYSIS: Tool name "snow-flow" no longer triggers flow creation error',
'๐ ANALYSIS TASKS: Script include dependency analysis now works correctly',
'๐ฏ IMPROVED ROUTING: Better command detection for analysis vs flow creation',
'๐ช USER EXPERIENCE: Beta testers can now use swarm command without conflicts',
'๐ IMMEDIATE UPDATE RECOMMENDED: All users should update for swarm functionality',
],
'1.4.14': [
'๐ SNOW-FLOW MCP SERVER: Created complete coordination server replacing snow-flow MCP',
'๐ค COORDINATION TOOLS: Includes swarm_init, agent_spawn, task_orchestrate, memory_usage',
'๐ง NEURAL FEATURES: Added neural_train, neural_patterns, neural_status tools',
'๐ PERFORMANCE TOOLS: Added performance_report, bottleneck_analyze, token_usage',
'๐ GITHUB INTEGRATION: Added github_repo_analyze, github_pr_manage tools',
'โจ DYNAMIC AGENTS: Added daa_agent_create, daa_capability_match tools',
'๐ MCP DOCUMENTATION: Updated README with complete MCP integration instructions',
'โ
FULLY TESTED: All coordination tools tested and working via stdio transport',
],
'1.4.9': [
'๐ DIRECTORY MIGRATION: Migrated all .snow-flow directories to .snow-flow for brand consistency',
'๐ PROJECT STRUCTURE: Updated Queen memory, MCP memory, and test paths to use .snow-flow',
'๐ AUTOMATIC MIGRATION: Init command now auto-migrates existing .snow-flow data to .snow-flow',
'โจ ENHANCED INIT: Creates .snow-flow/queen, .snow-flow/memory directories during initialization',
'๐ก๏ธ SAFE MIGRATION: Original .snow-flow data preserved during migration for safety',
'๐งน CODE CLEANUP: Replaced all snow-flow references with snow-flow in project paths',
'๐ MIGRATION UTILITY: New migrate-snow-flow.ts handles automatic data migration',
],
'1.4.13': [
'๐ VERSION SYNC: Updated version.ts to match package.json version',
'โ
VERSION CONSISTENCY: Ensures version.ts and package.json are synchronized',
'๐ VERSION HISTORY: Added complete version history for 1.4.10, 1.4.11, and 1.4.12',
'๐ง BUILD SYSTEM: Fixed version mismatch between source and package',
],
'1.4.12': [
'๐ท๏ธ COMPLETE BRAND CONSISTENCY: Replaced ALL snow-flow references with snow-flow in CLAUDE.md',
'โ
MCP TOOL REFERENCES: Fixed all mcp__snow-flow__ to mcp__snow-flow__ in documentation',
'๐ WORKFLOW EXAMPLES: Updated all workflow examples and batch patterns',
'๐ง CLI COMMANDS: Fixed all npx snow-flow to npx snow-flow',
'๐ GITHUB URLS: Updated all URLs to point to groeimetai/snow-flow',
'๐ฏ INIT COMMAND: Now generates 100% consistent snow-flow branding',
],
'1.4.11': [
'๐ง TEMPLATE FIX: Fixed .claude.settings.template to use snow-flow instead of snow-flow',
'โ
MCP SERVER LIST: Updated enabled servers list to use snow-flow',
'๐ PERMISSIONS: Fixed MCP tool permission patterns for snow-flow',
'๐ฏ BRAND CONSISTENCY: Ensures init command generates correct settings',
],
'1.4.10': [
'๐ท๏ธ BRAND UPDATE: Fixed remaining snow-flow references in CLAUDE.md',
'โ
MCP CONSISTENCY: Updated all MCP tool examples to use snow-flow',
'๐ DOCUMENTATION: Fixed hook commands and CLI examples',
'๐ง INIT COMMAND: Improved CLAUDE.md generation with correct branding',
],
'1.4.8': [
'๐งน NPM CLEANUP: Removed database files and logs from npm package',
'๐ฆ PACKAGE OPTIMIZATION: Reduced package from 829 to 766 files',
'๐ SECURITY: Excluded sensitive files via improved .npmignore',
'๐ SIZE REDUCTION: Removed 77.8KB of unnecessary test databases',
'๐ฏ CLEANER DISTRIBUTION: Only essential files included in npm package',
],
'1.4.7': [
'๐ PORTAL PAGE DEPLOYMENT: Complete implementation of Service Portal page deployment',
'๐๏ธ WIDGET PLACEMENT: Automatic widget instance creation with proper container structure',
'๐ฏ QUEEN RECOGNITION: Queen Agent now identifies portal page objectives',
'๐ LAYOUT SUPPORT: Single column, multi-column, and sidebar layouts',
'๐ DIRECT LINKS: Returns both edit and preview URLs after deployment',
'๐ INTELLIGENT DETECTION: Automatic portal type detection (sp vs esc)',
'โจ DEPLOYMENT TYPES: Added portal_page to all deployment interfaces',
],
'1.4.6': [
'๐ OPEN SOURCE RELEASE: Complete preparation for public launch',
'๐ DOCUMENTATION: Added comprehensive API, Architecture, and Developer guides',
'๐๏ธ CI/CD: Complete GitHub Actions pipeline with testing and security scanning',
'๐ค COMMUNITY: Added CONTRIBUTING.md, issue/PR templates, and examples',
'๐ง CODE QUALITY: ESLint improvements, Jest configuration, and pre-commit hooks',
'๐ฆ SEMANTIC RELEASE: Automated versioning and changelog generation',
'โจ PROFESSIONAL: Ready for enterprise adoption with MIT license',
],
'1.3.31': [
'๐ง VERSION FIX: Correct version now displayed with snow-flow --version',
'โ
All v1.3.30 fixes included plus proper version constant update',
],
'1.3.30': [
'๐ฅ CRITICAL FIX: BUG-001 Production Blocker Resolved - flowDef is not defined error fixed',
'โ
Flow deployments now work correctly - all this.flowDef references fixed',
'โก Users should update immediately with npm update -g snow-flow',
],
'1.3.29': [
'๐จ CRITICAL FIXES: v1.3.28 - All Beta Testing Issues RESOLVED!',
'โ
Issue #1: Flow Deployment Creates Empty Flows - COMPLETELY FIXED',
'โ
Issue #2: Tool Registry Mapping Failures - COMPLETELY FIXED',
'โ
Issue #3: Metadata Response Failures - COMPLETELY FIXED',
'๐ New CompleteFlowXMLGenerator with v2 tables and proper encoding',
'๐ง New MCPToolRegistry with robust tool name resolution',
'๐ New DeploymentMetadataHandler with complete metadata extraction',
],
'1.3.27': [
'๐ค AUTONOMOUS SYSTEMS: All 4 autonomous systems now ENABLED BY DEFAULT in swarm command!',
'โ
SELF-DOCUMENTING: Automatic documentation generation and updates (default: enabled)',
'๐ฐ COST OPTIMIZATION: AI-driven cost management with auto-optimization (default: enabled)',
'๐ COMPLIANCE MONITORING: Multi-framework compliance with auto-remediation (default: enabled)',
'๐ฅ SELF-HEALING: Predictive failure detection with automatic recovery (default: enabled)',
'โ๏ธ FLEXIBLE CONTROL: Use --no-autonomous-* flags to disable specific systems',
'๐ซ GLOBAL DISABLE: Use --no-autonomous-all to disable all autonomous systems',
'๐ช FORCE OVERRIDE: Use --autonomous-all to force enable all (overrides --no- flags)',
'๐ฏ PERFECT ORCHESTRATOR: True "รฉรฉn command voor alles" - zero manual intervention needed!',
'Based on user request: "oke maar kunnen we het niet als standaard aanzetten dat al deze dingen beschikbaar zijn?"',
],
'1.3.16': [
'๐ VERSION BUMP: Clean version update for npm publish',
'โจ INCLUDES: All improvements from v1.3.15',
'๐ฆ READY: Package prepared for npm distribution',
],
'1.3.15': [
'๐ฏ SWARM SIMPLIFIED: Removed XML generation from swarm command',
'โจ ORCHESTRATION ONLY: Swarm now only launches Claude Code',
'๐ค AGENT RESPONSIBILITY: XML generation moved to Claude Code agents',
'๐ CLEANER ARCHITECTURE: Better separation of orchestration vs implementation',
'๐ FLOW INSTRUCTIONS: Claude Code gets clear instructions for flow tasks',
'๐ง NO PREMATURE WORK: No more generating/deploying before agents start',
],
'1.3.14': [
'๐ฏ CLEANER OUTPUT: Dramatically reduced verbose logging in swarm command',
'๐ FOCUSED UI: Only essential information shown by default',
'๐ --verbose FLAG: Added flag to see detailed execution information',
'โจ STREAMLINED: No more walls of text before anything happens',
'๐ก SMART DEFAULTS: Shows objective, session ID, and actual progress only',
'๐ง BETTER UX: Clean, professional output focused on what matters',
],
'1.3.13': [
'๐ FIX ERROR MESSAGES: Separated XML generation and deployment error handling',
'โ
CORRECT ERRORS: "XML flow generation failed" no longer shows for deployment issues',
'๐ฏ FLOW DETECTION FIX: Flow tasks now correctly detected instead of widget_development',
'๐ง BETTER ERROR HANDLING: Deployment errors show specific failure reasons',
'๐ DEBUG LOGGING: Added artifact detection debugging with DEBUG env var',
'โก IMPROVED RELIABILITY: Better error recovery and clearer user feedback',
],
'1.3.12': [
'๐ AUTO-DEPLOY XML: Swarm command now automatically deploys flow XML to ServiceNow',
'โจ ZERO MANUAL STEPS: Generate โ Import โ Preview โ Commit all automatic',
'๐ฏ SMART ERROR HANDLING: Falls back to manual deployment if issues occur',
'๐ง SHARED DEPLOYMENT: Both swarm and deploy-xml use same deployment logic',
'๐พ DEPLOYMENT TRACKING: Successful deployments tracked in memory system',
'โ
COMPLETE AUTOMATION: No more manual "deploy-xml" command needed',
],
'1.3.11': [
'๐ฅ IMPROVED FLOW GENERATOR: Complete rewrite fixing "too small to work" issue',
'โ
V2 TABLE STRUCTURES: Uses sys_hub_action_instance_v2 and sys_hub_trigger_instance_v2',
'๐ฆ BASE64+GZIP ENCODING: Production-ready action value encoding',
'๐งฉ COMPLETE LABEL_CACHE: All required metadata for Flow Designer UI',
'๐ 5-10X LARGER XML: Production-sized flows that actually work in ServiceNow',
'๐ AUTOMATIC DETECTION: Swarm auto-detects Flow Designer tasks and uses XML-first',
],
'1.3.10': [
'๐ฅ RAW MODE FIX: Used --dangerously-skip-permissions flag',
'๐ STDIN RESTORED: Proper prompt injection via stdin',
'โ
FULLY AUTOMATIC: No manual input required anymore',
'๐ LIKE OLD VERSIONS: Works exactly like v1.0-1.2 did',
],
'1.3.9': [
'๐ CLAUDE CODE AUTO-LAUNCH: Restored automatic Claude Code launching',
'๐ค PROCESS SPAWNING: Claude CLI detection and proper process spawning',
'๐ PROMPT INJECTION: Automatic prompt sending to Claude Code via stdin',
'๐ง MCP INTEGRATION: Auto-loads MCP servers when .mcp.json exists',
],
'1.3.8': [
'๐ค CLAUDE CODE FIX: Restored proper Claude Code agent spawning',
'๐ SWARM ORCHESTRATION: Snow-flow is orchestrator, Claude Code agents are workhorses',
'๐ง NO EARLY EXIT: Flow Designer tasks now continue to full agent orchestration',
'๐ CLEAR INSTRUCTIONS: Better messaging about Snow-flow vs Claude Code roles',
],
'1.3.7': [
'๐ RELEASE VERSION: Combined all fixes from 1.3.2-1.3.6 into stable release',
'โ
ZOD VALIDATION: Completely fixed all configuration schema issues',
'๐ง HIERARCHICAL MEMORY: ServiceNow-specific memory patterns for agent coordination',
'๐ฆ PRODUCTION READY: All version numbers aligned and ready for npm publish',
],
'1.3.6': [
'๐ ZOD FIX: Fixed nested object validation errors in configuration schema',
'๐ง NESTED DEFAULTS: Added .default({}) to all nested objects in ConfigSchema',
'โ
STARTUP FIX: Package now starts correctly without Zod validation errors',
'๐พ BACKWARDS COMPATIBLE: All configuration objects have proper default values',
],
'1.3.5': [
'๐ง HIERARCHICAL MEMORY: Enhanced memory system with ServiceNow-specific patterns',
'๐ค AGENT CAPABILITIES: 15+ specialized ServiceNow agent types defined',
'๐ PATTERN LEARNING: Success/failure pattern recognition for continuous improvement',
'๐ RELATIONSHIP TRACKING: Graph-like connections between artifacts',
],
'1.3.4': [
'๐ ZOD FIX ATTEMPT 2: Added .default({}) to all top-level objects',
'๐ง CONFIG SCHEMA: Fixed "Required" errors for all config properties',
'โ ๏ธ PARTIAL FIX: Resolved top-level validation but nested objects still failed',
],
'1.3.3': [
'๐ ZOD FIX ATTEMPT 1: Fixed parseInt() returning NaN for undefined env vars',
'๐ง DYNAMIC DEFAULTS: Removed dynamic parseInt() from schema defaults',
'โ
NAN CHECKS: Added validation in loadFromEnvironment() method',
'โ ๏ธ PARTIAL FIX: Resolved NaN errors but uncovered nested object issues',
],
'1.3.2': [
'๐จ BUG INTRODUCED: Zod validation errors preventing package startup',
'โ ISSUE: parseInt() with undefined env vars causing NaN in defaults',
],
'1.3.1': [
'๐จ HOTFIX: Fixed "memory MCP tool is not available" error',
'๐ง CONFIG BUG FIX: BaseMCPServer now properly stores config parameter',
'โ
MEMORY RESTORED: Memory MCP server works again with requiresAuth: false',
'โก CRITICAL FIX: this.config was undefined causing authentication checks to fail',
],
'1.3.0': [
'๐ฏ BREAKTHROUGH: Fixed empty flows issue - ServiceNow flows now work completely!',
'๐ง FLOW COMPONENTS: Added sys_hub_action_instance, sys_hub_trigger_instance, sys_hub_flow_logic creation',
'๐๏ธ FLOW STRUCTURE BUILDER: New utility system for building complete ServiceNow flow structures',
'๐ XML INJECTION: Enhanced XML generation for complete Update Set deployment',
'โก TRIPLE SOLUTION: Direct API + XML Generation + Structure Builder - 3 ways to create working flows',
'๐งช COMPREHENSIVE TESTING: Added iPhone Request Approval flow test with full validation',
'๐ COMPLETE DOCUMENTATION: Full integration guides and architecture documentation',
'๐ WORKING FLOWS: Flows created via swarm commands now display and execute properly in ServiceNow!',
],
'1.2.4': [
'๐ MEMORY MIGRATION: Migrated memory functionality to snow-flow MCP server',
'๐๏ธ ARCHITECTURE IMPROVEMENT: Added requiresAuth flag to BaseMCPServer for non-ServiceNow servers',
'๐พ MEMORY INDEPENDENCE: Memory server no longer requires ServiceNow authentication',
'โก PERFORMANCE: Faster startup for memory-only operations without auth validation',
'๐ก๏ธ ERROR HANDLING: Eliminated unnecessary authentication failures for local-only servers',
],
'1.2.3': [
'๐ AUTHENTICATION FIX: Resolved MCP authentication failure due to environment variable mismatch',
'๐ง CONFIG ALIGNMENT: Fixed discrepancy between .env file and MCP configuration files',
'โ
VALIDATED CONNECTION: All ServiceNow MCP tools now authenticate properly',
'๐ฏ MEMORY CONSOLIDATION: All memory operations now handled by snow-flow MCP',
'๐ SWARM READY: All swarm commands now execute without authentication errors',
],
'1.2.2': [
'๐ฏ CRITICAL FIX: Resolved empty flows issue - Complete MCP integration achieved',
'๐ง FLOW-BUILDER AGENT: Now uses MCPExecutionBridge for real ServiceNow deployment',
'โก INTELLIGENT DEPLOYMENT: Calls snow_create_flow MCP tool with template matching and natural language parsing',
'๐งช LIVE TESTING: Implements snow_test_flow_with_mock for comprehensive flow validation',
'๐ SMART DISCOVERY: Uses snow_discover_existing_flows to prevent flow duplication',
'๐ REAL SERVICENOW DATA: Stores artifacts with actual sys_ids from ServiceNow instead of mock data',
'โจ ENHANCED FLOW COMPOSER: 5 professional templates (Approval, Incident, Request, Data Processing, User Management)',
'๐ง NATURAL LANGUAGE PROCESSING: Intelligent flow requirement _analysis and automatic artifact creation',
'๐ช WORKFLOW OPTIMIZATION: Complete elimination of 500+ lines of redundant hardcoded flow logic',
],
'1.2.1': [
'๐ง NEO4J SMART INTEGRATION: Auto-detects Neo4j during init and offers optional graph memory setup',
'โก GRACEFUL FALLBACK: Graph memory server now starts without Neo4j, provides helpful fallback responses',
'๐ฏ CONDITIONAL CONFIGURATION: Graph memory only added to .mcp.json when Neo4j is enabled',
'๐ง IMPROVED ERROR HANDLING: No more crashes when Neo4j is unavailable - smooth degradation',
'๐ INIT ENHANCEMENT: Interactive prompt during init asks about graph memory features',
'๐พ ADDED SERVICENOW-MEMORY: Memory MCP server now properly included in init configuration',
],
'1.2.0': [
'๐ ARCHITECTURE CHANGE: Switched from snow-flow memory tools to native ServiceNow memory system',
'๐ฏ MEMORY SYSTEM FIX: All CLI memory references now use mcp__snow-flow__memory_usage tools',
'โ
CRITICAL BUG RESOLVED: Fixed "memory tool is not available" error by using correct memory tool references',
'๐ IMPROVED RELIABILITY: Queen Agent and swarm coordination now use dedicated ServiceNow memory infrastructure',
'๐พ SEAMLESS MIGRATION: Automatic transition from snow-flow memory to ServiceNow memory without data loss',
'๐ง TOOL ALIGNMENT: All memory operations (store, get, search) now consistently use ServiceNow MCP server',
'๐ ENHANCED COORDINATION: Better multi-agent memory sharing through native ServiceNow memory system',
],
'1.1.91': [
'๐ง MEMORY TOOLS FIX: Added memory_store, memory_get, memory_list tools directly to Intelligent MCP server',
'๐ TODO TOOLS: Added todo_write and todo_read tools for task coordination across agents',
'๐พ PERSISTENT MEMORY: Queen Agent and all agents can now properly use memory tools for coordination',
'๐ SEAMLESS INTEGRATION: Memory tools integrated directly into ServiceNow Intelligent MCP',
'๐ BUG FIX: Resolved "memory tool not available" error in Queen Agent execution',
],
'1.1.90': [
'๐ REVOLUTIONARY: Intelligent Parallel Agent Engine - automatically spawns specialized agent teams for optimal performance',
'๐ฏ SMART PARALLELIZATION: Analyzes todos to detect 4 types of opportunities - independent tasks, specialized breakdown, load distribution, capability split',
'โก AUTO-OPTIMIZATION: Creates execution plans with wave-based, concurrent, pipeline, or hybrid strategies',
'๐ค SPECIALIZED AGENTS: Spawns CSS specialists, backend specialists, security specialists with unique focuses',
'๐ LOAD BALANCING: Intelligently distributes workload across agent teams with utilization tracking',
'๐พ SHARED MEMORY COORDINATION: All parallel agents coordinate through shared memory with checkpoints',
'๐ EXECUTION STRATEGIES: Wave-based, concurrent, pipeline, and hybrid execution patterns',
'๐ฏ CAPABILITY MATCHING: Maps todos to agent capabilities for optimal assignment',
'๐ PERFORMANCE GAINS: Achieves 2-5x speedup through intelligent parallelization',
'๐ง LEARNING SYSTEM: Stores execution results to improve future parallelization decisions',
'โ
SEAMLESS INTEGRATION: Automatically used in Queen Agent when parallelization opportunities detected',
'๐ก๏ธ FALLBACK GRACEFUL: Falls back to sequential execution when parallelization not beneficial',
],
'1.1.89': [
'๐ง CRITICAL BUG FIX: Fixed snow_table_schema_discovery "Failed to get table details: undefined" error',
'๐ก๏ธ ENHANCED ERROR HANDLING: Comprehensive error handling with fallback mechanism in table discovery',
'๐ GRACEFUL FALLBACK: Uses basic table info when detailed fetch fails instead of complete failure',
'๐ DEBUG LOGGING: Better diagnostics for table schema discovery issues',
'๐ง QUEEN AGENT RESILIENCE: Enhanced Queen Agent ability to continue when ServiceNow table details partially unavailable',
'โก IMPROVED RECOVERY: Better error recovery for ServiceNow API communication issues',
'๐ง TYPESCRIPT FIXES: Fixed TypeScript compilation error with proper variable declaration',
],
'1.1.88': [
'๐ง INTELLIGENT GAP ANALYSIS ENGINE: Revolutionary beyond-MCP configuration detection and automation',
'๐ฏ REQUIREMENTS ANALYZER: AI-powered _analysis of objectives to identify ALL ServiceNow configurations needed',
'๐ MCP COVERAGE ANALYZER: Comprehensive mapping of what MCP tools can vs cannot handle',
'๐ค AUTO-RESOLUTION ENGINE: Automatic fixing of ServiceNow configurations beyond MCP tool scope',
'๐ MANUAL INSTRUCTIONS GENERATOR: Detailed step-by-step guides for configurations that cannot be automated',
'๐ง 60+ SERVICENOW CONFIGURATIONS: Supports system properties, database indexes, LDAP, OAuth, navigation, forms, and more',
'โก AUTOMATIC DETECTION: Detects missing system properties, navigation modules, authentication configs, performance settings',
'๐ก๏ธ RISK ASSESSMENT: Intelligent risk evaluation and complexity scoring for all configurations',
'๐ฏ QUEEN AGENT INTEGRATION: Built into Queen Agent workflow - analyzes objectives automatically',
'๐ FALLBACK STRATEGIES: When automation fails, provides comprehensive manual instructions with warnings and verification steps',
'๐ USER REQUEST: "alle mogelijke soorten handelingen die nodig zouden zijn om een objective te bereiken" - IMPLEMENTED',
'๐ก BEYOND MCP TOOLS: Handles user permissions, database indexes, email templates, ACLs, UI actions, and 50+ other configurations',
],
'1.1.87': [
'๐ฆ AUTOMATIC DEPENDENCY MANAGEMENT: Detects Chart.js, moment.js, lodash, jQuery, d3.js in widget code',
'๐ฏ SMART THEME INJECTION: Automatically adds missing dependencies to Service Portal theme header',
'๐ค AUTO-PERMISSIONS SUPPORT: With --auto-permissions flag, installs dependencies without prompting',
'๐ INTELLIGENT DETECTION: Scans HTML, CSS, client scripts, and server scripts for library usage',
'๐ USER PROMPTS: Without auto-permissions, asks user before modifying theme',
'๐ CDN INTEGRATION: Uses official CDN URLs with minified versions and integrity hashes',
'โ
CONFLICT PREVENTION: Checks if dependencies already loaded before adding duplicates',
'๐ง QUEEN AGENT INTEGRATION: Dependency management built into widget deployment workflow',
'๐ง NO MANUAL WORK: Chart.js widgets work immediately without manual theme editing',
],
'1.1.86': [
'๐ INTELLIGENT TABLE DISCOVERY: Analyzes objective to detect and discover required tables',
'๐ AUTOMATIC SCHEMA VALIDATION: Discovers actual field names, types, and relationships',
'๐ฏ PATTERN MATCHING: Detects standard tables, custom u_ tables, and context clues',
'๐ก SMART DETECTION: "catalog" โ sc_cat_item, "user" โ sys_user, "cmdb" โ cmdb_ci',
'โก AGENT COORDINATION: All agents use exact field names from discovered schemas',
'๐ DISCOVERY EXAMPLES: Clear examples show how objectives map to table discovery',
'๐ INCREASED ACCURACY: Agents use correct field names like "short_description"',
'๐ง CONTEXT AWARENESS: Discovers related tables based on objective context',
],
'1.1.85': [
'๐พ MEMORY INITIALIZATION FIX: Memory now initialized at START of Queen session, not middle',
'๐ฆ UPDATE SET ISOLATION: Each objective now gets its own Update Set for proper tracking',
'๐ TABLE DISCOVERY: Automatic table schema discovery for artifacts using ITSM tables',
'๐ค CLAUDE-FLOW PATTERNS: Implemented continuous memory sync with TTL and namespaces',
'๐ AGENT COORDINATION: Enhanced memory sharing with session and agent namespaces',
'โก MCP-FIRST ENFORCEMENT: Queen executes Auth โ Discovery โ Update Set โ Tables before agents',
'๐ ARTIFACT TRACKING: Automatic Update Set tracking for all deployed artifacts',
'๐ง CONFLICT DETECTION: Real-time conflict detection and resolution via memory sync',
],
'1.1.84': [
'๐ ENHANCED INIT COMMAND: Now generates comprehensive swarm documentation for new users',
'๐ SWARM PATTERNS: Added swarm-patterns.md with common usage examples and MCP-FIRST workflow',
'๐ค AGENT DOCUMENTATION: Added agent-types.md with detailed agent specializations guide',
'๐ง MCP TOOLS REFERENCE: Added mcp-tools-quick-ref.md for easy tool lookup',
'๐ EXAMPLE SCRIPTS: Ready-to-run examples for widget, workflow, and ITSM development',
'๐พ MEMORY PATTERNS: JSON files with success patterns and workflow templates',
'๐ QUICK START GUIDE: New QUICK_START.md for 5-minute onboarding',
'โ
MCP-FIRST WORKFLOW: Init ensures CLAUDE.md includes mandatory authentication flow',
],
'1.1.83': [
'๐ฏ FINAL VERSION SYNC: Complete CLI version synchronization - snow-flow --version now shows correct 1.1.83',
'๐ง CLEAN BUILD: Fresh compilation ensuring dist/version.js matches src/version.ts',
'๐ฆ PROPER NPM PACKAGE: Rebuilt from scratch with synchronized version across all components',
'โ
TESTING READY: Definitive package ready for makeRequest error testing',
'๐ READY TO USE: Full package with all MCP fixes and correct version display',
],
'1.1.82': [
'โ
VERSION SYNCHRONIZATION: Complete alignment between package.json and CLI version display',
'๐ง MAKEQUEST FIX: Resolved phantom makeRequest error in MCP flow-composer tools',
'๐ฏ DIRECT CLIENT PATTERN: All MCP servers now use consistent direct ServiceNowClient structure',
'๐ฆ NPM DEPLOYMENT: Full npm package with synchronized version across all components',
'๐ READY TO TEST: Package published with all makeRequest fixes and version alignment',
'๐ INVESTIGATION COMPLETE: Thorough _analysis and resolution of MCP protocol layer issues',
],
'1.1.81': [
'๐ง MAKEQUEST FIX: Resolved phantom makeRequest error in MCP flow-composer tools',
'๐ฏ DIRECT CLIENT PATTERN: All MCP servers now use consistent direct ServiceNowClient structure',
'โ
AUTHENTICATION WORKFLOW: Enhanced OAuth authentication flow consistency across all MCPs',
'๐ ๏ธ ERROR DEBUGGING: Added comprehensive makeRequest method support to all client classes',
'๐ MCP PROTOCOL LAYER: Improved error handling and debugging in MCP communication layer',
'๐ DEPLOYMENT READY: Fixed issues preventing flow creation via MCP tools from Claude Code',
'๐ฆ NPM READY: Package published to npm registry for testing in separate environments',
'๐ INVESTIGATION COMPLETE: Thorough _analysis of makeRequest phantom calls resolved',
],
'1.1.80': [
'๐๏ธ QUEEN AGENT FIX: All agents now ALWAYS attempt ServiceNow MCP tools first',
'๐ AUTH WORKFLOW: Agents switch to planning mode when auth fails with specific instructions',
'๐ PRE-FLIGHT CHECKS: All agents start with authentication verification before operations',
'๐ DISCOVERY FIRST: Agents check for existing artifacts before creating new ones',
'๐ PLANNING MODE: Complete solution documentation when authentication not available',
'๐จ ERROR RECOVERY: Specific recovery patterns for auth, permission, and not found errors',
'๐ก AGENT INSTRUCTIONS: Each agent type has specific auth and discovery workflows',
'โ
NO MORE LOCAL FILES: Agents never skip directly to local file creation',
'๐ฏ SERVICENOW FIRST: Live development in ServiceNow is now mandatory approach',
],
'1.1.79': [
'๐ฏ FINAL VERSION FIX: Corrected ALL version references including features object',
'๐ DASHBOARD SYNC: Dashboard now shows correct v1.1.79 across all displays',
'โ
COMPLETE ALIGNMENT: package.json, version.ts, CLI, and npm all synchronized',
'๐ง VERSION HISTORY: Added proper version tracking in features object',
'๐ READY TO USE: All version display issues resolved!',
],
'1.1.78': [
'๐ฏ VERSION FIX: Corrected version display across all components (dashboard, CLI, npm)',
'๐ฆ NPM SYNC: Aligned package.json, version.ts, and binary version reporting',
'โ
CONSISTENCY: snow-flow --version now correctly shows 1.1.78',
'๐ง BUILD FIX: Updated compilation to reflect correct version info',
'๐ DASHBOARD: Dashboard header now shows accurate version number',
],
'1.1.77': [
'๐ง COMPLETE HIVE-MIND: Full snow-flow architecture implementation',
'๐ QUEEN AGENT: Master coordinator with intelligent objective _analysis',
'๐ค 5 SPECIALIST AGENTS: Widget Creator, Flow Builder, Script Writer, Security, Test',
'๐พ SQLITE MEMORY: Persistent cross-agent coordination with <100ms queries',
'๐ง AGENT-AWARE MCPS: All 11 MCP servers now integrate with agent system',
'๐ CLI ORCHESTRATION: Enhanced swarm command with Queen coordination',
'๐ COMPREHENSIVE: Complete system integration and monitoring',
'๐ BREAKTHROUGH: True AI hive-mind for ServiceNow development!',
],
'1.1.76': [
'๐ REVOLUTIONARY: ServiceNow Queen Agent - Hive-Mind Intelligence inspired by snow-flow!',
'๐ง NEURAL LEARNING: SQLite-based persistent memory that learns from every deployment',
'โก DYNAMIC AGENTS: 8 specialized agents spawn on-demand (widget-creator, flow-builder, etc.)',
'๐ฏ ONE COMMAND: snow-flow queen "create dashboard" replaces complex orchestration',
'๐ HIVE-MIND: Central Queen coordinates all agents with swarm intelligence',
'๐ CROSS-SESSION: Memory persists across restarts, gets smarter over time',
'๐ง MCP INTEGRATION: All 11 MCP servers work as tools for Queen coordination',
'โจ CLAUDE-FLOW: Elegant simplicity - transforms complex workflows into conversational commands',
'๐ 75% SIMPLER: One command vs complex --strategy --mode --max-agents flags',
'๐พ MEMORY COMMANDS: queen-memory export/import, queen-status, queen-insights',
'๐ DOCS UPDATED: Complete documentation refresh showcasing Queen as primary interface',
'๐ TRANSFORMATION: From enterprise complexity to snow-flow elegance - COMPLETE!',
],
'1.1.75': [
'๐ง CRITICAL FIX: snow_deploy with type:"flow" now properly generates flow_definition',
'๐ฏ NATURAL LANGUAGE: Creates complete flow structure from instruction with activities',
'๐ก๏ธ NULL SAFETY: Added comprehensive null/undefined checks in flow validation',
'๐ CATALOG SEARCH FIX: Better hardware search with intelligent filtering',
'๐ SMART VARIATIONS: Monitor, display, screen searches now find proper hardware items',
'๐ซ EXCLUSION FILTER: Filters out irrelevant items like "Decommission Domain Controller"',
'๐ก BETTER SUGGESTIONS: Hardware searches suggest specific item types (monitor, keyboard, etc.)',
'๐ USER FEEDBACK: "Cannot read properties of undefined (reading \'flow\')" - FIXED',
'โ
CATEGORY SEARCH: Improved category filtering with fuzzy matching support',
],
'1.1.74': [
'๐จ CRITICAL FIX: Flow composer no longer uses wrong/mock flow actions!',
'๐ง PROPER FLOW ACTIONS: Added predefined mappings for common actions (approval, wait, log, etc.)',
'๐ก๏ธ SMART FILTERING: Filters out nonsensical search results like "Disregard Change Request Approvals"',
'โ
CORRECT TRIGGERS: "new service catalog request" now correctly uses record_created trigger',
'๐ BETTER FLOW NAMES: Descriptive, context-aware names instead of generic "Sc_request Create Flow"',
'๐ฏ FALLBACK STRATEGIES: When ServiceNow search fails, uses proper predefined action types',
"๐ ENHANCED SEARCH: Only returns actions that match search terms and aren't contradictory",
'๐ก USER FEEDBACK: "proberen flow composer met placeholder of mock data te laten deployen" - FIXED',
'๐ REAL DEPLOYMENTS: Flows now deploy with correct actions and configurations',
],
'1.1.73': [
'๐ฏ API SIMPLIFICATION: snow_unified_deploy โ snow_deploy (cleaner naming)',
'โ ๏ธ DEPRECATION SYSTEM: Automatic redirection from old tools with warnings',
'๐ง UNIFIED API: One tool (snow_deploy) replaces 4 redundant deployment tools',
'๐ BACKWARD COMPATIBILITY: Old tools still work but show deprecation warnings',
'โ
LESS CONFUSION: 75% fewer deployment commands for same functionality',
'๐ USER REQUEST: "unified_deploy gewoon deploy noemen om het simpel te houden" - IMPLEMENTED',
'๐ INTELLIGENT REDIRECTION: Deprecated tools automatically convert args and redirect',
'๐ก MIGRATION PATH: Clear guidance from old tools to new simplified API',
'๐ฏ CLEAN API: Single snow_deploy tool handles widgets, flows, applications with fallbacks',
],
'1.1.72': [
'๐ UNIFIED DEPLOYMENT TOOL: Complete deployment workflow with resilient fallbacks - snow_unified_deploy',
'โก AUTO-SWITCH UPDATE SETS: snow_update_set_create now automatically switches to created Update Set',
'๐ง ENSURE ACTIVE SESSION: New snow_ensure_active_update_set tool for automatic session management',
'๐ DEPLOYMENT CASCADE: Automatic strategy cascade (global โ application โ personal โ manual)',
'๐ก๏ธ RESILIENT DEPLOYMENT: Automatic fallback to manual steps with Update Set tracking',
'๐ PERMISSION HANDLING: Auto-escalation and intelligent permission error recovery',
'๐ MANUAL FALLBACK STEPS: Detailed manual deployment instructions when automation fails',
'โ
USER REQUEST: "flow deployment faalde op permissions" - COMPLETELY RESOLVED',
'โ๏ธ PERFECT WORKFLOW: Never "failure zonder plan" - always provides working solution',
'๐ฏ ONE COMMAND SOLUTION: snow_unified_deploy handles entire workflow automatically',
],
'1.1.71': [
'๐ฏ ORCHESTRATION TRANSPARENCY: MCP tools now clearly show deployment vs planning mode',
'โ ๏ธ DEPLOYMENT WARNINGS: Explicit warnings when auto_deploy will create REAL artifacts',
'๐ PLANNING MODE INDICATORS: Clear distinction between planning and actual deployment',
'๐ CLI IMPROVEMENTS: Swarm command shows "DEPLOYMENT MODE - WILL CREATE REAL ARTIFACTS" warnings',
'๐ง FLOW COMPOSER TRANSPARENCY: snow_create_flow now shows deployment mode status clearly',
'๐ PARAMETER DESCRIPTIONS: deploy_immediately parameter description updated with deployment warnings',
'โ
USER REQUEST: "orchestratie tools zijn niet transparant over of ze echt iets gaan deployen" - ADDRESSED',
'๐ก CLEAR INDICATORS: Mode and warning fields added to orchestration responses',
'๐ฏ NO MORE CONFUSION: Users always know if deployment will happen or if it is planning only',
],
'1.1.70': [
'๐ง FLOW TESTING FIX: Improved flow discovery for both modern and legacy flows',
'โ
DUAL API SUPPORT: Tests work with sys_hub_flow (modern) AND wf_workflow (legacy)',
'๐ SMART DISCOVERY: Searches by sys_id first, then falls back to name search',
'๐ BETTER ERROR MESSAGES: Helpful guidance when flows are not found',
'๐ฏ SYS_ID TRACKING: Clear display of flow sys_id, table, and