launch/opencode: use inline config (#15462)

This commit is contained in:
Eva H
2026-04-13 13:41:31 -07:00
committed by GitHub
parent 5dfac387a6
commit f3cf6b75fb
3 changed files with 748 additions and 804 deletions

View File

@@ -26,7 +26,7 @@ func TestEditorRunsDoNotRewriteConfig(t *testing.T) {
binary: "opencode",
runner: &OpenCode{},
checkPath: func(home string) string {
return filepath.Join(home, ".config", "opencode", "opencode.json")
return filepath.Join(home, ".local", "state", "opencode", "model.json")
},
},
{