You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: persist URL across status_set calls until explicitly replaced
Previously, calling status_set without a URL would clear the stored URL.
Now, the URL persists until explicitly replaced with a different URL.
- Updated StreamingMessageAggregator to preserve previous URL
- Updated test to verify URL persistence behavior
- Clarified tool description
0 commit comments