CDS.ScriptChat.Core 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CDS.ScriptChat.Core --version 1.1.0
                    
NuGet\Install-Package CDS.ScriptChat.Core -Version 1.1.0
                    
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="CDS.ScriptChat.Core" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CDS.ScriptChat.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="CDS.ScriptChat.Core" />
                    
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 CDS.ScriptChat.Core --version 1.1.0
                    
#r "nuget: CDS.ScriptChat.Core, 1.1.0"
                    
#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 CDS.ScriptChat.Core@1.1.0
                    
#: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=CDS.ScriptChat.Core&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=CDS.ScriptChat.Core&version=1.1.0
                    
Install as a Cake Tool

CDS.ScriptChat.Core

Provider-agnostic conversation engine behind the CDS.ScriptChat script+chat panel. Built on Microsoft.Extensions.AI.IChatClient, so the provider (Claude, OpenAI, Grok) is a configuration choice rather than a dependency. No WinForms, no Roslyn.

What it gives you:

  • ScriptChatSession — the conversation, including the script the assistant is reasoning about.
  • ScriptEditProposal / ScriptDiff — proposed edits arrive as structured tool calls and are surfaced as a diff for the host to accept or reject. They are never applied automatically and never parsed out of markdown fences.
  • ISymbolLookupProvider — the hook by which a host exposes its own API surface to the assistant. The library ships only the interface.
  • IScriptChatHostContext — host-supplied description of the app the script runs in.

For a ready-made WinForms UI on top of this, see CDS.ScriptChat.WinForms.

Bring your own key. The library never stores, logs or transmits an API key anywhere except the provider SDK call itself.

MIT licensed.

Full docs, a screenshot, and the design record: GitHub repo.

Credits

Package icon: Seo and web icons created by Yogi Aprelliyanto — Flaticon

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 (1)

Showing the top 1 NuGet packages that depend on CDS.ScriptChat.Core:

Package Downloads
CDS.ScriptChat.WinForms

WinForms script+chat panel for the CDS.ScriptChat library. Host-agnostic: the script buffer is reached through caller-supplied delegates, with no dependency on any specific editor control.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0 51 8/16/2026
1.1.0 64 8/14/2026