Skip to content

fix(setup): clarify model provider paths - #3824

Merged
Sayt-0 merged 1 commit into
mainfrom
fix/3805-clarify-setup-provider-paths
Jul 24, 2026
Merged

fix(setup): clarify model provider paths#3824
Sayt-0 merged 1 commit into
mainfrom
fix/3805-clarify-setup-provider-paths

Conversation

@Sayt-0

@Sayt-0 Sayt-0 commented Jul 24, 2026

Copy link
Copy Markdown
Member

Summary

Clarifies the docker agent setup provider paths so built-in cloud providers are not confused with custom OpenAI-compatible endpoints.

  • labels option 1 as the built-in provider path and names Groq and Hugging Face
  • reserves option 3 for custom endpoints with their own base URL, such as vLLM and LiteLLM
  • uses credential-neutral wording for built-in providers and documents ChatGPT, token, and AWS authentication cases
  • aligns the CLI reference and model setup documentation with all four setup paths
  • adds regression coverage for the menu distinction and built-in provider examples

Issue expectations

Expectation Implementation
Option 1 clearly covers built-in providers Menu and help label it as the built-in cloud provider path and include Groq and Hugging Face
Option 2 remains Docker Model Runner Existing local-model wording and behavior are unchanged
Option 3 is only for custom OpenAI-compatible endpoints Menu, help, and docs require the endpoint's own base URL and use vLLM/LiteLLM examples
Option 4 remains the Claude Code harness Existing harness wording and behavior are unchanged
Authentication wording is not limited to API keys Built-in flow uses “credential”; docs cover API keys, tokens, AWS credentials, and ChatGPT sign-in

Validation

  • task build
  • task lint
  • task test
  • npx --yes markdownlint-cli2@0.22.1 from docs/
  • git diff --check

Closes #3805

@Sayt-0
Sayt-0 requested a review from a team as a code owner July 24, 2026 09:12
@Sayt-0
Sayt-0 merged commit fcdc820 into main Jul 24, 2026
20 checks passed
@Sayt-0
Sayt-0 deleted the fix/3805-clarify-setup-provider-paths branch July 24, 2026 09:25
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.

Clarify Docker Agent setup flow for cloud providers and OpenAI-compatible providers

2 participants