Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Copilot CLI BYOK article lacks a third-party gateway example

オープン 初心者向け
#46,018 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1〜3時間
初心者へのやさしさ
88/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
活発
領域
cli, documentation

調査の方向性

content/copilot/how-tos/copilot-cli/customize-copilot/use-byok-models.md を開き、既存の OpenAI と local-Ollama の例を比較しながら "Connecting to an OpenAI-compatible endpoint," から始めてください。3 つの変数、サポートされている tool-calling およびストリーミングモデル、131072 トークンのプラン上限を COPILOT_PROVIDER_MAX_PROMPT_TOKENS と併せて扱う短い Yolo-Auto の例を追加してください。ゲートウェイのセットアップとトークンの相互作用が明確になれば完了です。

索引モデルが issue の本文から書いたものです。

説明

triage
Issue body

The Copilot CLI BYOK article (content/copilot/how-tos/copilot-cli/customize-copilot/use-byok-models.md) documents COPILOT_PROVIDER_BASE_URL / COPILOT_PROVIDER_API_KEY / COPILOT_MODEL with OpenAI and local-Ollama examples only.

The openai provider type explicitly covers "any other OpenAI Chat Completions API-compatible endpoint", but a reader connecting a third-party gateway has no worked example showing:

  • the three variables with gateway-style values,
  • which gateway models satisfy the tool calling + streaming requirements,
  • how a provider-enforced plan context window interacts with COPILOT_PROVIDER_MAX_PROMPT_TOKENS.

Proposal: add a short third-party gateway example block to "Connecting to an OpenAI-compatible endpoint". A concrete candidate is Yolo-Auto (https://yolo-auto.com/v1), whose yolo and yolo-small models support tool calling, streaming, and image inputs, and which enforces a 131072-token context window per plan.

主要言語
TypeScript
スター
20.9k
フォーク
68.8k
平均マージ
13時間 43分
マージ済み PR(30日)
110

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/docs のほかの issue

github/docs の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。