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