fix(core): restore catalog status schema export

This commit is contained in:
Dax Raad
2026-07-09 14:20:36 -04:00
parent 0ef6647a9f
commit 21d737c290
3 changed files with 3 additions and 6 deletions
@@ -1,6 +1,5 @@
import { Schema } from "effect"
// @ts-expect-error dead V1 retains the former value-style ModelsDev status re-export.
export { CatalogModelStatus } from "@opencode-ai/core/models-dev"
export const ModelStatus = Schema.Literals(["alpha", "beta", "deprecated", "active"])