Skip to content

2026.08.05

Choose a tag to compare

@ranga3711 ranga3711 released this 05 Aug 20:06
· 1 commit to main since this release

SATK v2026.08.05

Quick Start

Fresh Install

  1. Download agenticToolkitInstaller.mltbx from the release assets
  2. In MATLAB, double-click the .mltbx to install, then run:
>> setupAgenticToolkit("install")
  1. Each MATLAB session, initialize the toolkit:
>> addpath("~/.matlab/agentic-toolkits/simulink")
>> satk_initialize

Update Existing Installation

  1. Download agenticToolkitInstaller.mltbx from the release assets
  2. Double-click the .mltbx to update installer files, then run:
>> setupAgenticToolkit("update")
  1. Each session, initialize with the same addpath and satk_initialize commands as above.

What's New

  • Configure MATLAB shipping libraries for model building — Use the new satk.Configuration.setLibrary API 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-response skill — 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-linearize skill — 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