refactor(config): drop agent.provider

This commit is contained in:
Peter Steinberger
2025-12-26 00:43:44 +01:00
parent 8b815bce94
commit 1ef888ca23
14 changed files with 98 additions and 61 deletions

View File

@@ -730,7 +730,6 @@ export async function getReplyFromConfig(
const heartbeatSeconds = resolveHeartbeatSeconds(cfg, undefined);
const statusText = buildStatusMessage({
agent: {
provider,
model,
contextTokens,
thinkingDefault: agentCfg?.thinkingDefault,