Skip to content

CopilotCmdlets v0.2.0

Choose a tag to compare

@Halcyonhal9 Halcyonhal9 released this 06 Apr 07:43
· 110 commits to main since this release
7c5abce

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.SDK NuGet package (bundled in zip)

Installation

# Extract the zip, then:
Import-Module ./out/CopilotCmdlets.psd1

Build Info

  • Platform: linux-x64
  • Configuration: Release
  • All 42 unit tests passing