Auto model selection picks models too weak for Linux kernel patch-series work
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 活跃
- 技术栈
- c, git, linux
- 领域
- cli, devtools, operating-systems
调研方向
Start by tracing Auto model selection and the CLI's model visibility, then examine how sessions involving Linux kernel work, git rebase, commit splitting, and cross-architecture changes could be identified. Define how stronger models are selected and how commit-scope constraints are enforced. Done means the selected model is visible and the requested kernel workflows receive appropriate handling.
由索引模型根据 Issue 内容生成。
描述
Across many sessions on Linux kernel patch series, Auto mode selects models in
the gpt-5.6-sol class that consistently fail at the core skill this work
requires: respecting commit boundaries and scope. This is a recurring pattern,
not a one-off. Stronger models handle the same tasks reliably.
Typical failure modes, all occurring with explicit standing instructions in
context ("fold changes into the relevant commit", "keep history bisectable",
"no functional change intended"):
-
Scope creep inside code-motion commits. A commit meant to relocate code also
introduces new abstractions or refactors. Correcting this usually takes
several rounds, because the model re-expands scope after being told to
narrow it. -
Silent deletion or open-coding of helpers. Existing static helpers get
inlined away during "no functional change" commits - unrequested and
unmentioned, discoverable only by manual diff review. -
Incomplete renames. A requested rename is applied to the obvious symbols but
leaves related identifiers behind, often in other architectures or headers. -
Architecture-correctness misses. Code carrying one architecture's semantics
is lifted into generic code and applied to others, without recognizing the
semantics were not universal. -
Misread API shape. Instructions about where code should live (per-architecture
copies vs. a shared implementation with wrappers) are inverted. -
Changing established semantics to fit the model's design. Long-standing
function behavior is altered to make a new abstraction fit, instead of
preserving behavior.
The common thread: these models optimize for a plausible-looking final tree and
treat the commit series as an implementation detail. For kernel work the series
is the deliverable.
Requests:
- Weight Auto model selection toward stronger models for kernel/systems C work,
especially sessions involving git rebase, commit splitting, or
cross-architecture code. - Surface which model Auto selected, so a mismatch is visible before hours are
spent. - Treat "fold into the relevant commit" and "no functional change intended" as
hard constraints, not stylistic hints.
Kernel maintainers evaluating Copilot CLI judge it on whether a series is clean,
bisectable and correctly scoped. A model that quietly reshapes commits fails
that bar regardless of how good the final tree looks.
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
github/copilot-cli 的其他 Issue
-
triage
难度 2/5 1-3 小时 新手友好度 75/100
github/copilot-cli#4932 ·
-
triage
难度 2/5 1-3 小时 新手友好度 78/100
github/copilot-cli#4909 ·
-
triage
难度 2/5 1-3 小时 新手友好度 76/100
github/copilot-cli#4906 ·
-
triage
难度 2/5 1-3 小时 新手友好度 72/100
github/copilot-cli#4848 ·
-
area:agents area:mcp
难度 2/5 1-3 小时 新手友好度 72/100
github/copilot-cli#4729 ·
查看 github/copilot-cli 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
elastic/gradle-plugins#156 ·
-
Priority/High ready-for-agent Severity/Major Type/Bug
难度 2/5 1-3 小时 新手友好度 75/100
-
comp/cli P3 type/docs
难度 2/5 1-3 小时 新手友好度 75/100
NousResearch/hermes-agent#119756 · 1 条评论 ·
-
comp: build/pipeline type: bug version: current (v17+)
难度 2/5 1-3 小时 新手友好度 74/100
angular/angularfire#3766 ·
-
out-of-date
难度 2/5 1-3 小时 新手友好度 70/100
CachyOS/CachyOS-PKGBUILDS#1903 ·