AgentBlazor.Cli
0.2.0-preview.3
This is a prerelease version of AgentBlazor.Cli.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global AgentBlazor.Cli --version 0.2.0-preview.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local AgentBlazor.Cli --version 0.2.0-preview.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AgentBlazor.Cli&version=0.2.0-preview.3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AgentBlazor.Cli --version 0.2.0-preview.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AgentBlazor.Cli
Advanced scaffold and validation tool for wiring AgentBlazor into existing Blazor apps.
Install:
dotnet tool install --global AgentBlazor.Cli --prerelease
If you want the exact current preview:
dotnet tool install --global AgentBlazor.Cli --version 0.2.0-preview.2
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
The CLI is an advanced path. The default install story is still dotnet add package AgentBlazor plus manual runtime wiring.
Docs:
- Repository: https://github.com/ashpeterson/AgentBlazor
- Advanced CLI guide: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/advanced/cli.md
- 0.2.0 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.0.md
| Product | Versions 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 |
|---|---|---|
| 0.2.1 | 0 | 5/27/2026 |
| 0.2.0 | 92 | 5/20/2026 |
| 0.2.0-preview.3 | 52 | 5/19/2026 |
| 0.2.0-preview.2 | 48 | 5/18/2026 |
| 0.1.0-preview.11 | 54 | 5/5/2026 |
| 0.1.0-preview.10 | 69 | 4/29/2026 |
v0.2 preview: structured capability error recovery, schema-only EF Core entity exposure, hosted demo observability, and verified package-first quickstart updates.