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

Explicit control over model context window size

オープン
#4,898 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
領域
ai, cli

調査の方向性

Start by tracing the /settings, /config, /model, and /context command entry points, then locate the Auto model-selection path. Done means the proposed preference can influence Auto selection and /context indicates when a larger-context alternative is available.

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

説明

triage
Describe the feature or problem you'd like to solve

Currently, in Auto mode, the active model (and therefore context window size, e.g., 128K vs 1M) is chosen automatically per turn with no visible way to pin a session/turn to a specific context window tier. This makes it hard to plan for large-context workflows (big diffs, long codebases, big review sessions) since: 1. There's no setting ( /settings ,  /config ) to default Auto to prefer 1M-context models when available. 2.  /model  requires manually picking a specific model each session; this choice isn't "sticky" across Auto reselection. 3.  /context  shows current usage but doesn't indicate whether a larger-context alternative exists for the same task

Proposed solution

Suggestion: Add a session/user-level preference (e.g.,  /settings context=large ) that biases Auto toward 1M-context-capable models when the task or repo size warrants it, and surface in  /context  whether a bigger-context model is available.

Example prompts or workflows

No response

Additional context

No response

主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

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

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

はじめの一歩

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

github/copilot-cli のほかの issue

github/copilot-cli の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

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

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