agentgui 1.0.254 → 1.0.255

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.254",
3
+ "version": "1.0.255",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
@@ -2217,6 +2217,8 @@ class AgentGUIClient {
2217
2217
  this.cacheCurrentConversation();
2218
2218
  this.stopChunkPolling();
2219
2219
  if (this.renderer.resetScrollState) this.renderer.resetScrollState();
2220
+ this._userScrolledUp = false;
2221
+ this._removeNewContentPill();
2220
2222
  var prevId = this.state.currentConversation?.id;
2221
2223
  if (prevId && prevId !== conversationId) {
2222
2224
  if (this.wsManager.isConnected && !this.state.streamingConversations.has(prevId)) {