JustyBase.Ai 0.8.7

dotnet add package JustyBase.Ai --version 0.8.7
                    
NuGet\Install-Package JustyBase.Ai -Version 0.8.7
                    
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="JustyBase.Ai" Version="0.8.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JustyBase.Ai" Version="0.8.7" />
                    
Directory.Packages.props
<PackageReference Include="JustyBase.Ai" />
                    
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 JustyBase.Ai --version 0.8.7
                    
#r "nuget: JustyBase.Ai, 0.8.7"
                    
#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 JustyBase.Ai@0.8.7
                    
#: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=JustyBase.Ai&version=0.8.7
                    
Install as a Cake Addin
#tool nuget:?package=JustyBase.Ai&version=0.8.7
                    
Install as a Cake Tool

JustyBase.Ai

NuGet License

UI-agnostic AI chat logic for JustyBase hosts: chat service, tool executor, OpenAI-compatible, Codex and GitHub Copilot backends, prompt building, and chat model contracts.

This package lives in the JustyBase.NetezzaSql repository alongside the parser, DDL, and catalog libraries.

Use this package when you need to:

  • Run a chat session against OpenAI-compatible, Codex or GitHub Copilot backends
  • Build FIM (Fill-In-Middle) and chat prompts with context and budget handling
  • Execute and approve local SQL patch tools
  • Switch chat model backends at runtime
  • Render chat streams / markdown in a UI-agnostic way

The package has no UI dependency.

Dependencies

Package Purpose
JustyBase.Ai.Embedded Embedded llama.cpp (llama-server) GGUF model management for FIM and local chat
GitHub.Copilot.SDK GitHub Copilot CLI bridge used by the Copilot chat backend
DiffPlex Diff generation for SQL patch approval flows
Microsoft.Extensions.AI Chat client abstractions
Microsoft.Extensions.DependencyInjection.Abstractions DI abstractions for service registration

Target framework

  • .NET 10
  • Not Native AOT compatible (IsAotCompatible = false) — the Copilot SDK bridge requires JIT

Build and test

dotnet restore .\JustyBase.NetezzaSql.sln
dotnet build .\JustyBase.NetezzaSql.sln -c Release
dotnet test .\tests\JustyBase.Ai.Tests\JustyBase.Ai.Tests.csproj -c Release

See the repository release guide for publishing.

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.

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.8.7 69 9/9/2026
0.8.6 64 9/9/2026
0.8.5 106 8/30/2026
0.8.4 93 8/30/2026
0.8.3 99 8/29/2026
0.8.2 112 8/16/2026
0.8.1 110 8/14/2026
0.8.0 106 8/10/2026