mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
refactor(config): retire redundant settings (#113174)
* refactor(config): retire redundant settings * style: apply current formatter * chore: update plugin sdk baseline * fix: keep Codex tool caps context-aware * chore: remove stale imports * test: align WhatsApp QA debounce config * fix(config): clean up retired config checks * fix(ci): align config cleanup checks
This commit is contained in:
committed by
GitHub
parent
1603781bb0
commit
bb657eec93
@@ -629,8 +629,6 @@ export async function runCliTurnCompactionLifecycle(params: {
|
||||
reserveTokens: settingsManager.getCompactionReserveTokens(),
|
||||
toolResultMaxChars: cliCompactionDeps.resolveLiveToolResultMaxChars({
|
||||
contextWindowTokens: contextTokenBudget,
|
||||
cfg: params.cfg,
|
||||
agentId: params.sessionAgentId,
|
||||
}),
|
||||
});
|
||||
const tokenSnapshot = resolveSessionTokenSnapshot(params.sessionEntry);
|
||||
|
||||
Reference in New Issue
Block a user