Skip to content

Feature: Support for dedicated configuration file #3

Description

@kevincojean

Good afternoon, again thank you for the great project.

Problem

Currently, opencode-mempalace relies on the array-based plugin configuration in opencode.json.

Example:

"plugin": [
  ["opencode-mempalace", { "threshold": 15 }]
]

Other plugins, specifically oh-my-openagent, crash when any entry in the opencode.json uses this array-based configuration format.

Proposed Solution

I'd agree this isn't opencode-mempalace's fault, but adding a dedicated configuration file option for using would help against these unfortunate situations.

Impact

  • Resolves crashes in oh-my-openagent caused by array-based config parsing issues.
  • Improves interoperability within the OpenCode ecosystem.

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