MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / validateFeatureHeader

Function validateFeatureHeader

apps/web/src/lib/feature-detection.ts:46–50  ·  view source on GitHub ↗
(headerValue: string | null)

Source from the content-addressed store, hash-verified

44 'kiloclaw-embedding',
45 'openclaw-embedding',
46 'gastown',
47 'mobile-voice-input',
48 'tool-summary-translation',
49] as const;
50
51const featureSchema = z.enum(FEATURE_VALUES);
52
53export type FeatureValue = z.infer<typeof featureSchema>;

Callers 11

POSTFunction · 0.90
POSTFunction · 0.90
POSTFunction · 0.90
POSTFunction · 0.90
POSTFunction · 0.90
GETFunction · 0.90
POSTFunction · 0.90
GETFunction · 0.90
POSTFunction · 0.90
POSTFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected