()
| 79 | let persistSeedLoaded = false; |
| 80 | |
| 81 | function persistFilePath(): string { |
| 82 | return join(getMagicContextStorageDir(), `model-context-limits-${getHarness()}.json`); |
| 83 | } |
| 84 | |
| 85 | /** Seed apiCache from the persisted last-known-good file once per process, only |
| 86 | * when apiCache hasn't been warmed yet. Values are sane-filtered on load so a |
no test coverage detected