amazon-transcreation/backend/app
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
..
api Add confidence breakdown to dashboard job cards, default client to Amazon 2026-04-10 20:09:29 -04:00
auth feat: wire analytics to real data and add audit logging across all endpoints 2026-04-10 17:17:14 -04:00
llm Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
models Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
pipeline Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
schemas Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
services Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
tasks Fix markdown table parser losing backtranslations/rationales, add model selection, update help page 2026-04-14 12:40:17 -04:00
ws feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
__init__.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
config.py feat: add production deployment, fix auth flow, add nginx reverse proxy 2026-04-10 12:53:48 -04:00
dependencies.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00
main.py feat: complete Phase 1-2 scaffold — backend, frontend, pipeline skeleton 2026-04-10 12:31:43 -04:00