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.
Good afternoon, again thank you for the great project.
Problem
Currently,
opencode-mempalacerelies on the array-basedpluginconfiguration inopencode.json.Example:
Other plugins, specifically
oh-my-openagent, crash when any entry in theopencode.jsonuses 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
oh-my-openagentcaused by array-based config parsing issues.