Skip to content

[Opencode] The sub-agents should not be invoking plannotator. (with viable workarounds) #86

@metaphorics

Description

@metaphorics

Current Behavior: Sub-agents should neither be prompted nor invoke plannotator(submit_plan) by default.

Viable Workarounds: Disable plannotator tools by default, only enable for planning mode.

  "tools": {
    "submit_plan": false
  },
  "agent": {
    "plan": {
      "tools": {
        "submit_plan": true
      }
    }
  }

Needs to be investigated:

Prompt Injection Restrictions for subagents (Do not inject prompt for subagents; scope limiting).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions