mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
fix(session): simplify compaction failure message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user