subh05sus pushed two refactoring commits to main, tidying up code formatting (adding semicolons, consistent imports and spacing) in route.ts and replacing the old verifyApiToken flow with NextAuth’s getServerSession for user authentication. These updates streamline the chat search API and improve overall code consistency.

refactor: clean up code formatting and improve consistency in route.ts - subh05sus/cosmyc-ai