-
Notifications
You must be signed in to change notification settings - Fork 702
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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).
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.
Questions:
- Could it be a sudden spike caused by background_task that happened using
librarianandmultimodal-looker? Because otherwise, I always use Opus 4.5 (for Sisyphus) and GPT 5.2 (for Planner-Sisyphus). - Is there any way I can prevent this from happening again and/or help debug if this is an issue?
Thank you
vian21
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested