a2ui-project / a2ui-project/a2ui
simple_chat: Agent appends onto text from a prior turn instead of adding new text at end of chat when responding to user
- 主要语言
- TypeScript
- 星标
- 16.4k
- 派生
- 1.3k
- 平均合并
- 2 天 13 小时
- 30 天内合并 PR
- 134
描述
_↴ Ported from [flutter/genui#982](https://github.com/flutter/genui/issues/982) — originally opened by [andrewkolos](https://github.com/andrewkolos) on 2026-06-24._
_Original labels: front-line-handled_
---
Reproduced on ffde58489f8e976288feb2ef4d6110515c58d269. Possibly related: https://github.com/flutter/genui/issues/517
Notice the part of the initial text starting with "Acknowledged!".
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.
贡献指南
调研方向
The issue is about a chat agent incorrectly appending to prior text instead of adding new text at the end. Start by examining the chat UI component and the state management for message history, likely in a file handling chat turns or agent responses. Look for the logic that concatenates or displays messages. The linked issue #517 may provide context. Test by reproducing the bug in the chat interface to see the 'Acknowledged!' text behavior.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- flutter, typescript
- 领域
- frontend, mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100