Diplo.GodMode.AI 1.0.0

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

Diplo God Mode AI

Diplo God Mode AI is the optional Umbraco.AI companion package for Diplo God Mode.

It adds contextual Explain buttons to supported God Mode views, helping developers understand diagnostics, service registrations, log patterns, content metadata, data types, templates, partials, tags, and other implementation details from inside the Umbraco 17 backoffice.

Requirements

This package targets:

  • .NET 10 (net10.0)
  • Umbraco 17
  • Diplo.GodMode 17.1.0
  • Umbraco.AI

The package supports Umbraco 17.x. Because Umbraco.AI currently depends on Umbraco CMS 17.3.0 or later, God Mode AI declares its Umbraco CMS dependencies as [17.3.0,18.0.0).

Umbraco.AI Setup

God Mode AI uses your Umbraco.AI configuration. Before using the Explain buttons, make sure Umbraco.AI has a working provider connection and profile:

  1. Install Umbraco.AI in the Umbraco site.
  2. Install an AI provider package, such as the OpenAI provider.
  3. In the Umbraco backoffice, create a connection for your provider.
  4. Create an AI profile that uses that connection.
  5. Select the model you want the profile to use, for example gpt-4.1-nano for OpenAI.
  6. Restart the site and open God Mode in the backoffice.

Useful Umbraco.AI docs:

Screenshots

Umbraco AI provider setup

Diagnostic explanation

Log Insights analysis

Log error explanation

Data Type explanation

Health check explanation

Key value explanation

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
1.0.0 36 5/19/2026

Optional Umbraco.AI companion package for contextual God Mode explanations.