Skip to content

Version 0.1.29

This release introduces the new /factcheck slash command, enabling users to verify claims through an interactive modal interface. The feature includes a smooth user experience with loading indicators, claim selection with warnings for large selections, and animated UI elements for better usability. Several bug fixes and UI improvements accompany this major addition.

New Features

  • Implemented the /factcheck slash command with claim selection modal and verification logic, including parallel fact-checking and verdict analysis (c365c9) (Eric Ma)
  • Added loading node UX to show immediate feedback during factcheck processing, with status updates and cancellation support (c365c9) (Eric Ma)
  • Enabled selecting more than five claims with an informational warning and added a toggle to select or deselect all claims (c365c9) (Eric Ma)
  • Added smooth accordion expand/collapse transitions for factcheck nodes for a polished user experience (c365c9) (Eric Ma)

Bug Fixes

  • Corrected factcheck modal element ID from claims-count to selection-count (c365c9) (Eric Ma)
  • Added padding to factcheck node content during loading state to fix spacing issues (c365c9) (Eric Ma)
  • Removed border flash when closing factcheck accordion by adjusting transition effects (c365c9) (Eric Ma)

Deprecations

  • None