After activating any plugin in the 21st desktop UI, when I start the `claude doctor` in a terminal, it gives error in `settings.json` ``` Invalid Settings /home/user/.claude/settings.json └ enabledPlugins: Expected record, but received array ``` The error in json file is here: ``` ... "enabledPlugins": [ "claude-plugins-official:jdtls-lsp", "zai-coding-plugins:glm-plan-usage", "claude-plugins-official:context7", "claude-plugins-official:claude-md-management", "claude-plugins-official:code-simplifier" ], ... ``` 21st-desktop version: 0.0.84 (linux Zorin OS 18) Claude Code v2.1.58 (stable)
After activating any plugin in the 21st desktop UI, when I start the
claude doctorin a terminal, it gives error insettings.jsonThe error in json file is here:
21st-desktop version: 0.0.84 (linux Zorin OS 18)
Claude Code v2.1.58 (stable)