Frontmatec.AI.Windows 0.0.11

dotnet add package Frontmatec.AI.Windows --version 0.0.11
                    
NuGet\Install-Package Frontmatec.AI.Windows -Version 0.0.11
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Frontmatec.AI.Windows" Version="0.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Frontmatec.AI.Windows" Version="0.0.11" />
                    
Directory.Packages.props
<PackageReference Include="Frontmatec.AI.Windows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Frontmatec.AI.Windows --version 0.0.11
                    
#r "nuget: Frontmatec.AI.Windows, 0.0.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Frontmatec.AI.Windows@0.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Frontmatec.AI.Windows&version=0.0.11
                    
Install as a Cake Addin
#tool nuget:?package=Frontmatec.AI.Windows&version=0.0.11
                    
Install as a Cake Tool

Frontmatec.AI.Windows

WPF chat UI for Frontmatec.AI agents — the desktop counterpart to Frontmatec.AI.AspNetCore. Drop-in views and view-models for an embedded assistant: a streaming chat pane, a thread list, and an interactive tool-approval prompt. Built on Frontmatec.Windows (MVVM) with Markdown rendering via Markdig.Wpf.

Install

dotnet add package Frontmatec.AI.Windows

What's in the box

  • ChatView / ChatViewModel — the streaming conversation: token-by-token assistant output, tool activity, Markdown formatting.
  • ThreadView / ThreadListView — browse, rename, and switch conversations.
  • ChatToolApprovalPolicy + ToolApprovalRequestViewModel — a real interactive approval surface, so tools marked LlmToolApprovalMode.Ask prompt the operator before they run (unlike a headless web backend, which has nowhere to ask).

Pair it with Frontmatec.AI.Tools.Windows for desktop host tools (theme, culture, image display). The WINAI sample app in the repository shows the full wiring; see docs/wpf-chat.md. Targets net10.0-windows.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.11 126 6/4/2026
0.0.10 117 6/3/2026
0.0.9 89 6/3/2026
0.0.7 206 5/27/2026
0.0.6 91 5/27/2026
0.0.5 109 5/26/2026
0.0.4 91 5/26/2026
0.0.3 98 5/22/2026
0.0.2 91 5/20/2026
0.0.1 137 5/19/2026