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
Fixed Arctic Shift Endpoint: Resolved a breaking fallback issue by updating the batch posts endpoint from /posts/search to /posts/ids, completely restoring zero-config search and topic exploration without OAuth credentials.
Fail-Fast OAuth Verification: Added pre-flight token validation in RedditClient.search(). Invalid or expired credentials now trigger the zero-config fallback immediately (~0.5s) instead of wasting time on unauthenticated upstream requests.
Extended Fallback Timeouts: Increased tool execution timeouts from 15s to 25s for web-search tools (search_knowledge and explore_reddit_discussions) to gracefully handle search provider and multi-engine latency without premature timeouts.
Regression Testing: Added dedicated unit tests verifying the /posts/ids endpoint to prevent future API regressions.