Skip to content

Releases: TheStreamCode/github-copilot-cli-launcher

v0.2.4 — VS Code 1.93+, governance docs

Choose a tag to compare

@TheStreamCode TheStreamCode released this 19 Jun 07:41
  • Raised the minimum required VS Code version to ^1.93.0 (the floor for the terminal shell integration APIs used).
  • Added CONTRIBUTING, SECURITY, and TRADEMARKS docs and test:unit/test:install-utils scripts; compiled against ES2022 to align with the launcher family.

v0.2.3

Choose a tag to compare

@TheStreamCode TheStreamCode released this 12 Jun 11:20

Unified the LICENSE copyright holder to Michael Gasperini (Mikesoft). No functional changes.

v0.2.2

Choose a tag to compare

@TheStreamCode TheStreamCode released this 12 Jun 07:41

Marketplace SEO (AI/Chat categories, sharper title/summary, keywords), Open VSX + Sponsor badges, and a pointer to Super CLI as the all-in-one launcher. No functional changes.

v0.2.1

Choose a tag to compare

@TheStreamCode TheStreamCode released this 30 May 15:17

Release 0.2.1 bumps the extension after restoring the original Marketplace and toolbar artwork, updates documentation and metadata, and includes a rebuilt VSIX package with the restored bundled visual assets.

v0.2.0

Choose a tag to compare

@TheStreamCode TheStreamCode released this 30 May 15:05

Adds guided install for GitHub Copilot CLI through the official @github/copilot npm package, updates documentation and tests, and includes the regenerated v0.2.0 VSIX.

v0.1.9

Choose a tag to compare

@TheStreamCode TheStreamCode released this 16 May 19:15

Changed:

  • Refreshed the Marketplace icon and editor toolbar launcher mark assets for the extension package.
  • Updated documentation to note the packaged visual assets used by the current release.

v0.1.8

Choose a tag to compare

@TheStreamCode TheStreamCode released this 03 May 14:10

Changed: clarified documentation around the standalone GitHub Copilot CLI coding agent launched with the copilot command; removed stale unrelated CLI tooling references. Fixed: missing-command detection now respects the configured executable; custom executables open settings instead of suggesting npm install; dependency lockfile resolves the moderate uuid audit finding.

v0.1.7

Choose a tag to compare

@TheStreamCode TheStreamCode released this 21 Apr 12:42

What's Fixed

  • Removed duplicate command send that caused Copilot CLI to receive a second \copilot\ message in the chat after initialization, consuming an extra premium request on every launch. The command is now sent exactly once through shell integration or the fallback path.

Full Changelog: v0.1.6...v0.1.7

v0.1.6

Choose a tag to compare

@TheStreamCode TheStreamCode released this 20 Apr 16:25

Changed

  • Aligned README requirements and installation steps with the npm-based Copilot CLI (@github/copilot).
  • Simplified troubleshooting section to focus on Copilot CLI install detection.

v0.1.5

Choose a tag to compare

@TheStreamCode TheStreamCode released this 20 Apr 16:20

Added

  • Install detection for Copilot CLI. Shows a guided warning with a one-click option to open a terminal and run
    pm install -g @github/copilot.

Fixed

  • Fixed command not launching on first click when using \copilot\ as the default command. The previous install detection logic was gated on the command starting with \gh, which prevented the command from being sent to the terminal.