← Back
Sim
Sim releases v0.6.10 with auth, database, and UI fixes
Sim Studio · releasebugfixplatform · github.com ↗

Updates

Improvements:

  • Fixed tour auto-start logic and standardized selectors for more consistent user onboarding
  • Merged UI components for mothership chat interface
  • Reverted a previous change related to abort continue options

Bug Fixes:

  • Authentication: Removed captcha from login flow and fixed signup captcha flow issues
  • Database: Updated token counter columns in user_stats to use bigint for proper handling of large token counts
  • Knowledge: Routed connector document processing through queue system instead of fire-and-forget approach for better reliability
  • UI: Constrained tooltip width and removed question mark cursor styling

Developer Impact

These fixes address core infrastructure issues affecting authentication reliability, database accuracy for token tracking, and improved UI stability. The routing of knowledge connector document processing through a queue ensures documents are processed more reliably rather than potentially being lost with the previous fire-and-forget approach.