Skip to content

v0.3.2: Arctic Shift Endpoint Fix, Fail-Fast OAuth & Extended Timeouts

Choose a tag to compare

@ismailsaoulaj ismailsaoulaj released this 19 Aug 13:34
· 34 commits to main since this release

๐Ÿš€ What's New in v0.3.2

๐Ÿ› ๏ธ Bug Fixes & Improvements

  • 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.