Skip to content

SATK-2026.09.a

Latest

Choose a tag to compare

@ranga3711 ranga3711 released this 03 Sep 18:54

SATK v2026.09.a

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

  • simulink-optimizing-embedded-code skill — 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 frontsatk.Configuration.setCustomLibraries now accepts GenerateKB=true to 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-drafts skill — 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_test no longer requires code-generation licenses for Normal-mode runs — Running model_test on 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