Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

reasoning_effort binding to claude-haiku-4.5 model fails on sub-agent invocation

未关闭
#4,941 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
55/100
Issue 类型
缺陷
描述清晰度
描述清楚
活跃度
活跃
技术栈
shell
领域
ai, cli

调研方向

Look for the sub-agent invocation logic and where the reasoning_effort parameter is injected for the claude-haiku-4.5 model. Check the model configuration or validation code to see if this model supports reasoning_effort. The error suggests a recent change; compare recent commits around model handling. Test by running a sub-agent with the specified model and see if the parameter can be omitted conditionally.

由索引模型根据 Issue 内容生成。

描述

area:agents area:models
Describe the bug

My custom build-agent, which worked up through yesterday, (and likely any custom subagent whose  /subagents  config pins model  claude-haiku-4.5 ) fails every invocation with:  Reasoning effort 'low' is not supported for model 'claude-haiku-4.5' . Reproduced regardless of whether  reasoning_effort  is omitted or explicitly set ( low / medium / minimal ) in the  task  tool call — the runtime appears to always inject a  reasoning_effort  value for this model, which the model doesn't support at all. First seen 2026-09-22; sessions from 2026-09-14 through 2026-09-21 using the same  build-agent  config succeeded without this error, so it looks like a recent regression. Session:  e8b4c267-83c7-431f-9a10-ede4dd88f8cf .

Affected version

GitHub Copilot CLI 1.0.87

Steps to reproduce the behavior
  1. Invoke the sub-agent whose model is set to claude-haiku-4.5
  2. Fails as described above
Expected behavior

Sub-agent invocation succeeds.

Additional context

windows 11, x86_64

主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

github/copilot-cli 的其他 Issue

查看 github/copilot-cli 的全部 Issue

相似的 Issue

更多 Shell/Bash Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。