Skip to content

Add issue documentation for toasty CLI integration#176

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/integrate-toasty-function
Draft

Add issue documentation for toasty CLI integration#176
Copilot wants to merge 4 commits intomainfrom
copilot/integrate-toasty-function

Conversation

Copy link
Contributor

Copilot AI commented Feb 8, 2026

Track integration of Scott Hanselman's toasty notification CLI with PowerShell wrapper function. Blocked on upstream PRs: macOS support (#28) and winget packaging (#39).

Files Added

  • .github/ISSUES/toasty-integration.md - Technical specification

    • PowerShell function signature for Invoke-ToastyNotification with aliases toast/notify
    • Installation via chezmoi + winget packages
    • Implementation checklist with cross-platform considerations
  • .github/ISSUES/GITHUB_ISSUE_TOASTY.md - Copy-paste ready GitHub issue template

  • .github/ISSUES/README.md - Directory purpose and usage

Proposed Integration

function Invoke-ToastyNotification {
    param(
        [Parameter(Mandatory, Position = 0)]
        [string]$Message,
        [Parameter(Position = 1)]
        [string]$Title = "Notification",
        [ValidateSet("claude", "copilot", "gemini", "default")]
        [string]$App
    )
}

# Usage
npm run build; toast "Build completed!"
toast "Deployment successful" -Title "Production" -App copilot

Upstream Dependencies

Implementation deferred until dependencies resolve.

Original prompt

Can you create an issue to integrate toasty from Scott Hanselman? I would also like the function to be callable from PowerShell. Note that there is also a PR to implement it for macOS and there is also one to implement it with winget. I want to wait until those have been implemented.

@shanselman/toasty


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 8, 2026 17:26
Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Copilot AI changed the title [WIP] Integrate toasty function callable from PowerShell Add issue documentation for toasty CLI integration Feb 8, 2026
Copilot AI requested a review from DevSecNinja February 8, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants