Agent Feature Matrix : incorrect feature supportSummaryISSUE: We see that an agent version that has a higher numerical value but evaluates as lower due to alphabetical ordering. STEPS TO REPRODUCE: 1. Install ACC Framework 2.10.12. Navigate to "Agent Client Collector" → "Agent Feature Matrix"3. Click on the unsupported features, or navigate directly to sn_agent_feature_support_status4. See example message:Upgrade Agent Framework to 2.3.0 (Your Agent Framework Version is 2.10.1), Upgrade agents to version 2.3.0 or higherInstructions1. sysauto job "Calculate Agent Feature Support Status" calls script include "AgentFeatureRegistry" to determine support and build the error message: Upgrade Agent Framework to 2.3.0 (Your Agent Framework Version is 2.10.1), Upgrade agents to version 2.3.0 or higher 2. The script include uses ">" and "<" to compare the versions, which ends up returning the incorrect supportability (in string comparison 2.3.0 is greater than 2.10.1), example function versionMeetsMinRequirement() and agentFrameworkMeetsMinRequirement() 3. Please upgrade to Version 3.1.0 For reference: https://docs.servicenow.com/bundle/utah-it-operations-management/page/product/agent-client-collector/task/acc-agent-feature-matrix.html