diff --git a/src/config/schema/keyword-detector.ts b/src/config/schema/keyword-detector.ts index f47bc54d4..01003828f 100644 --- a/src/config/schema/keyword-detector.ts +++ b/src/config/schema/keyword-detector.ts @@ -1,6 +1,6 @@ import { z } from "zod" -export const KeywordTypeSchema = z.enum(["ultrawork", "search", "analyze", "team"]) +export const KeywordTypeSchema = z.enum(["ultrawork", "search", "analyze", "team", "hyperplan"]) export type KeywordType = z.infer export const KeywordDetectorConfigSchema = z.object({