You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -314,7 +314,7 @@ Highly opinionated, but adjustable to taste.
314
314
See the full [Configuration Documentation](docs/configurations.md) for detailed information.
315
315
316
316
**Quick Overview:**
317
-
-**Config Locations**: `.opencode/oh-my-opencode.json` (project) or `~/.config/opencode/oh-my-opencode.json` (user)
317
+
-**Config Locations**: `.opencode/oh-my-opencode.jsonc` or `.opencode/oh-my-opencode.json` (project), `~/.config/opencode/oh-my-opencode.jsonc` or `~/.config/opencode/oh-my-opencode.json` (user)
318
318
-**JSONC Support**: Comments and trailing commas supported
319
319
-**Agents**: Override models, temperatures, prompts, and permissions for any agent
|**macOS/Linux**|`~/.config/opencode/oh-my-opencode.jsonc` (preferred) or `~/.config/opencode/oh-my-opencode.json` (fallback)|
48
48
49
49
Schema autocomplete supported:
50
50
@@ -1061,9 +1061,10 @@ Don't want them? Disable via `disabled_mcps` in `~/.config/opencode/oh-my-openco
1061
1061
1062
1062
OpenCode provides LSP tools for analysis.
1063
1063
Oh My OpenCode adds refactoring tools (rename, code actions).
1064
-
All OpenCode LSP configs and custom settings (from opencode.json) are supported, plus additional Oh My OpenCode-specific settings.
1064
+
All OpenCode LSP configs and custom settings (from `opencode.jsonc` / `opencode.json`) are supported, plus additional Oh My OpenCode-specific settings.
1065
+
For config discovery, `.jsonc` takes precedence over `.json` when both exist (applies to both `opencode.*` and `oh-my-opencode.*`).
1065
1066
1066
-
Add LSP servers via the `lsp` option in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`:
1067
+
Add LSP servers via the `lsp` option in `~/.config/opencode/oh-my-opencode.jsonc` / `~/.config/opencode/oh-my-opencode.json` or`.opencode/oh-my-opencode.jsonc` /`.opencode/oh-my-opencode.json`:
0 commit comments