CopilotCmdlets v0.2.0
CopilotCmdlets v0.2.0
Updated release reflecting the rename from CopilotPS to CopilotCmdlets. Built from the latest main branch.
Included Cmdlets
| Cmdlet | Description |
|---|---|
New-CopilotClient |
Create a new Copilot SDK client |
Stop-CopilotClient |
Dispose of a Copilot client |
Test-CopilotConnection |
Test connectivity to the Copilot service |
New-CopilotSession |
Start a new chat session |
Resume-CopilotSession |
Resume an existing session |
Get-CopilotSession |
List active sessions |
Remove-CopilotSession |
Remove a session |
Close-CopilotSession |
Close a session |
Send-CopilotMessage |
Send a message and receive a response |
Get-CopilotMessage |
Retrieve message history |
Requirements
- .NET 9 / PowerShell 7.4+
GitHub.Copilot.SDKNuGet package (bundled in zip)
Installation
# Extract the zip, then:
Import-Module ./out/CopilotCmdlets.psd1Build Info
- Platform: linux-x64
- Configuration: Release
- All 42 unit tests passing