Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ai/agentic-ui-generator/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ tag: updated

Learn about the latest changes, improvements and bug fixes in the Telerik UI for Blazor AI Tools and the Agentic UI Generator. The updates are structured in a chronological order with the newest ones appearing first.

## August, 2026 Changelog

### Highlights

* Added `telerik_upgrade_assistant` to Agentic UI Generator.

## July, 2026 Changelog

### Highlights

* Added `telerik-blazor-licensing` and `telerik-blazor-version-upgrade` skills to Telerik UI for Blazor AI Plugin.

## June, 2026 Changelog

### Highlights
Expand Down
9 changes: 9 additions & 0 deletions ai/agentic-ui-generator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ The Telerik Blazor MCP server uses an orchestration-first model, centered on the
<ComponentTitle>Validator Assistant</ComponentTitle>
</Component>
</Column>
<Column count={[24,12,8]}>
<Component className="tile card-icon" href="#upgrade-assistant">
<ComponentTitle>Upgrade Assistant</ComponentTitle>
</Component>
</Column>
</Row>

The Agentic UI Generator orchestrates all assistants so you can build pages and components, apply styling and theming, and stay aligned with the design system in one seamless process. You can use the full end-to-end flow when you need complete page generation, or call a specific assistant directly when you need a focused change.
Expand Down Expand Up @@ -123,6 +128,10 @@ It is especially useful for interactive templates, complex component flows, and

Not designed to be invoked manually. It is called automatically by the UI Generator Orchestrator and ensures the generated code follows Telerik UI for Blazor best practices and standards.

### Upgrade Assistant

Use the Upgrade Assistant to migrate existing Blazor applications to a newer version of Telerik UI for Blazor. It automates detection and resolution of [breaking API changes](slug:versions-with-breaking-changes), NuGet version bumps, and CDN reference updates.

### When to Use Orchestrated vs Targeted Mode

Use `#telerik_ui_generator` for a complete orchestration-first workflow from a single prompt. When you need finer control or want to adjust just one aspect (such as layout, theme, or a component), you can call a specialized assistant directly by its dedicated handle. For details, see [Target the Assistants (Advanced)](slug:agentic-ui-generator-prompt-library#assistant-specific-prompts).
Expand Down
1 change: 1 addition & 0 deletions ai/agentic-ui-generator/prompt-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ You can invoke the specialized assistants individually using their dedicated han
| Icon Assistant | `#telerik_icon_assistant` | Searches and retrieves icons from the [Progress Design System Iconography](https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/) by name, category, or keywords. Use this assistant when you need to find and add specific icons for your UI components or design elements. |
| Accessibility Assistant | `#telerik_accessibility_assistant` | Provides WCAG 2.2 Level AA guidance and component-specific accessibility implementation details. Use this assistant to ensure your UI meets compliance standards, implement correct ARIA roles, validate color contrast, and retrieve accessibility API references for Telerik UI for Blazor components. |
| Validator Assistant | n/a | Not designed to be invoked manually. It is called automatically by the UI Generator Orchestrator and ensures the generated code follows Telerik UI for Blazor best practices and standards. |
| Upgrade Assistant | `#telerik_upgrade_assistant` | It helps migrate existing Blazor applications to newer versions of Telerik UI for Blazor by automating detection and resolution of [breaking API changes](slug:versions-with-breaking-changes), NuGet version bumps, and CDN reference updates. |

#### Getting Started Assistant Prompts

Expand Down
Loading