Skip to content

[Bug]: Due to the complexity and length of this task, let me create a summary of what needs to be done and commit the current progress #3121

@linonetwo

Description

@linonetwo

Prerequisites

  • I will write this issue in English (see our Language Policy)
  • I have searched existing issues to avoid duplicates
  • I am using the latest version of oh-my-opencode
  • I have read the documentation or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer

Bug Description

I just do as Readme: install opencode + omo, and just type the prompt in the input with "Sisyphus (Ultraworker)" labeled below.

And it only work for 30min, do nothing only read the plan (generated before with cursor).
And I ask it don't stop, it work for 15min, and say "Due to the complexity and length of this task, let me create a summary of what needs to be done and commit the current progress"
And seems it never calls subagent with Claude sonnet.

It is Claude Opus4.6, burn 40$ in an hour, and stop for 2-3 times. Did I use the wrong agent?

Steps to Reproduce

install opencode + omo, and just type the prompt in the input with "Sisyphus (Ultraworker)" labeled below.

Expected Behavior

It should work along the whole plan, never stop unless the plan is all done.

Actual Behavior

It stop and complain the typical "Due to the complexity and length of this task, let me create a summary of what needs to be done and commit the current progress"

While the plan file has many to-do items, and its own to-do list also has many items that are not yet done.

Doctor Output

PS C:\Users\Remote> pnpx oh-my-opencode doctor

 oMoMoMoMo Doctor

 ⚠ 1 issue found:

1. Comment checker unavailable
   Comment checker binary is not installed.
   Fix: Install @code-yeongyu/comment-checker
   Affects: comment-checker hook

Error Logs

Configuration

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": [
    "oh-my-openagent@latest"
  ],
  "provider": {
    "anthropic": {
      "options": {
        "baseURL": "https://api.myopenroutesite/v1"
      },
      "models": {
        "claude-opus-4-6": {
          "name": "Claude Opus 4.6",
          "limit": { "context": 200000, "output": 32000 }
        },
        "claude-sonnet-4-6": {
          "name": "Claude Sonnet 4.6",
          "limit": { "context": 200000, "output": 32000 }
        },
        "claude-haiku-4-5": {
          "name": "Claude Haiku 4.5",
          "limit": { "context": 200000, "output": 32000 }
        }
      }
    }
  }
}
{
  "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
  "agents": {
    "sisyphus": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "oracle": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "explore": {
      "model": "anthropic/claude-haiku-4-5"
    },
    "multimodal-looker": {
      "model": "anthropic/claude-haiku-4-5"
    },
    "prometheus": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "hephaestus": {
      "model": "anthropic/claude-sonnet-4-6",
      "variant": "max"
    },
    "metis": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "momus": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "atlas": {
      "model": "anthropic/claude-sonnet-4-6"
    },
    "sisyphus-junior": {
      "model": "anthropic/claude-sonnet-4-6"
    }
  },
  "categories": {
    "visual-engineering": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "ultrabrain": {
      "model": "anthropic/claude-opus-4-6",
      "variant": "max"
    },
    "quick": {
      "model": "anthropic/claude-haiku-4-5"
    },
    "unspecified-low": {
      "model": "anthropic/claude-sonnet-4-6"
    },
    "unspecified-high": {
      "model": "anthropic/claude-sonnet-4-6"
    },
    "writing": {
      "model": "anthropic/claude-sonnet-4-6"
    }
  }
}

Additional Context

No response

Operating System

Windows

OpenCode Version

1.3.13

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions