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

OTel: parent chat spans keep the last subagent model in  gen_ai.request.model

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

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

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

调研方向

Start by tracing the Copilot CLI's OTel export path and how session.model_change events with source=agent update model state for parent chat spans. Compare where gen_ai.request.model and gen_ai.response.model are populated across parent and subagent calls. Done means later parent spans retain the parent model while genuine dated model snapshots remain valid, with regression coverage for the described sequence.

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

描述

triage
Describe the bug

After a subagent model switch, later parent  chat  spans keep the subagent's model in  gen_ai.request.model .  gen_ai.response.model  and the billed AIU stamp still match the model that actually served the call.

Observed on Copilot CLI 1.0.88. A session was switched to  claude-opus-5.5  with the model picker, then dispatched subagents ( session.model_change  with  source=agent  to  gpt-5.6-sol ,  gpt-6-sol ,  grok-4.7 , and others). Parent calls continued on Opus. Of 226 parent  chat  spans whose  gen_ai.response.model  was  claude-opus-5.5 , only 10 also had  gen_ai.request.model=claude-opus-5.5 . The other 216 were labeled with whichever subagent model had been selected most recently.

The AIU on those spans is correct. One mislabeled span had  gen_ai.request.model=gpt-5.6-sol ,  gen_ai.response.model=claude-opus-5.5 , input 85409, cache read 83052, cache write 2353, output 593, and  copilot_chat.copilot_usage_nano_aiu=4025140000 . That is $0.0402514, which matches the Opus 5.5 rate card exactly, not Sol's. Over that session the mislabeled Opus spans were about $20.43 of a $21.24 Opus total. Across 24 hours this was 521 CLI spans and about $41.37, all  service.name=github-copilot . VS Code  copilot-chat  did not show this shape.

Consumers that attribute cost by  gen_ai.request.model  therefore file Opus spend under the leftover subagent model. The total is not lost. The slice is.

Affected version

GitHub Copilot CLI 1.0.88

Steps to reproduce the behavior
  1. Run Copilot CLI 1.0.88 with OTel export enabled.
  2. Start a session and select a parent model with the model picker, for example  claude-opus-5.5 .
  3. Dispatch one or more subagents that run a different model, so the session log records  session.model_change  with  source=agent .
  4. Let the parent keep making model calls after those switches.
  5. Compare  gen_ai.request.model  and  gen_ai.response.model  on the later parent  chat  spans.

The request label is the last subagent model. The response label, token usage, and  copilot_chat.copilot_usage_nano_aiu  still describe the parent model.

Expected behavior

On a parent  chat  span,  gen_ai.request.model  should be the model that parent call asked for, matching  gen_ai.response.model  except for a genuine dated snapshot of that same model. A nested subagent's model switch should not leak onto later parent spans.

Ignoring  gen_ai.request.model is not a valid workaround. For some models the response label is a dated snapshot of the request, not a different model:  gpt-5.4  is served as  gpt-5.4-2026-03-05 , and  claude-haiku-4.5  as  claude-haiku-4-5-20251001 . Those are aliases. This bug is a different model left in the request label.

Additional context

• Windows, PowerShell, CLI 1.0.88. Spans are  service.name=github-copilot .
• The leak tracks  session.model_change  events with  source=agent . The picker change ( source=model_picker ) sets the parent correctly. Later agent-sourced changes overwrite the request label used on subsequent parent spans.
• Billing attributes are present and consistent with the response model. This is not github/copilot-cli#4224. It is also not github/copilot-cli#4862 (those spans are missing response identity and usage) or github/copilot-cli#4825 (HydraFusion, where  gen_ai.request.model=hydrafusion  is intentional).

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

环境准备

从这里开始

  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 摘要。