2026.08.05
SATK v2026.08.05
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
-
Configure MATLAB shipping libraries for model building — Use the new
satk.Configuration.setLibraryAPI to tell agents which MATLAB shipping libraries to use when building models. Specify libraries by display name (for example,'Aerospace Blockset'or'Vehicle Dynamics Blockset'), by library path, or a mix of both. -
simulink-frequency-responseskill — New skill that guides agents through simulation-based frequency response estimation. It covers choosing between PRBS and Sinestream input signals, handling multi-rate inputs and outputs, and managing time-varying sources. Requires Simulink Control Design. -
simulink-linearizeskill — New skill that guides agents through model linearization to obtain LTI or LPV representations. It covers selecting input/output points, specifying operating points, running batch linearization across parameter grids, and diagnosing zero-gain results. Requires Simulink Control Design.
Improved Skills and Tools
-
Improved the single-precision conversion skill with clearer, more reliable conversion guidance.
-
Library knowledge graph now uses Open Knowledge Format (OKF) with structured frontmatter and compact tables, and block resolution has been improved.
Bug Fixes
-
Shared skills dropped when installing multiple toolkits — Installing more than one toolkit that shares a skill group (such as code generation) no longer drops one toolkit's skills from the merged Claude Code marketplace.
-
Auto-layout quality improvements — Named signal labels no longer overlap neighbouring blocks, System Composer Activity Diagrams are sized and spaced correctly, and running a full layout no longer disrupts the next incremental edit.
Full Changelog: 2026.07.29...2026.08.05