fix(session): simplify compaction failure message

This commit is contained in:
Shoubhit Dash
2026-05-18 15:04:30 +05:30
parent 4095839858
commit 8ce4c507a4
+1 -1
View File
@@ -1697,7 +1697,7 @@ NOTE: At any point in time through this workflow you should feel free to ask the
const error = new MessageV2.ContextOverflowError({
message:
"Automatic compaction did not reduce the session below the model context limit. Remove large or uncompressible context, clear/restart the session, or run compaction again after reducing the conversation size.",
"Automatic compaction could not reduce this session enough to continue. Please start a new session.",
}).toObject()
yield* slog.info("auto compaction blocked", { boundary })
if (input.assistant) {