chat context not send (sometimes) #12481
Unanswered
f1-outsourcing
asked this question in
Help
Replies: 1 comment
-
|
This is a known behavior in Continue related to how context compaction works. The full chat history is NOT always sent — Continue uses a sliding window or truncation strategy when the context gets large, which can cause older messages to be dropped silently. Why it happens:
How to fix / verify:
Workaround: Manually trigger compact before long sessions to keep context under control rather than letting Continue truncate silently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I assume that the whole chat is send as context, since you can 'compact' it. But looks like sometimes this is sometimes not happening.
previous message not included:

single message:

Beta Was this translation helpful? Give feedback.
All reactions