diff --git a/packages/opencode/src/command/index.ts b/packages/opencode/src/command/index.ts index 140d2b8a7a66..b9b6de50c573 100644 --- a/packages/opencode/src/command/index.ts +++ b/packages/opencode/src/command/index.ts @@ -96,7 +96,6 @@ export const layer = Layer.effect( get template() { return PROMPT_REVIEW.replace("${path}", ctx.worktree) }, - subtask: true, hints: hints(PROMPT_REVIEW), }