2.3.8.9 release notes

2.3.8.9

  • Issue 2843 - Improved Agentforce Vibes-like functionality:
    • The Cline JetBrains plugin is only available for free through the end of 2025 after which it will require a Teams subscription.

      As a result, I have also provided installation/configuration assistance for the Kilo Code JetBrains plugin. Kilo Code is also based on Cline (as well as Roo Code) and provides a very similar (almost identical in most respects) UX to Cline. It supports the exact same MCP server configuration and rules format as Cline, and it is 100% free to use for JetBrains users against the same free models, e.g., x-ai/grok-code-fast-1. To avoid the same potential issue, I have actually confirmed this explicitly with the folks at Kilo Code:

      JetBrains plugin - The Kilo Code extension/plugin is free to install and use no mandatory subscription required.
      Free & budget models available - Kilo Gateway currently includes some free models.

      IC now provides installation/configuration assistance for both tools, and I may add assistance for other agentic AI tool plugins in time if it makes sense to do so. Of course, the linked issue also includes details for configuring many other agentic AI tool plugins manually.

      I sincerely apologize for setting an incorrect expectation that Cline would be a 100% free tier perpetual offering. That was my (admittedly flawed) understanding while creating the Cline integration. Hopefully Kilo Code will allow that same expectation to be met properly.

      Note that I have found at least one notable issue with Kilo Code when using the Salesforce DX MCP server for deployment against the free x-ai/grok-code-fast-1 model where it repeatedly tries to use an invalid combination of tool parameters and ultimately degrades to deployment via the Salesforce CLI directly. I have already logged this issue in the Kilo Code public issue tracker. I've also logged a few other issues that I've found while implementing this integration if you're curious.

      It also sounds like the issue with Cline not supporting Windows/ARM64 should be resolved shortly.

    • Updated the Salesforce DX MCP server configuration for Cline (and Kilo Code, but since it didn't exist previously, there's no actual change for its config) as follows:
      • MCP server tools that are 100% read-only in nature or that only make changes to local project files have been added to the auto-approval list. You can always remove any tools that you'd prefer to approve explicitly in the Cline/Kilo Code MCP server configuration UI/files.
      • Changed the allowed orgs from ALLOW_ALL_ORGS to DEFAULT_TARGET_ORG to ensure more safe operation of the Salesforce CLI when executing in the context of the current project.
      You can update Cline to use this configuration by clicking Illuminated Cloud | Configure Application | Agentforce | Agentforce Vibes | Cline | Salesforce MCP Servers | Update. If you have not customized Cline's MCP server settings, you can safely Overwrite the existing file. Otherwise you should carefully Merge the changes into it.
    • Fixed several issues with agentic AI tool installation/configuration assistance.