Skip to content

Commit 68cf426

Browse files
committed
feat: sync oh-my-opencode.json
1 parent 17ac3ad commit 68cf426

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ Config file location:
167167

168168
### Always synced:
169169
- `opencode.json` / `opencode.jsonc` - Main config
170+
- `oh-my-opencode.json` - Oh My OpenCode config
170171
- `AGENTS.md` - Global rules
171-
- `agent/`, `command/`, `skill/`, `mode/`, `themes/` - Custom extensions
172+
- `agent/`, `command/`, `skill/`, `mode/`, `themes/`, `plugin/` - Custom extensions
172173

173174
### Optional (encrypted):
174175
- `auth.json` - OAuth tokens (requires `sync.includeAuth: true`)

internal/paths/paths.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func (p *Paths) SyncableOpenCodePaths() []string {
8282
return []string{
8383
filepath.Join(p.OpenCodeConfigDir, "opencode.json"),
8484
filepath.Join(p.OpenCodeConfigDir, "opencode.jsonc"),
85+
filepath.Join(p.OpenCodeConfigDir, "oh-my-opencode.json"),
8586
filepath.Join(p.OpenCodeConfigDir, "AGENTS.md"),
8687
filepath.Join(p.OpenCodeConfigDir, "agent"),
8788
filepath.Join(p.OpenCodeConfigDir, "command"),

0 commit comments

Comments
 (0)