ac-tool/backend
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
..
core Revert Google model to gemini-3.1-pro-preview 2026-03-23 15:53:12 +00:00
data Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
prompts Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
server Fix AI model, Language/Country mapping, and Handsontable rendering 2026-03-23 16:38:38 +00:00
.gitignore Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
hypercorn.toml Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
requirements.txt Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_server.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00