fix(core): accept deprecated reference config key (#31659)

This commit is contained in:
Luke Parker
2026-06-10 10:32:35 +00:00
committed by GitHub
parent 97e713e8aa
commit 90fb32be30
6 changed files with 69 additions and 2 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
"$schema": "https://opencode.ai/config.json",
"provider": {},
"permission": {},
"references": {
// TODO: flip back to `references` once a release containing the v1 `reference` migration ships.
// The release pipeline runs the latest published opencode against this file, which only knows `reference`.
"reference": {
"effect": {
"repository": "github.com/Effect-TS/effect-smol",
"description": "Use for Effect v4 and effect-smol implementation details",