Description
I enabled dreamer and sidekick modules during installation of MC. I installed the dashboard to go along with it after a while, I noticed these feature toggles in the dashboard were toggled 'off', but in the config file they are set to "disable": false. When I manually put in another field "enabled": true the toggles have the correct value.
Environment
- Plugin: v0.21.8
- OS: darwin arm64
- Node: v26.0.0
- OpenCode: 1.15.11
Configuration
Config from ~/.config/opencode/magic-context.jsonc:
Diagnostics
- Timestamp: 2026-05-28T08:17:27.146Z
- Plugin: v0.21.8
- OS: darwin arm64
- Node: v26.0.0
- OpenCode installed: true (1.15.11)
- Plugin registered in opencode config: true
- Plugin registered in tui config: true
- magic-context.jsonc parse error: none
- AFT available: false (opencode=false, pi=false)
- Conflicts detected: none
Config paths
{
"configDir": "~/.config/opencode",
"opencodeConfig": "~/.config/opencode/opencode.jsonc",
"opencodeConfigFormat": "jsonc",
"magicContextConfig": "~/.config/opencode/magic-context.jsonc",
"tuiConfig": "~/.config/opencode/tui.json",
"tuiConfigFormat": "json",
"omoConfig": null
}
magic-context.jsonc flags
Plugin cache
{
"path": "~/.cache/opencode/packages/@cortexkit/opencode-magic-context@latest",
"cached": "0.21.8",
"latest": "0.21.8"
}
Storage
{
"path": "~/.local/share/cortexkit/magic-context",
"exists": true,
"context_db_size": "2.1 MB"
}
Recent sessions
No recent OpenCode sessions found (or OpenCode DB unavailable on this runtime).
Historian dumps
(Metadata only — XML content is not included in this report.)
Dumps are stored per-project under <project>/.opencode/magic-context/historian/.
{
"byProject": [],
"legacyDumps": {
"dir": "/var/folders/5w/vlf9gkkj5lnd91bqqkvkn49c0000gn/T/opencode/magic-context/historian",
"count": 0,
"recent": []
}
}
Description
I enabled dreamer and sidekick modules during installation of MC. I installed the dashboard to go along with it after a while, I noticed these feature toggles in the dashboard were toggled 'off', but in the config file they are set to
"disable": false. When I manually put in another field"enabled": truethe toggles have the correct value.Environment
Configuration
Config from
~/.config/opencode/magic-context.jsonc:{ "$schema": "https://raw.githubusercontent.com/cortexkit/magic-context/master/assets/magic-context.schema.json", "historian": { "model": "github-copilot/claude-sonnet-4.6" }, "dreamer": { "model": "github-copilot/claude-sonnet-4.6", "pin_key_files": { "enabled": true }, "disable": false, "enabled": true }, "sidekick": { "model": "github-copilot/gemini-3-flash-preview", "disable": false, "enabled": true } }Diagnostics
Config paths
{ "configDir": "~/.config/opencode", "opencodeConfig": "~/.config/opencode/opencode.jsonc", "opencodeConfigFormat": "jsonc", "magicContextConfig": "~/.config/opencode/magic-context.jsonc", "tuiConfig": "~/.config/opencode/tui.json", "tuiConfigFormat": "json", "omoConfig": null }magic-context.jsonc flags
{ "$schema": "https://raw.githubusercontent.com/cortexkit/magic-context/master/assets/magic-context.schema.json", "historian": { "model": "github-copilot/claude-sonnet-4.6" }, "dreamer": { "model": "github-copilot/claude-sonnet-4.6", "pin_key_files": { "enabled": true }, "disable": false, "enabled": true }, "sidekick": { "model": "github-copilot/gemini-3-flash-preview", "disable": false, "enabled": true } }Plugin cache
{ "path": "~/.cache/opencode/packages/@cortexkit/opencode-magic-context@latest", "cached": "0.21.8", "latest": "0.21.8" }Storage
{ "path": "~/.local/share/cortexkit/magic-context", "exists": true, "context_db_size": "2.1 MB" }Recent sessions
No recent OpenCode sessions found (or OpenCode DB unavailable on this runtime).
Historian dumps
(Metadata only — XML content is not included in this report.)
Dumps are stored per-project under
<project>/.opencode/magic-context/historian/.{ "byProject": [], "legacyDumps": { "dir": "/var/folders/5w/vlf9gkkj5lnd91bqqkvkn49c0000gn/T/opencode/magic-context/historian", "count": 0, "recent": [] } }