fix: refine bootstrap injections

This commit is contained in:
Peter Steinberger
2026-01-07 10:03:50 +00:00
parent 412990a139
commit e8420bd047
8 changed files with 98 additions and 82 deletions

View File

@@ -66,7 +66,10 @@ export async function getStatusSummary(): Promise<StatusSummary> {
const linked = await webAuthExists(account.authDir);
const authAgeMs = getWebAuthAgeMs(account.authDir);
const heartbeatSeconds = resolveHeartbeatSeconds(cfg, undefined);
const providerSummary = await buildProviderSummary(cfg);
const providerSummary = await buildProviderSummary(cfg, {
colorize: true,
includeAllowFrom: true,
});
const queuedSystemEvents = peekSystemEvents();
const resolved = resolveConfiguredModelRef({