()
| 36 | export type ModelCapability = z.infer<ReturnType<typeof ModelCapabilitySchema>> |
| 37 | |
| 38 | function getCacheDir(): string { |
| 39 | return join(getClaudeConfigHomeDir(), 'cache') |
| 40 | } |
| 41 | |
| 42 | function getCachePath(): string { |
| 43 | return join(getCacheDir(), 'model-capabilities.json') |
no outgoing calls
no test coverage detected