Command Code Go for VS CodeUse the models included with the Command Code Go plan directly in GitHub Copilot Chat. This fork is maintained by Ho Trung Nhan. The source code and issue tracker are hosted at hotrungnhan/commandcode-go-for-github-copilot. This extension is intentionally Go-plan-only. It does not support the Provider, Pro, or Max plans. The supported model allowlist follows the Go-plan documentation; if a Go model is missing, open an issue. What it provides
The canonical model list and availability are maintained by Command Code. See the Go-plan model list rather than relying on a static list in this README. Setup1. Install Command Code and sign inInstall the CLI globally:
Start the browser-based login flow:
Complete the authorization flow and retrieve the API token created for your Command Code account. If the CLI does not print it, copy it from 2. Add the token to VS Code
The extension stores it in VS Code SecretStorage and does not write it to the repository. 3. Choose a modelOpen Copilot Chat, choose a Command Code model, and start chatting. The model list is limited to the current Command Code Go plan. Requirements
Settings
The extension uses the Command Code Generate API and its required protocol headers. Its workspace and Git context are collected from the current VS Code workspace for each request. Problems or missing modelsIf a model listed for Go is not available in the extension, or a supported request fails, please create an issue with the model name and the relevant output-channel error. Never include your API token. AttributionThis project is a fork of the original Command Code Copilot Provider by Tyrannmisu, maintained and published by Ho Trung Nhan. License |