Skip to content

Antigravity CLI repeats previous assistant responses in subsequent Discord replies #904

@partypeopleland

Description

@partypeopleland

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

  1. Mention the bot in Discord to start a conversation.
  2. Send a few follow-up messages.
  3. Observe that each later reply includes earlier assistant responses again.

Actual Behavior

The assistant output accumulates across turns.

Example:

First reply:

AAA

Second reply:

AAA
BBB

Third reply:

AAA
BBB
CCC

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

Image Image

v0.8.4-beta.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already existsp2Medium — planned workreproducible

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions