Skip to content

v1.0.8

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Feb 19:55
4f657cc

TSG Builder v1.0.8

Upgrade experience: version check, Windows installer, and agent staleness detection.
Fix for failures due to azure-ai-projects refactor with breaking changes.
Miscellaneous other improvements.

Downloads

Platform File
Linux tsg-builder-linux.zip
macOS tsg-builder-macos.zip
Windows (installer) tsg-builder-windows-setup.zip
Windows (zip) tsg-builder-windows.zip

First Run

  1. Download the zip for your platform and extract
  2. Run the executable inside the extracted folder — a .env file will be created automatically
  3. Your browser will open to the setup wizard
  4. Configure your Azure AI Foundry settings

Upgrading

  • Installer (Windows): Download and extract tsg-builder-windows-setup.zip, then run the installer — your configuration is preserved
  • Zip (all platforms): Extract into the same folder, overwriting existing files
  • If you see an "agents stale" warning, click Recreate Agents in Setup

Verify Download (optional)

# Linux/macOS
sha256sum -c SHA256SUMS.txt

# Windows PowerShell
Get-FileHash tsg-builder-windows.zip -Algorithm SHA256

See README for full documentation.

Full Changelog: v1.0.7...v1.0.8