Releases: jcentner/tsgbuilder
Release list
v1.0.8
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
- Download the zip for your platform and extract
- Run the executable inside the extracted folder — a
.envfile will be created automatically - Your browser will open to the setup wizard
- 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 SHA256See README for full documentation.
Full Changelog: v1.0.7...v1.0.8
v1.0.6
TSG Builder v1.0.6
Resolves:
Downloads
| Platform | File |
|---|---|
| Linux | tsg-builder-linux.zip |
| macOS | tsg-builder-macos.zip |
| Windows | tsg-builder-windows.zip |
First Run
- Download the zip for your platform and extract
- Run the executable inside the extracted folder — a
.envfile will be created automatically - Your browser will open to the setup wizard
- Configure your Azure AI Foundry settings
Verify Download (optional)
# Linux/macOS
sha256sum -c SHA256SUMS.txt
# Windows PowerShell
Get-FileHash tsg-builder-windows.zip -Algorithm SHA256See README for full documentation.
What's Changed
- Research report and iteration process refinements by @jcentner in #21
- Miscellaneous performance improvements by @jcentner in #22
Full Changelog: v1.0.5...v1.0.6
v1.0.3
TSG Builder v1.0.3
Added safeguard to detect and reject PII in input notes.
Downloads
| Platform | File |
|---|---|
| Linux | tsg-builder-linux.zip |
| macOS | tsg-builder-macos.zip |
| Windows | tsg-builder-windows.zip |
First Run
- Download the zip for your platform and extract
- Run the executable — a
.envfile will be created automatically - Your browser will open to the setup wizard
- Configure your Azure AI Foundry settings
Verify Download (optional)
# Linux/macOS
sha256sum -c SHA256SUMS.txt
# Windows PowerShell
Get-FileHash tsg-builder-windows.zip -Algorithm SHA256See README for full documentation.
What's Changed
Full Changelog: v1.0.2...v1.0.3
v1.0.2
TSG Builder v1.0.2
Switch to the Web Search tool per #10
Downloads
| Platform | File |
|---|---|
| Linux | tsg-builder-linux.zip |
| macOS | tsg-builder-macos.zip |
| Windows | tsg-builder-windows.zip |
First Run
- Download the zip for your platform and extract
- Run the executable — a
.envfile will be created automatically - Your browser will open to the setup wizard
- Configure your Azure AI Foundry settings
Verify Download (optional)
# Linux/macOS
sha256sum -c SHA256SUMS.txt
# Windows PowerShell
Get-FileHash tsg-builder-windows.zip -Algorithm SHA256See README for full documentation.
What's Changed
- Add dark color scheme and toggle in the setup modal by @jcentner in #9
- Upgrade from Bing Grounding (classic) to Web Search Tool (preview) by @jcentner in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.0
TSG Builder v1.0.0
Downloads
| Platform | File |
|---|---|
| Linux | tsg-builder-linux.zip |
| macOS | tsg-builder-macos.zip |
| Windows | tsg-builder-windows.zip |
First Run
- Download the zip for your platform and extract
- Run the executable — a
.envfile will be created automatically - Your browser will open to the setup wizard
- Configure your Azure AI Foundry settings
Verify Download (optional)
# Linux/macOS
sha256sum -c SHA256SUMS.txt
# Windows PowerShell
Get-FileHash tsg-builder-windows.zip -Algorithm SHA256See README for full documentation.
What's Changed
Full Changelog: 0.2.2...v1.0.0
0.2.2 - docs cleanup
Full Changelog: 0.2.1...0.2.2
0.2.1
Full Changelog: 0.2.0...0.2.1
UI-only refactor
Major changes to make ready for demo, refactor to UI only and simplify
Initial Release
Early release for CoE and team testing. Single-agent workflow.