Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcebot-dev/sourcebot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sourcebot-dev/sourcebot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cursor/fix-network-error-banner-884f
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 21, 2026

  1. fix(web): auto-hide error banner when chat error is cleared

    The error banner visibility was only set to true when an error occurred,
    but was never automatically hidden when the error state was cleared. This
    caused stale 'Network error' banners to persist even after a new request
    started successfully.
    
    Now the banner visibility is properly synchronized with the error state:
    - When error is truthy: banner is visible
    - When error is falsy: banner is hidden
    
    This ensures that benign transient errors that get cleared by the AI SDK
    (e.g. when a new request starts) no longer leave lingering error banners.
    
    Fixes SOU-2018
    
    Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
    cursoragent and msukkari committed Aug 21, 2026
    Configuration menu
    Copy the full SHA
    48bc44a View commit details
    Browse the repository at this point in the history
  2. docs: add CHANGELOG entry for error banner fix

    Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
    cursoragent and msukkari committed Aug 21, 2026
    Configuration menu
    Copy the full SHA
    23efe16 View commit details
    Browse the repository at this point in the history
Loading