Posts

2.3.9.4 release notes

2.3.9.4 Issue 2907  - Spring '26 / API v66.0 update Updated the SOAP client for API v66.0. Updated the API version used for primary communication with Salesforce APIs to 66.0. Added 66.0 as an available API version number for configured connections. Updated  metadata.xsd  based on the API v66.0 Metadata API SOAP WSDL. Updated the OST version number to prompt regeneration for system API changes in Spring '26. Updated the bundled  completions?type=apex  Tooling REST API response to be based on the API v66.0 REST endpoint. Updated Visualforce, Aura, and LWC components, functions, modules, etc., for Spring '26 changes. Note that I have not yet reconciled IC's own LWC TypeScript definitions with the latest from  @salesforce/lightning-types  but I do plan to do that shortly. If you're running into issues with some incompatibility between the two, please let me know about the specific instance(s) and I'll fast-track those. Updated the bundled SLDS CSS and SVG...

2.3.9.3 release notes

2.3.9.3 Issue 2895  - Implemented a number of editor enhancements for Agent Script: Added context-aware code completions and references for most internal relationships, e.g., variables, inputs, outputs, topics, utils, etc., and external relationships, e.g., Apex and Flow targets. Added references allow bidirectional navigation, i.e., go to declaration and find usages. Improved completion insert handlers for certain token types, e.g., adding a space after the colon when inserting a standard label, and also removing the unnecessary trailing space if the user types  Enter  immediately to specify label data in a sub-block. Added a new code inspection,  Agent Script unresolvable reference , that flags unresolvable references in  *.agent  files as errors. Added several missing Agent Script keywords and recategorized some tokens that were incorrectly categorized previously. Added support for structure view in  *.agent  files. Fixed issues with deployment...

2.3.9.2 release notes

2.3.9.2 Issue 2895  - Added support for Agent Script and AI authoring bundles. Note that this doesn't include a full parser/validator for the Agent Script language, but it does include the following: Explicit support for the  AiAuthoringBundle  metadata type including as a known bundle type. This also includes proper cross-correlation of  *.agent  files and peer  *.bundle-meta.xml  files for the tabbed editor UI, project view nesting rules, navigate-to-related-files functionality, etc. Fixes for several issues deploying and retrieving  AiAuthoringBundle  metadata. New  File | New | Agent Script  action for creating a valid  AiAuthoringBundle  directory with a file template-based  *.agent  file. Salesforce's TextMate bundle for Agent Script files associated with the  *.agent  file extension automatically. The JetBrains TextMate Bundles plugin must be installed and enabled for this to work properly. Simpl...

2.3.9.1 release notes

2.3.9.1 Issue 2888  - Added limit information to record lookup nodes in Flow diagrams when present in a Flow metadata file. Issue 2906  - Fixed an issue with Apex code completions in some compile-time field constants, specifically those of the form  Schema. SObjectTypeName .fields. fieldName . Issue 2909  - Fixed an issue with the signature of  lightning/uiRecordApi.notifyRecordUpdateAvailable() . Updated the bundled Salesforce rules for Cline and Kilo Code. They can be updated via  Illuminated Cloud | Configure Application | Agentforce | Agentforce Vibes  using the respective  Update  rules buttons. If you haven't customized these rules, it's safe to overwrite; otherwise you'll want to merge with your own versions carefully. Hopefully finally fixed the lingering long-running read action during population of  .illuminatedCloud/lwc/types , primarily noticed after indexing completes when first opening a project. Prospective fix for another...

2.3.9.0 release notes

2.3.9.0 Implemented several fixes and improvements for the Apex offline debugger: Issue 2899  - Fixed a potential  AbstractMethodError  during offline Apex debugging due to a breaking plugin SDK change. Issue 2900  - Added recovery for some instances of unbalanced stack frames found in Apex debug logs. This issue has been reported to Salesforce so that it can be fixed properly, but hopefully this recovery mechanism will allow logs with such issues to be used properly. Fixed a few issues with the  Step Out  action so that it should no longer execute the rest of the process when trying to step out of a single method. Improved  Smart Step Into  functionality, particularly how it determines which invokables should be offered for the current statement. Debugger variables are now sorted by last modified descending by default so that the most recently-changed variables appear at the top of the list. This is more in line with how JetBrains' debuggers for ...

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...

2.3.8.8 release notes

2.3.8.8 Issue 2843  - Integrated  Agentforce Vibes -like functionality using  Cline , bundled Salesforce-specific rules including those from  Salesforce  , and the  Salesforce DX MCP Server . A  demonstration video  is available to help explain installation, configuration, and usage. Note that it's also possible to achieve similar functionality with other agentic AI tool plugins for JetBrains IDEs as documented in the linked issue. Please be aware of a few quirks and considerations that I've observed with Cline: If you use a Windows/ARM64 machine, the Cline plugin in the JetBrains plugin repository is currently  incompatible . I have created a patched build that works properly on that OS/architecture. IC can help download and install that build until the linked issue is resolved and a compatible version is available via the plugin repository. If the Salesforce DX MCP Server is timing out, try running it once directly from the command-line fir...