SATK v2026.09.a
Quick Start
Fresh Install
- Download
agenticToolkitInstaller.mltbxfrom the release assets - In MATLAB, double-click the
.mltbxto install, then run:
>> setupAgenticToolkit("install")
- Each MATLAB session, initialize the toolkit:
>> addpath("~/.matlab/agentic-toolkits/simulink")
>> satk_initialize
Update Existing Installation
- Download
agenticToolkitInstaller.mltbxfrom the release assets - Double-click the
.mltbxto update installer files, then run:
>> setupAgenticToolkit("update")
- Each session, initialize with the same
addpathandsatk_initializecommands as above.
What's New
-
simulink-optimizing-embedded-codeskill — New skill that guides agents in optimizing Simulink models for Embedded Coder generated code, improving runtime, RAM, ROM, and stack usage. Requires Embedded Coder. -
Build a custom library knowledge base up front —
satk.Configuration.setCustomLibrariesnow acceptsGenerateKB=trueto build the knowledge base for your custom libraries directly from block metadata at configuration time, so agents can use those blocks immediately.
Improved Skills and Tools
-
generate-requirement-draftsskill — Improved guidance on using the model-inspection tools, reducing errors during requirement generation. -
More reliable per-session initialization — Clarified the setup steps for automatic per-session initialization so they work reliably across MATLAB releases.
Bug Fixes
model_testno longer requires code-generation licenses for Normal-mode runs — Runningmodel_teston a Normal-mode-only model no longer checks out MATLAB Coder and Embedded Coder licenses that it does not need.
Full Changelog: 2026.08.26...v2026.09.a