Skip to main content
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. - Simple code completion for Agent Script files that provides completions for keywords, literals, labels, directives, and types. Keyword and type completions are automatically inserted with a trailing space, and label completions are automatically inserted with a trailing colon.
- An icon provider for
*.agent files. - XSD definitions for
*.bundle-meta.xml files to allow XML completion and validation to work properly in those files.
Salesforce has a language server for Agent Script, but it's not yet available in standalone form. I've spoken with Salesforce about if/when it might be available for third-party tooling, and it sounds like it should be going that direction. Once that's available, I'll integrate it to provide more first-class support for context-aware code completions, reference-based navigation, syntax validation, etc. - Issue 2905 (partial) - Added Start Time and Duration columns to Log Analyzer's log headers table, and renamed the existing Time column to Last Modified Date as that's what it displays. Log headers are now sorted by Start Time descending by default.
- Issue 2911 - Implemented a more complete fix for the long-running read action while loading coverage data.