What version of the IDE extension are you using?
26.814.41407
What subscription do you have?
ChatGPT Pro 20x
Which IDE are you using?
VS Code
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
When an agent uses subagents to implement code the files changes / lines written aren't counted correctly in the end
What steps can reproduce the bug?
Think of some random project / feature and get 5.6 Sol Ultra to build it and delegate work to subagents. When it finishes you will see that the lines reported in the end are only the ones the central agent wrote, not the subagents, thereby creating a misleading picture of the size of the implementation.
What is the expected behavior?
The expected behavior is to see all the lines changed by the agent AND the subagents combined, not just the central agent. It should equal the diff with what it had before the prompt was sent.
Additional information
No response
What version of the IDE extension are you using?
26.814.41407
What subscription do you have?
ChatGPT Pro 20x
Which IDE are you using?
VS Code
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
When an agent uses subagents to implement code the files changes / lines written aren't counted correctly in the end
What steps can reproduce the bug?
Think of some random project / feature and get 5.6 Sol Ultra to build it and delegate work to subagents. When it finishes you will see that the lines reported in the end are only the ones the central agent wrote, not the subagents, thereby creating a misleading picture of the size of the implementation.
What is the expected behavior?
The expected behavior is to see all the lines changed by the agent AND the subagents combined, not just the central agent. It should equal the diff with what it had before the prompt was sent.
Additional information
No response