Skip to content

docs: remove GitHub Models references from README#269

Merged
anticomputer merged 1 commit into
mainfrom
anticomputer/remove-github-models-docs
Jun 17, 2026
Merged

docs: remove GitHub Models references from README#269
anticomputer merged 1 commit into
mainfrom
anticomputer/remove-github-models-docs

Conversation

@anticomputer

Copy link
Copy Markdown
Contributor

GitHub Models is no longer available to new customers.

Updates the README to:

  • Point at GitHub Copilot instead of GitHub Models for token entitlement
  • Change the example AI_API_ENDPOINT from models.github.ai/inference to api.githubcopilot.com

The github-models provider remains functional in capi.py for existing users; this only removes it from documentation.

GitHub Models is no longer available to new customers (see
https://github.blog/changelog/2026-06-16-github-models-is-no-longer-available-to-new-customers).

Update README to point at GitHub Copilot instead of GitHub Models for
token entitlement, and change the example AI_API_ENDPOINT from
models.github.ai/inference to api.githubcopilot.com.

The github-models provider remains functional in capi.py for existing
users; this only removes it from documentation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 17, 2026 13:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s README configuration guidance to remove references to GitHub Models (no longer available to new customers) and align the documented defaults with GitHub Copilot.

Changes:

  • Updates the README to reference GitHub Copilot (instead of GitHub Models) for AI_API_TOKEN entitlement.
  • Updates the example AI_API_ENDPOINT from https://models.github.ai/inference to https://api.githubcopilot.com.
Show a summary per file
File Description
README.md Updates configuration docs to point to GitHub Copilot and the Copilot API endpoint instead of GitHub Models.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comments suppressed due to low confidence (1)

README.md:212

  • AI_API_TOKEN is described as a “GitHub token”, but this env var is used as the bearer token for whichever AI_API_ENDPOINT is configured (the code supports non-GitHub providers like OpenAI as well). This wording (and the <your_github_token> placeholder) can mislead users who point AI_API_ENDPOINT at a non-GitHub API.
Provide a GitHub token for an account that is entitled to use [GitHub Copilot](https://github.com/features/copilot) via the `AI_API_TOKEN` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows. In a terminal, you can add `AI_API_TOKEN` to the environment like this:

```sh
export AI_API_TOKEN=<your_github_token>
</details>


- **Files reviewed:** 1/1 changed files
- **Comments generated:** 0


@anticomputer anticomputer merged commit 36070fd into main Jun 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants