Releases: TheStreamCode/github-copilot-cli-launcher
Release list
v0.2.4 — VS Code 1.93+, governance docs
- 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-utilsscripts; compiled against ES2022 to align with the launcher family.
v0.2.3
Unified the LICENSE copyright holder to Michael Gasperini (Mikesoft). No functional changes.
v0.2.2
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
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
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
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
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
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
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
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.