Release 0.3.0 - UX, Performance & Hugging Face Pivot#5
Merged
Conversation
- Migrate AI service to Gemini 1.5 with Google Search grounding - Implement structured JSON extraction from AI responses - Optimize UI performance with React.memo and useCallback - Secure TripViewer by re-implementing iframe whitelist for Google Maps - Update data model to v2 and implement migration logic - Fix regression tests for Navbar and TripViewer - Add unit tests for AI service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release marks a major architectural refinement and security hardening phase. After a brief trial with Gemini 1.5, we have successfully pivoted back to an enhanced Hugging Face integration while retaining all planned UX and data model improvements.
🚀 New Features & Enhancements
textareain theGenerationFormto support detailed, multi-line trip descriptions.title,start,stop,content,prompt) with a robust migration path from v1.🛡️ Security & Integrity
rehype-sanitizewith a whitelist-only policy. All raw<iframe>,<script>, and potentially malicious HTML from the AI are strictly blocked.<div>elements are not nested inside<p>tags during markdown rendering).🛠 Visual & UX Refinements
prosestyles with explicit Tailwind utility overrides. Section headers (###) now feature borders and distinct scaling.React.memoto all major presentational components to eliminate unnecessary re-renders.🧪 Quality & Documentation
specs/completed/.