> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mossx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Contribute

> Join the WeChat group, file a VS Code issue, or contribute to the open source project.

CC GUI for VS Code is open source on GitHub under the MIT license.

## Repositories

* Repo: [https://github.com/hpstream/vscode-cc-gui](https://github.com/hpstream/vscode-cc-gui)
* Marketplace: [MossX.vscode-cc-gui](https://marketplace.visualstudio.com/items?itemName=MossX.vscode-cc-gui)
* Docs site source: this documentation repo

In the extension you can also open **Settings → Community** and copy the repo URL.

## WeChat group

Scan the author's WeChat official-account QR code and follow the prompt to join the WeChat group for updates and support.

<img src="https://mintcdn.com/mossx-docs/kz4nt5KFSKzkAZwe/images/vscode/community-wechat.png?fit=max&auto=format&n=kz4nt5KFSKzkAZwe&q=85&s=ac29ff23d3393910194263fdfb46e574" alt="Community QR code" width="100%" data-path="images/vscode/community-wechat.png" />

<Note>
  The QR code comes from the extension's bundled assets. If it expires, use the extension Settings page or the repo README.
</Note>

## Report a problem

When you open an [Issue](https://github.com/hpstream/vscode-cc-gui/issues), include:

1. VS Code version and extension version
2. Operating system
3. Current provider (Claude / Codex / which CLI)
4. Steps to reproduce
5. Related logs from **Output → CC GUI** (turn on the debug log first)
6. A session ID if you have one (you can copy it from History)

Do not paste API keys, a full `settings.json`, or `auth.json` into an issue.

## Contribute

Bug fixes, docs, and translations are welcome. Before you open a PR:

1. Check for an existing issue
2. Change only the files related to the problem
3. Update user-visible copy in `webview/src/i18n/locales/` at the same time
4. Put docs changes in this repo's `vscode/` directory and update `docs.json`

The VS Code app was first ported from [jetbrains-cc-gui](https://github.com/zhukunpenglinyutong/jetbrains-cc-gui). The usage module draws on [TokenTracker](https://github.com/mm7894215/TokenTracker).

## Trademarks

Claude, Claude Code, Codex, ChatGPT, OpenAI, and Visual Studio Code are trademarks of their respective owners. This documentation uses those names only to describe compatibility. It does not imply official endorsement.
