AgentBlazor.Cli
0.2.10
See the version list below for details.
dotnet tool install --global AgentBlazor.Cli --version 0.2.10
dotnet new tool-manifest
dotnet tool install --local AgentBlazor.Cli --version 0.2.10
#tool dotnet:?package=AgentBlazor.Cli&version=0.2.10
nuke :add-package AgentBlazor.Cli --version 0.2.10
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.10
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.
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:
- Repository: https://github.com/ashpeterson/AgentBlazor
- Advanced CLI guide: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/advanced/cli.md
- 0.2.10 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.10.md
- 0.2.5 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.5.md
- 0.2.3 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.3.md
- 0.2.2 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.2.md
- 0.2.1 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.1.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 | 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. |
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 |
v0.2.10: CLI recommendation quality. Prioritizes safe read-only workflows, labels suggestion risk, and requires approval for mutating command suggestions.