| // Stub — cachedMicrocompact not included in source snapshot (feature-gated) | |
| export function isCachedMicrocompactEnabled(): boolean { | |
| return false | |
| } | |
| export function isModelSupportedForCacheEditing(_model: string): boolean { | |
| return false | |
| } | |
| export function getCachedMCConfig() { | |
| return null | |
| } | |