Terminal.Gui.ai 1.0.2

dotnet tool install --global Terminal.Gui.ai --version 1.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Terminal.Gui.ai --version 1.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Terminal.Gui.ai&version=1.0.2
                    
nuke :add-package Terminal.Gui.ai --version 1.0.2
                    

ai

A Terminal.Gui inline-mode CLI powered by the GitHub Copilot SDK.

Features

  • Interactive chat mode — multi-turn conversation with streaming markdown rendering
  • Single-turn mode — pipe a prompt and get a streamed answer inline
  • Slash commands/help, /clear, /model <name>, /compact, /quit
  • Autocomplete — tab-completion for slash commands
  • Model switching — change models mid-conversation with /model

Prerequisites

Install

dotnet tool install -g ai

Usage

# Interactive chat mode
ai

# Single-turn mode
ai "Explain async/await in C#"

# Specify a model
ai -m gpt-4o "What is Terminal.Gui?"

Slash Commands

Command Description
/help Show available commands
/clear Clear conversation history
/model <name> Switch to a different model
/compact Summarize conversation
/quit Exit chat

License

MIT

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.

This package has no dependencies.

Version Downloads Last Updated
1.0.2 107 4/22/2026