Skip to content

[Feature]: Do not append dcp-system-reminder with manual mode #506

@Shad3N

Description

@Shad3N

Problem

My config has:

{
  "$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master/dcp.schema.json",
  "manualMode": {
    "automaticStrategies": false,
    "enabled": true
  }
}

Despite the manual mode being explicitly set, the reminders about compression and other metadata is regularly injected to my chat, adding unnecessary tokens.

Proposed Solution

I believe with manual mode, it would be enough to only inject the message IDs and then inject all compression related info when the compression command is called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions