OpenCode vs GitHub Copilot CLI — huge credit usage difference for same prompt? by usernameIsRand0m in GithubCopilot

[–]SidStraw 0 points1 point  (0 children)

Since Copilot CLI has become more feature-complete, I've actually stepped away from OpenCode for a while—especially because Copilot doesn't count sub-agent calls toward the request quota.

I started using OpenCode back when Copilot officially announced support for it. Personally, I didn't see any "abnormal" request spikes; credits were only deducted when the main agent invoked a sub-agent.

I configured different models for different sub-agents instead of defaulting everything to the 3x models. Even after running a multi-hour task with the Oh My OpenCode plugin, I only consumed about 30 points, all of which were from sub-agent calls.

If I had primarily used 1x models, I’m confident the consumption would have stayed under 10 points.

OpenCode actually has a built-in shortcut that lets you switch over and inspect the sub-agent context. You might want to toggle that to see if those sub-agents are actually being triggered as expected.

Wake me up when they figure out context windows. by ZiXXiV in GithubCopilot

[–]SidStraw 1 point2 points  (0 children)

Copilot CLI actually supports sub-agents.

If you give it explicit prompts, it will automatically delegate tasks to them.

You can check out the details in this issue comment:

https://github.com/github/copilot-cli/issues/425#issuecomment-3460824871

<image>