Skip to content

Comments

feat: improve chat interface responsiveness and testing reliability#53

Merged
olliethedev merged 4 commits intomainfrom
fix/ai-plugin-bugs-1
Feb 12, 2026
Merged

feat: improve chat interface responsiveness and testing reliability#53
olliethedev merged 4 commits intomainfrom
fix/ai-plugin-bugs-1

Conversation

@olliethedev
Copy link
Collaborator

@olliethedev olliethedev commented Feb 12, 2026

Changes in this PR:


Note

Medium Risk
Touches core chat interaction state (scrolling and message send failure rollback), which can affect conversation flow and UI behavior across apps; e2e config/test changes are low risk but may impact CI runtime.

Overview
Improves ChatInterface reliability and UX by pausing auto-scroll when the user scrolls up, resuming it when a new generation starts or a message is submitted, and exposing the chat status via data-chat-status for external observers.

Hardens chat send error handling by resetting first-message navigation state on failures and rolling back all optimistic/partial messages added during a failed send (restoring input/files). Updates Playwright smoke tests to wait for the new data-chat-status="ready" state instead of fixed timeouts, and forces the tanstack/react-router e2e projects to run single-worker/non-parallel. Bumps @btst/stack version to 2.0.1.

Written by Cursor Bugbot for commit 2e0eb35. This will update automatically on new commits. Configure here.

…y adding waitForChatReady function and adjusting Playwright config for parallel execution
@vercel
Copy link

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
better-stack-docs Ready Ready Preview, Comment Feb 12, 2026 6:49pm

Request Review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@olliethedev olliethedev merged commit 1d5acc9 into main Feb 12, 2026
5 checks passed
@olliethedev olliethedev deleted the fix/ai-plugin-bugs-1 branch February 12, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant