A Terminal.Gui inline-mode CLI powered by the GitHub Copilot SDK.
- 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
- .NET 10 SDK
- GitHub Copilot CLI installed and authenticated
dotnet tool install -g Terminal.Gui.ai# Interactive chat mode
ai
# Single-turn mode
ai "Explain async/await in C#"
# Specify a model
ai -m gpt-4o "What is Terminal.Gui?"| Command | Description |
|---|---|
/help |
Show available commands |
/clear |
Clear conversation history |
/model <name> |
Switch to a different model |
/compact |
Summarize conversation |
/quit |
Exit chat |