Description
While testing Antigravity CLI through Discord mention-based conversations, I noticed that later replies keep re-sending content from previous turns. This makes the output grow cumulatively instead of returning only the current turn’s response.
Steps to Reproduce
- Mention the bot in Discord to start a conversation.
- Send a few follow-up messages.
- Observe that each later reply includes earlier assistant responses again.
Actual Behavior
The assistant output accumulates across turns.
Example:
First reply:
Second reply:
Third reply:
Expected Behavior
Each reply should only contain the response for the current turn, without repeating previous assistant outputs.
Notes
This may indicate either:
conversation history is being appended incorrectly, or
the response buffer is being merged into subsequent turns.
Environment
OpenAB 0.8.4-beta.2
Screenshots / Logs
v0.8.4-beta.2
Description
While testing Antigravity CLI through Discord mention-based conversations, I noticed that later replies keep re-sending content from previous turns. This makes the output grow cumulatively instead of returning only the current turn’s response.
Steps to Reproduce
Actual Behavior
The assistant output accumulates across turns.
Example:
First reply:
Second reply:
Third reply:
Expected Behavior
Each reply should only contain the response for the current turn, without repeating previous assistant outputs.
Notes
This may indicate either:
conversation history is being appended incorrectly, or
the response buffer is being merged into subsequent turns.
Environment
OpenAB 0.8.4-beta.2
Screenshots / Logs
v0.8.4-beta.2