I've updated the Salesforce Flow Extension using Claude Fable 5 before it was blocked.
Here is what is new:
⭐ One-click AI task buttons: "Find issues", "Generate documentation", and "Suggest descriptions", each sending a specific prompt about the current flow.
⭐ AI Settings is a pop-out dialog toggle.
⭐ Multi-provider AI with streaming responses: choose between OpenAI, Anthropic, Gemini, and a local Ollama endpoint. Keys are saved in the browser storage per provider, and answers stream in as they're generated. Ollama works locally with no API key.
⭐ Mermaid diagram export: New Download Mermaid button produces a .mmd flowchart of the entire flow graph. The existing Download Markdown button now embeds that Mermaid diagram so it renders inline on GitHub/VS Code.
⭐ Built-in flow mini-linter: a "Potential issues" summary flagging DML/SOQL inside loops, missing fault paths, hardcoded record ids, unreachable elements, and missing descriptions.
⭐ Subflow drill-down: fetches the definitions of called subflows and folds them into the tooltips and the AI context to show one level deeper than just the subflow's name.
⭐ Redesigned popup layout - Reorganized into header, an issue-summary callout, the AI dialogs, and the elements table to use more of the screen, hopefully decreasing the need for scrollling.
⭐ More reliable tooltips: the arrow/tooltip positioning should be more stable and pleasant in both free-form and auto-layout canvases.
⭐ Now it uses the latest Salesforce API version instead of a pinned one.
⭐ A number of bug fixes, increased test coverage and refactoring to reduce redundancy in parts of the code.
🔗 SOURCE: https://lnkd.in/g9QurcpY
🔗 INSTALL: https://lnkd.in/ghAHi25a

