From e52200a08b3b6462810b6d7c106b5d3c2924ed81 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Tue, 5 May 2026 23:17:33 +0200 Subject: [PATCH 1/2] docs: add missing provider types to supported providers table Three provider types were present in the CLI but missing from the table: anthropic, copilot, and outlook. --- docs/sandboxes/manage-providers.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sandboxes/manage-providers.mdx b/docs/sandboxes/manage-providers.mdx index b85ac6bae8..a801655c2b 100644 --- a/docs/sandboxes/manage-providers.mdx +++ b/docs/sandboxes/manage-providers.mdx @@ -172,14 +172,17 @@ The following provider types are supported. | Type | Environment Variables Injected | Typical Use | |---|---|---| +| `anthropic` | `ANTHROPIC_API_KEY` | Anthropic API | | `claude` | `ANTHROPIC_API_KEY`, `CLAUDE_API_KEY` | Claude Code, Anthropic API | | `codex` | `OPENAI_API_KEY` | OpenAI Codex | +| `copilot` | `COPILOT_GITHUB_TOKEN`, `GH_TOKEN`, `GITHUB_TOKEN` | GitHub Copilot CLI | | `generic` | User-defined | Any service with custom credentials | | `github` | `GITHUB_TOKEN`, `GH_TOKEN` | GitHub API, `gh` CLI — refer to [GitHub Sandbox](/get-started/tutorials/github-sandbox) | | `gitlab` | `GITLAB_TOKEN`, `GLAB_TOKEN`, `CI_JOB_TOKEN` | GitLab API, `glab` CLI | | `nvidia` | `NVIDIA_API_KEY` | NVIDIA API Catalog | | `openai` | `OPENAI_API_KEY` | Any OpenAI-compatible endpoint. Set `--config OPENAI_BASE_URL` to point to the provider. Refer to [Configure](/inference/configure). | | `opencode` | `OPENCODE_API_KEY`, `OPENROUTER_API_KEY`, `OPENAI_API_KEY` | opencode tool | +| `outlook` | None | Microsoft Outlook. Use `--credential` to provide credentials. | Use the `generic` type for any service not listed above. You define the From 4ed4ca822f7b740173ccd88bec6f50699ec73fa3 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Wed, 6 May 2026 09:34:56 +0200 Subject: [PATCH 2/2] docs: remove outlook provider row --- docs/sandboxes/manage-providers.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sandboxes/manage-providers.mdx b/docs/sandboxes/manage-providers.mdx index a801655c2b..eb8b2ffae5 100644 --- a/docs/sandboxes/manage-providers.mdx +++ b/docs/sandboxes/manage-providers.mdx @@ -182,7 +182,6 @@ The following provider types are supported. | `nvidia` | `NVIDIA_API_KEY` | NVIDIA API Catalog | | `openai` | `OPENAI_API_KEY` | Any OpenAI-compatible endpoint. Set `--config OPENAI_BASE_URL` to point to the provider. Refer to [Configure](/inference/configure). | | `opencode` | `OPENCODE_API_KEY`, `OPENROUTER_API_KEY`, `OPENAI_API_KEY` | opencode tool | -| `outlook` | None | Microsoft Outlook. Use `--credential` to provide credentials. | Use the `generic` type for any service not listed above. You define the