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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Terminal.Gui.ai --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- .NET 10 SDK
- GitHub Copilot CLI installed and authenticated
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
| Product | Versions 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 |