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

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

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

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

評価

難易度
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分
マージ済み 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 を短くまとめたダイジェスト。