Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 04:52
· 1 commit to main since this release

Added

  • AI-powered CSV import pipeline with OpenAI Structured Outputs and Zod validation
  • Versioned prompts (v1 baseline, v2 active) with header bank and few-shot examples
  • Streaming CSV parse, batched AI calls with retry, bisection, and token accounting
  • Async import jobs with SSE progress and polling fallback
  • Optional Supabase Postgres persistence via Drizzle ORM
  • Next.js 15 frontend: upload → preview → progress → result flow
  • Golden-set AI evaluation harness (16 rows)
  • 185 unit/component tests + Playwright E2E journeys
  • Docker Compose, Railway, and Vercel deployment configs
  • GitHub Actions CI: lint, typecheck, test, build, audit, E2E

Full Changelog: https://github.com/habinrahman/AI-CSV-IMPORTER/commits/v0.1.0