()
| 1014 | } |
| 1015 | |
| 1016 | private readConfigForWrite(): KimiConfig { |
| 1017 | return readConfigFileForUpdate(this.configPath); |
| 1018 | } |
| 1019 | |
| 1020 | private reloadRuntimeConfig(): KimiConfig { |
| 1021 | const loaded = loadRuntimeConfigSafe(this.configPath); |
no test coverage detected