Microsoft.Agents.A365.DevTools.Cli 1.1.221

Prefix Reserved
dotnet tool install --global Microsoft.Agents.A365.DevTools.Cli --version 1.1.221
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Microsoft.Agents.A365.DevTools.Cli --version 1.1.221
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Microsoft.Agents.A365.DevTools.Cli&version=1.1.221
                    
nuke :add-package Microsoft.Agents.A365.DevTools.Cli --version 1.1.221
                    

CLI tool for Microsoft Agents 365 development

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.1.221 425 9/2/2026
1.1.214 2,424 6/16/2026
1.1.206 421 6/9/2026
1.1.199 273 6/5/2026
1.1.193 347 6/1/2026
1.1.188 285 5/27/2026
1.1.184 501 5/19/2026
1.1.181 336 5/15/2026
1.1.178 321 5/11/2026
1.1.176 244 5/8/2026
1.1.174 231 5/6/2026
1.1.171 291 5/1/2026
1.1.165-preview 175 4/30/2026
1.1.163-preview 162 4/29/2026
1.1.161-preview 160 4/28/2026
1.1.154-preview 216 4/23/2026
1.1.145-preview 232 4/20/2026
1.1.139-preview 269 4/14/2026
1.1.132-preview 299 4/8/2026
1.1.124-preview 316 3/31/2026
Loading failed

Added
- Setup and bootstrap now use Microsoft's first-party Agent 365 CLI application when it is present in your tenant, validating it without changing Microsoft's app registration, and fall back to a tenant-owned "Agent 365 CLI" app when it is not (#489).

Fixed
- Setup no longer fails to detect the Agent 365 CLI application in tenants where it is not yet provisioned, and reports lookup errors instead of silently switching your configured client app (#489).
- The first-party Agent 365 CLI app now uses device code authentication when Windows Account Manager is unavailable, avoiding unsupported browser-response errors in WSL, macOS, and Linux (#489).