ac-tool/backend/server/api
Vadym Samoilenko 5231c8bd37 Fix AI model, Language/Country mapping, and Handsontable rendering
- GEMINI_MODEL for AI commands: gemini-2.0-flash-exp → gemini-3-flash-preview
- Language/Country: handle plain 2-letter codes (EN→Language, UK→Country)
  and "EN-UK" split format; previously only split format worked
- Handsontable black screen: add min-h-0 on flex-1 container so height:100%
  resolves correctly inside the flexbox chain

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 16:38:38 +00:00
..
__init__.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
admin.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
ai_command.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
auth.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
config.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
dropdowns.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
export.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
jobs.py Fix AI model, Language/Country mapping, and Handsontable rendering 2026-03-23 16:38:38 +00:00
sheets.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00