MicroFish/backend/app
ghostubborn 7c07237544 fix(i18n): pass locale to background threads via thread-local storage
Background threads (graph building, simulation prep, report generation,
profile generation) now inherit the requesting user's locale preference.
Previously these fell back to 'zh' because Flask request context was
unavailable in spawned threads.
2026-04-01 16:55:51 +08:00
..
api fix(i18n): pass locale to background threads via thread-local storage 2026-04-01 16:55:51 +08:00
models feat(i18n): replace hardcoded Chinese in backend SSE progress messages 2026-04-01 16:32:10 +08:00
services fix(i18n): pass locale to background threads via thread-local storage 2026-04-01 16:55:51 +08:00
utils fix(i18n): pass locale to background threads via thread-local storage 2026-04-01 16:55:51 +08:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py fix(config): enable overriding of environment variables when loading .env file 2026-01-23 16:20:24 +08:00