ShellPilot

0.4.0-preview0001

GitHub Copilot in your PowerShell terminal: device-flow auth, model listing, chat and agentic tool-calling with usage and cost.

Minimum PowerShell version

7.0

This is a prerelease version of ShellPilot.
There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ShellPilot -RequiredVersion 0.4.0-preview0001 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ShellPilot -Version 0.4.0-preview0001 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) raandree. All rights reserved.

Package Details

Author(s)

  • raandree

Tags

GitHubCopilot Copilot AI LLM Chat Agent

Functions

Clear-ShpChat Clear-ShpContext Clear-ShpUsage ConvertTo-ShpTokenCount Get-ShpChat Get-ShpContext Get-ShpCosineSimilarity Get-ShpCostEstimate Get-ShpDefault Get-ShpModel Get-ShpModelName Get-ShpTool Get-ShpUsage Initialize-Shp Invoke-Shp Register-ShpTool Request-ShpEmbedding Select-ShpModel Set-ShpContext Start-ShpChat Unregister-ShpTool

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## [0.4.0-preview0001] - 2026-07-28

### Fixed

- `Invoke-Shp` and `Get-ShpCostEstimate` now report `CostUSD` and `Credits` for
 `claude-opus-5` and `claude-sonnet-5`. Neither model had an entry in
 `data/PriceTable.psd1`, and the price lookup matches the model id exactly, so
 every call using them returned empty cost, credit and cost-breakdown fields.
 The rates are the published ones: Opus 5 at 5.00 / 0.50 / 6.25 / 25.00 USD per
 million input / cached-input / cache-write / output tokens, and Sonnet 5 at
 its introductory 2.00 / 0.20 / 2.50 / 10.00 (the standard
 3.00 / 0.30 / 3.75 / 15.00 takes effect on 2026-09-01).

FileList

Version History

Version Downloads Last updated
0.4.0-previe... 4 7/28/2026
0.4.0-previe... (current version) 3 7/28/2026
0.3.1 12 7/23/2026
0.3.1-previe... 3 7/23/2026
0.3.0-previe... 8 7/12/2026
0.3.0-previe... 7 7/9/2026
0.3.0-previe... 4 7/9/2026
0.3.0-previe... 6 7/9/2026
0.2.1-previe... 8 7/8/2026
0.2.0 34 7/8/2026
0.2.0-previe... 6 7/8/2026
0.2.0-previe... 4 7/8/2026
0.2.0-previe... 31 6/12/2026
Show more