Feature Request: Show Subagent Context Window Size in the IDE

Feature request for product/service

Cursor IDE

Describe the request

Hello everyone,

I would like to suggest a feature that would make subagent-based workflows much easier to manage in the IDE.

Right now, the IDE shows context information for the main agent, but not for subagents. When working with subagents, this is important not only because of limits, but also because of visibility and tuning.

If I could see the current context window size, and the current context usage, as well within the subagent for each one of those, I would be able to better understand how work is being distributed and make better decisions about task decomposition. For example, if one subagent is consistently getting too much context, I may want to split that work further or redesign how tasks are delegated.

This would be useful for:

  • tracking how much context each subagent is using,
  • tuning delegation strategies,
  • deciding when to split work into smaller sub-tasks,
  • comparing how efficiently different subagents are being used,
  • improving orchestration and overall workflow design.

Ideally, this would be visible per subagent in a simple way, similar to the visibility already available for the main agent. Even a basic indicator showing context window size and current usage would already be very helpful.

If there is already a way to inspect this through an extension or so I would also appreciate guidance on how to access it.

Thank you.

Operating System (if it applies)

MacOS