Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>AutoCode for CopilotNew to Visual Studio Code? Get it now.
AutoCode for Copilot

AutoCode for Copilot

mmotiy

|
5 installs
| (0) | Free
Use AutoCode OpenAI-compatible models in VS Code Copilot Chat with thinking effort presets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AutoCode for Copilot

Local VS Code language model provider for AutoCode Codex reverse-proxy models.

Usage

  1. Run npm install.
  2. Run npm run compile.
  3. Press F5 from this folder to start an Extension Development Host, or package and install the VSIX.
  4. In the Extension Development Host, run AutoCode: Set API Key.
  5. Open Copilot Chat and pick an AutoCode model.

The provider registers vendor: "autocode" and exposes a Codex-compatible Thinking Effort model setting for reasoning-capable models: none, low, medium, high, and xhigh.

Distribution

  1. Run npm install.
  2. Run npm run compile.
  3. Run npm run package to generate a VSIX file for side loading.
  4. Install the VSIX with code --install-extension autocode-copilot-provider-0.0.4.vsix or the VS Code Extensions UI.

Publish To Marketplace

  1. Create or sign in to your Visual Studio Marketplace publisher account.
  2. Confirm publisher in package.json matches your Marketplace publisher ID.
  3. Create a Personal Access Token with the Marketplace Manage scope.
  4. Run npx vsce login <publisher-id> and paste the PAT when prompted.
  5. Run npx vsce publish 0.0.4.

If you want to verify the package before publishing, run npx vsce package --no-dependencies and inspect the generated VSIX.

Notes

  • The default base URL is https://vip.auto-code.net.
  • API keys entered via AutoCode: Set API Key are stored in VS Code SecretStorage.
  • Model IDs are prefixed with autocode- so they do not collide with built-in Copilot/Codex models.
  • gpt-image-2 is not exposed here because this is a chat provider; image generation should use the /v1/images/* APIs.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft