egullickson
  • Joined on 2025-12-29
egullickson deleted branch issue-223-replace-nhtsa-vin-decode-gemini from egullickson/motovaultpro 2026-02-20 03:37:54 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-20 03:37:52 +00:00
e2e6471c5e Merge pull request 'fix: increase VIN decode timeout for Gemini cold start' (#230) from issue-223-replace-nhtsa-vin-decode-gemini into main
3b5b84729f fix: increase VIN decode timeout to 60s for Gemini cold start (refs #229)
Compare 2 commits »
egullickson merged pull request egullickson/motovaultpro#230 2026-02-20 03:37:50 +00:00
fix: increase VIN decode timeout for Gemini cold start
egullickson created pull request egullickson/motovaultpro#230 2026-02-20 03:31:46 +00:00
fix: increase VIN decode timeout for Gemini cold start
3b5b84729f fix: increase VIN decode timeout to 60s for Gemini cold start (refs #229)
egullickson deleted branch issue-223-replace-nhtsa-vin-decode-gemini from egullickson/motovaultpro 2026-02-20 03:10:51 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-20 03:10:50 +00:00
d9df9193dc Merge pull request 'feat: Replace NHTSA VIN decode with Google Gemini via OCR service (#223)' (#229) from issue-223-replace-nhtsa-vin-decode-gemini into main
781241966c chore: change google region
bf6742f6ea chore: Gemini 3.0 Flash Preview model
5bb44be8bc chore: Change to Gemini 3.0 Flash
361f58d7c6 fix: resolve VIN decode cache race, fuzzy matching, and silent failure (refs #229)
Compare 10 commits »
egullickson merged pull request egullickson/motovaultpro#229 2026-02-20 03:10:48 +00:00
feat: Replace NHTSA VIN decode with Google Gemini via OCR service (#223)
781241966c chore: change google region
bf6742f6ea chore: Gemini 3.0 Flash Preview model
5bb44be8bc chore: Change to Gemini 3.0 Flash
361f58d7c6 fix: resolve VIN decode cache race, fuzzy matching, and silent failure (refs #229)
egullickson commented on issue egullickson/motovaultpro#223 2026-02-19 03:53:33 +00:00
feat: Replace NHTSA VIN decode with Google Gemini via OCR service

Milestone: All Milestones Complete - PR Open

Phase: Review

egullickson created pull request egullickson/motovaultpro#229 2026-02-19 03:53:20 +00:00
feat: Replace NHTSA VIN decode with Google Gemini via OCR service (#223)
d96736789e feat: update frontend for Gemini VIN decode (refs #228)
f590421058 chore: remove NHTSA code and update documentation (refs #227)
5cbf9c764d feat: rewire vehicles controller to OCR VIN decode (refs #226)
3cd61256ba feat: add backend OCR client method for VIN decode (refs #225)
a75f7b5583 feat: add VIN decode endpoint to OCR Python service (refs #224)
Compare 5 commits »
egullickson commented on issue egullickson/motovaultpro#223 2026-02-19 03:48:04 +00:00
feat: Replace NHTSA VIN decode with Google Gemini via OCR service

Milestone: M1-M3 Complete

Phase: Execution