Skip to content

Sudden spike in GitHub Copilot usage after running background_taskΒ #418

@ujanjan

Description

@ujanjan

Hello, I have a question about a sudden spike on my GitHub Copilot subscription. I am not sure how to debug this.

I have set this up using ~/.config/opencode/oh-my-opencode.json and it worked previously with no issues.

{
  "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
  "agents": {
    "Sisyphus": {
      "model": "github-copilot/claude-opus-4.5"
    },
    "librarian": {
      "model": "github-copilot/claude-haiku-4.5"
    },
    "oracle": {
      "model": "github-copilot/gpt-5.2"
    },
    "frontend-ui-ux-engineer": {
      "model": "github-copilot/gemini-3-pro-preview"
    },
    "document-writer": {
      "model": "github-copilot/gemini-3-pro-preview"
    },
    "multimodal-looker": {
      "model": "github-copilot/gemini-3-flash-preview"
    }
  }
}

The task I gave to Sisyphus was to confirm if I have configured the Agent Skills correctly at the global level (not at the project level). Sisyphus then started delegating background_task but it could not finish the task.

The generated log file grew to ~9MB as it hit the quota limit along the way (similar to this issue: anomalyco/opencode#6430).

Image

This is what my GitHub subscription looks like, showing usual usage on January 1, but then a sudden spike after this task was requested on January 2.

Image Image

Questions:

  1. Could it be a sudden spike caused by background_task that happened using librarian and multimodal-looker? Because otherwise, I always use Opus 4.5 (for Sisyphus) and GPT 5.2 (for Planner-Sisyphus).
  2. Is there any way I can prevent this from happening again and/or help debug if this is an issue?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions