fix: preserve context window during resume preset refresh (#1353)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Cameron
2026-03-11 14:51:13 -07:00
committed by GitHub
parent e1b9c6701c
commit 0a07bf7343
4 changed files with 31 additions and 5 deletions

View File

@@ -918,6 +918,7 @@ export async function handleHeadlessCommand(
agent.id,
presetRefresh.modelHandle,
resumeRefreshUpdateArgs,
{ preserveContextWindow: true },
);
}
}