AgentBlazor.Cli 0.2.3

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.3
                    
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.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AgentBlazor.Cli&version=0.2.3
                    
nuke :add-package AgentBlazor.Cli --version 0.2.3
                    

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.3

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.

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 106 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 107 5/29/2026
0.2.4 104 5/29/2026
0.2.3 115 5/28/2026
Loading failed

v0.2.3: CLI analyze now prompts for a missing OpenAI API key in interactive terminals and uses it for the current run only. Non-interactive and static-only paths remain deterministic. Includes the v0.2.2 CLI v1 analyze package refresh, structured errors, EF schema exposure, hosted demo observability, and mobile chat input stability fixes.