AgentBlazor.Cli 0.2.11

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global AgentBlazor.Cli --version 0.2.11
                    
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 AgentBlazor.Cli --version 0.2.11
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AgentBlazor.Cli&version=0.2.11
                    
nuke :add-package AgentBlazor.Cli --version 0.2.11
                    

AgentBlazor.Cli

Advanced scaffold and validation tool for wiring AgentBlazor into existing Blazor apps.

Install:

dotnet tool install --global AgentBlazor.Cli

If you prefer a pinned install:

dotnet tool install --global AgentBlazor.Cli --version 0.2.11

Example:

agentblazor init ./MySolution.slnx --host MyBlazorApp
agentblazor scaffold ./MySolution.slnx --host MyBlazorApp --provider openai --diff
agentblazor scaffold ./MySolution.slnx --host MyBlazorApp --provider openai --approve

Read-only analysis:

agentblazor analyze ./MySolution.slnx --host MyBlazorApp

analyze writes .agentblazor/analysis.md and does not modify application code. It uses OpenAI for workflow suggestions, or you can pass --static-only to generate a static report without an LLM call.

If no OpenAI key is configured and the terminal is interactive, analyze prompts for a key and uses it for that run only. The key is not written to disk.

Version 0.2.5 and later include a Windows/Roslyn fallback for MSBuildWorkspace load failures. If a machine has conflicting Visual Studio/MSBuild assemblies, analyze falls back to static source-file analysis instead of failing before the report is generated.

Version 0.2.7 and later add --scan-scope solution for multi-tenant and modular solutions where sibling projects live in the same .slnx but are not referenced by the Blazor host project.

Version 0.2.8 hardens solution-scope workflow suggestions when multiple projects expose the same service and method names.

Version 0.2.9 excludes test projects and test asset folders from default solution-scope analysis.

Version 0.2.10 prioritizes safe read-only workflow suggestions, labels suggestion risk, and requires approval for mutating command suggestions.

Version 0.2.11 filters internal chat persistence, state store, runner, scheduler, and tenant store services from workflow suggestions and recommended next steps.

Reports filter helper/framework noise, show AgentBlazor action adoption, and call out RequiresApproval = true guidance for workflow suggestions that reference mutating methods.

The CLI is an advanced path. The default install story is still dotnet add package AgentBlazor plus manual runtime wiring.

Docs:

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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
0.2.22 105 6/18/2026
0.2.21 104 6/11/2026
0.2.20 101 6/11/2026
0.2.19 110 6/10/2026
0.2.18 110 6/8/2026
0.2.17 111 6/4/2026
0.2.16 98 6/4/2026
0.2.15 102 6/4/2026
0.2.14 104 6/4/2026
0.2.13 100 6/3/2026
0.2.12 101 6/3/2026
0.2.11 98 6/3/2026
0.2.10 107 6/1/2026
0.2.9 99 6/1/2026
0.2.8 114 6/1/2026
0.2.7 107 6/1/2026
0.2.6 101 6/1/2026
0.2.5 106 5/29/2026
0.2.4 104 5/29/2026
0.2.3 115 5/28/2026
Loading failed

v0.2.11: CLI analyzer quality. Filters internal chat persistence, state store, runner, scheduler, and tenant store services from workflow suggestions and recommended next steps.