mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 10:16:03 +00:00
fix(core): accept deprecated reference config key (#31659)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user