2.4.1.7 release notes

2.4.1.7

  • Issue 2998 - IC no longer bundles the Salesforce skills. Instead it uses the GitHub repo for Salesforce skills, checking the latest published version against the installed version and, if not yet installed locally or an update is available, cloning the repo into a temp directory and installing those. Note that there are significant differences between the original skills bundled with IC and the latest from that repo, so you might want to remove the existing skills before installing the new ones. Of course, if you've customized those skills and/or added your own, you should reconcile carefully to avoid losing anything.
  • When a project is opened — including as part of IDE startup — IC checks for a plugin update. While the IDE already does this for all installed plugins, it only looks for updates that are compatible with the installed JetBrains IDE. Given that IC maintains compatibility with (roughly) one year's worth of JetBrains versions, currently 2025.2-2026.2, users on older IDE versions would not be notified of IC plugin updates by the IDE itself once IC no longer supports those older IDE versions. This will help ensure that users are properly notified of updates and when they need to update the underlying IDE to install them.
  • Fixed several issues with IC's extensions to the IDE's HTTP Client tool:
    • In unlicensed IDEs with the HTTP Client plugin installed and enabled (but effectively disabled), IC no longer offers the Salesforce API Request template.
    • In all IDEs, IC only refreshes the access token if the request is specifically for a Salesforce API URL.