fix(core): restore catalog status schema export
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user