amazon-transcreation/backend/alembic/versions
DJP d5fa4e49f7 Fix markdown table parser losing backtranslations/rationales, add model selection, update help page
The V25 table has duplicate column names (Backtranslation x3, Rationale x3).
The dict-based parser collapsed these — only the last value survived (Option 3's
"N/A"), causing all BT/rationale fields to be "N/A" in the output Excel.

Fixed by switching to positional list-based parsing instead of dicts.

Also adds per-job model selection (Sonnet 4.6 / Opus 4.6) through the full
stack: DB column, API schema, job wizard UI dropdown, pipeline contracts, and
LLM client with model-aware cost tracking. Includes Alembic migration.

Updated help page and README to reflect single-agent pipeline, multi-TM
selection, flat locale grid, model selector, and linguistic summary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 12:40:17 -04:00
..
.gitkeep feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
63181f0dd8e4_add_progress_and_current_stage_to_.py feat: add real-time progress tracking and admin job deletion 2026-04-10 16:18:59 -04:00
a1b2c3d4e5f6_add_tm_channels_to_jobs.py Implement standalone agent feedback: consolidated locale selector, multi-TM selection, single-agent pipeline, and linguistic summary 2026-04-14 12:09:51 -04:00
b2c3d4e5f6a7_add_llm_model_to_jobs.py Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
d4a016fd0817_initial_schema.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00