Rework indexing of the Official Baseball Rules (OBR) for the MLB ruleset to better encompass subsections and comments.
Migration of the vector database from Pinecone to Netlify DB (Neon) to improve performance and simplify the architecture.
Fix contact us page. new error noted due to DNS server settings
Add additional glossary terms.
After migration to vector database we should be able to store questions/answers in Neon for sharing
Implement a user feedback scoring system. That the ai can learn from.
Add NFHS ruleset
Version 0.9.3.1 - September 5, 2025
Fixed multistep search
created sub-query search optimization
implemented multi-rule answering and analysis
Version 0.9.3 - September 5, 2025
Migrated to Netlify DB (Neon): changed vector databasing to JSONB, integrated new arrays. Overall improvement of rule accuracy
Upgraded to Gemini 2.0: New gemini 2.0 adds faster and more accurate responses but at the moment we need to rework the instructions to keep the old personality
Version 0.9.2 - September 4, 2025
Contact Page Fixed: Resolved an issue with the contact form by adding the necessary reCAPTCHA script and debugging the serverless email function. Fixed environmental variables.
Share Feature Re-enabled: Re-implemented the "Share" button and sharable link functionality. (Note: This feature currently shares the question, which is then re-run by the AI to generate the answer).
Version 0.9.1 - September 2, 2025
Upgraded AI Reasoning Engine : Implemented an advanced AI system that allows for analysis of all topk results. The assistant now retrieves an initial set of possible rules and then uses a second reasoning step to analyze those results for direct relevance to the user's question.
This enhancement significantly improves the accuracy of rule interpretations, provides better analysis of slang, and reduces the chance of the AI citing an incorrect rule.
Version 0.9.0 - August 31, 2025
New Rulebook Added: The Official Baseball Rules (OBR) for MLB have been added to the AI's knowledge base.
Glossary Integration: A comprehensive glossary of baseball slang and terms has been added. The AI now uses this glossary to understand user questions better before searching the official rulebooks.
Version 0.8.1 - July 31, 2025
Social Media & Sharing: Fixed an issue with the link-sharing image and added the necessary Open Graph (og:type) meta tags to ensure links shared on social media have a clean, professional appearance.
Version 0.8.0 - July 31, 2025
AI Search Upgrade (Multi-Query Retrieval): Implemented an advanced search technique where the AI generates multiple, diverse search queries for each user question. This significantly improves the accuracy and relevance of the retrieved rulebook sections.
Enhanced Rule Knowledge: The AI's core prompt has been updated with a deeper, more specific knowledge base for Rule 2 (Definitions) and Rule 9 (Pitching).
New "Situation" Feature: Users can now get interpretations for complex scenarios by starting their question with the word "Situation," prompting the AI to provide a more detailed analysis.
Version 0.7.0 - July 30, 2025
Security Enhancement: Integrated Google reCAPTCHA v3 on the contact form and main "Ask" button to protect against spam and bots.
Changelog Page Added: Created this changelog webpage and added all major tracked changes.
Sharing Feature Update: Temporarily removed the "Share" button due to a conflict with reCAPTCHA v3. This feature will be re-introduced in a future update.
Version 0.6.0 - July 29, 2025
Sharing Feature Added: Implemented a "Share" button that allows users to get a direct, shareable link to any answer generated by the AI.
Version 0.5.0 - July 28, 2025
Analytics Integration: Added Google Analytics to the website to track page views and user engagement.
Implemented custom event tracking for the sponsorship banner to monitor clicks.
Version 0.4.0 - July 27, 2025
Monetization & Contact Features: Added a sponsorship banner to the website.
Created a functional contact page with a secure backend that forwards inquiries to a private email address.
Version 0.3.0 - July 26, 2025
Multi-Ruleset Support: Implemented a dropdown menu allowing users to select between NCAA, NFHS, and MLB rulesets.
Upgraded the AI's core logic to switch between different expert personas based on the user's selection.
Version 0.2.0 - July 25, 2025
Core AI Model Implemented: Transitioned from a complex RAG system to a more fluid, non-RAG "Expert Persona" model.
Developed the initial `ask-gemini.js` serverless function to handle direct communication with the Google AI API.
Version 0.1.0 - July 24, 2025
Initial Launch: Basic website structure with HTML, CSS, and JavaScript was created.
Project was set up with Git and deployed to Netlify under the roboump.app domain.