Kunthawat Greethong
bf14c56944
fix: translate ONTOLOGY_SYSTEM_PROMPT from Chinese to English
2026-06-17 15:32:47 +07:00
Kunthawat Greethong
e766bc625a
fix: translate all Chinese prompts to English in zep_tools.py
...
- Interview prompt prefix: Chinese -> English
- Sub-query decomposition: Chinese -> English
- Agent selection: Chinese -> English
- Interview questions: Chinese -> English
- Interview summary: Chinese -> English
- Error messages: Chinese -> English
- to_text() labels: Chinese -> English
This ensures get_language_instruction() actually controls output language
instead of being overridden by Chinese prompt context.
2026-06-17 15:28:00 +07:00
Kunthawat Greethong
8a09a49029
feat: add Thai language support (100% Thai UI)
...
- Add locales/th.json with 629 translated keys
- Add Thai to languages.json with llmInstruction for report generation
- Backend auto-loads new locale files from locales/ directory
2026-06-17 12:38:33 +07:00
Kunthawat Greethong
9f2232d40b
feat: support cross-origin deployment with VITE_API_BASE_URL
...
- Set VITE_API_BASE_URL=https://opinion-api.moreminimore.com for
frontend-backend split deployment
- Vite proxy also uses API_BACKEND_URL env var as target
- Falls back to same-origin proxy for local dev
2026-06-17 12:11:22 +07:00
Kunthawat Greethong
aadc11ad83
fix: use relative baseURL so API calls go through vite proxy
...
When deployed behind a reverse proxy (e.g. opinion.moreminimore.com),
hardcoding http://localhost:5001 causes the browser to try connecting
to the user's own machine. Empty baseURL + vite proxy fixes this.
2026-06-17 12:08:04 +07:00
Kunthawat Greethong
cbe861ff27
fix: use allowedHosts=true (boolean), disable open in container
2026-06-17 11:57:24 +07:00
Kunthawat Greethong
26cdd14881
fix: use VITE_ALLOWED_HOSTS env var, default to 'all'
2026-06-17 11:55:56 +07:00
Kunthawat Greethong
0cdcc79125
fix: allow all hosts in vite dev server
2026-06-17 11:47:38 +07:00
Kunthawat Greethong
3ea51d906a
fix: allow opinion.moreminimore.com host in vite config
2026-06-17 11:46:59 +07:00
Kunthawat Greethong
f395309207
feat: add DeepSeek and Xiaomi MiMo LLM provider presets
...
- Add providers.py with 5 provider presets (OpenAI, DeepSeek, Xiaomi MiMo, Alibaba DashScope, MiniMax)
- Add LLM_PROVIDER env var for one-line provider switching
- Improve <think> tag stripping for reasoning models
- Add .env.example with documented configuration
- Update README with provider configuration section
2026-06-17 11:13:34 +07:00
BaiFu
96096ea0ff
Merge pull request #640 from lllopic/fix/add-type-hints-and-helper-method
...
refactor: add type hints and FileParser.is_supported() helper
2026-05-25 00:48:57 +08:00
666ghj
3f4d56116c
fix(backend): constrain Python version to 3.11-3.12
2026-05-24 22:59:36 +08:00
BaiFu
db1bc144ff
Merge pull request #641 from YunyueLi/docs/readme-polish
...
docs(readme): fix typo in Shanda logo alt text
2026-05-24 02:02:46 +08:00
YunyueLi
faa151131c
docs(readme): fix typo in Shanda logo alt text
...
The Shanda sponsor logo's alt text was `666ghj%2MiroFish | Shanda`,
missing the `F` from the URL-encoded `/`. Every other badge in both
READMEs uses the correct `666ghj%2FMiroFish`. Bring this one in line
with the rest.
2026-05-23 16:30:55 +08:00
lllopic
daec4b6be4
refactor: add type hints and FileParser.is_supported() helper
...
- Add return type annotation (list[str]) to Config.validate()
- Add type annotations (msg: str, -> None) to logger convenience functions
- Add FileParser.is_supported() classmethod for checking file format support
2026-05-23 14:57:46 +08:00
666ghj
fa0f6519b1
docs: rename README-EN.md to README.md as default English documentation
2026-04-02 16:52:29 +08:00
666ghj
0e9420e0f8
docs: rename README.md to README-ZH.md for Chinese documentation
2026-04-02 16:52:29 +08:00
BaiFu
7d07fb7f03
Merge pull request #440 from Ghostubborn/fix/security-deps
...
fix(security): 修复前端 3 个高危依赖漏洞
2026-04-02 15:17:46 +08:00
ghostubborn
223b283da7
fix(security): upgrade axios, rollup, picomatch to fix 3 high severity vulnerabilities
2026-04-02 15:00:33 +08:00
BaiFu
af71244974
Merge pull request #428 from Ghostubborn/feat/i18n
...
feat(i18n): 添加多语言切换功能,支持中英文
2026-04-02 14:27:04 +08:00
ghostubborn
ed465908db
fix(i18n): set HTML lang attribute before Vue mounts via inline script
2026-04-02 14:21:09 +08:00
ghostubborn
65df257e19
chore(deps): upgrade vue-i18n from v9 to v11
2026-04-02 14:20:50 +08:00
ghostubborn
f2404903d6
fix(i18n): validate Accept-Language header against registered locales
2026-04-02 14:20:15 +08:00
ghostubborn
2421010fe1
fix(i18n): fix English workflow desc font size with correct CSS selectors
2026-04-01 19:11:22 +08:00
ghostubborn
3929c3ade2
fix(i18n): further shorten English metrics and improve workflow layout
2026-04-01 19:07:19 +08:00
ghostubborn
21922da6cc
fix(i18n): improve English layout for homepage left-pane and report title
...
- Add sans-serif font for English left-pane (status, workflow sections)
- Shorten English workflow step descriptions
- Reduce English report title font-size from 36px to 28px
2026-04-01 19:04:38 +08:00
ghostubborn
c6cafdd532
fix(i18n): translate world1/world2 platform labels in interview tool display
2026-04-01 18:38:22 +08:00
ghostubborn
5072a2eaa8
feat(i18n): replace Chinese UI text in Step4Report.vue render functions
...
Only UI display text is replaced. Regex parsing patterns are kept as-is
since they match the backend output format.
2026-04-01 18:35:18 +08:00
ghostubborn
6db3f98a48
fix(i18n): fix English homepage layout with proper font and shorter copy
...
- Use sans-serif font for English titles, descriptions and navbar
- Shorten English hero text to avoid overflow
- Fix :global() scoped CSS issue that was setting root font-size to 3.5rem
- Use separate unscoped style block for html[lang] selectors
2026-04-01 18:04:05 +08:00
ghostubborn
24e9bee5be
feat(i18n): replace all user-visible Chinese logger messages in zep_tools.py
...
These are shown to users via ConsoleLogger in the report page.
2026-04-01 17:46:39 +08:00
ghostubborn
e79569ab4f
feat(i18n): replace all user-visible Chinese in report_agent.py
...
Covers ReportLogger message fields and logger messages shown via ConsoleLogger.
2026-04-01 17:44:52 +08:00
ghostubborn
1d358fc492
feat(i18n): replace expand/collapse Chinese text in Step4Report.vue
2026-04-01 17:44:45 +08:00
666ghj
e3350a919d
fix(graph): enforce PascalCase for entity names and SCREAMING_SNAKE_CASE for edge names in ontology validation
2026-04-01 17:42:27 +08:00
ghostubborn
380e456d41
fix(i18n): replace hardcoded Chinese stage names in simulation prepare SSE
2026-04-01 17:31:00 +08:00
ghostubborn
3a8451c119
feat(i18n): replace remaining hardcoded Chinese in frontend addLog calls
2026-04-01 17:21:55 +08:00
ghostubborn
0e55e4cf6b
feat(i18n): replace remaining Chinese in config generator and profile generator
...
Also update simulation prompts to be locale-neutral for timezone/schedule.
2026-04-01 17:19:12 +08:00
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
ghostubborn
592ee52f59
feat(i18n): replace remaining hardcoded Chinese in progress callbacks
2026-04-01 16:53:29 +08:00
ghostubborn
da2490ec31
fix(i18n): protect JSON field values from language instruction in config generator
...
Ensure poster_type stays PascalCase English and stance stays English enum
values regardless of language setting. Only natural language fields follow
the user's language preference.
2026-04-01 16:41:22 +08:00
ghostubborn
97aa58384e
fix(i18n): ensure ontology names stay PascalCase regardless of language setting
...
The language instruction was causing LLM to change entity/relation naming
conventions. Now explicitly enforce PascalCase/UPPER_SNAKE_CASE for technical
identifiers while only applying language preference to description fields.
2026-04-01 16:40:17 +08:00
ghostubborn
e1db8bacc2
feat(i18n): replace hardcoded Chinese in frontend addLog() messages
2026-04-01 16:35:35 +08:00
ghostubborn
9d43b77511
feat(i18n): replace hardcoded Chinese in backend SSE progress messages
2026-04-01 16:32:10 +08:00
ghostubborn
ffe6369c52
fix(i18n): fix curly quotes in Home.vue and remove unused dark theme from LanguageSwitcher
2026-04-01 16:23:52 +08:00
ghostubborn
f75c6487b3
fix(i18n): replace remaining hardcoded language directives in LLM prompts
...
- oasis_profile_generator: replace hardcoded "使用中文" with dynamic get_language_instruction()
- ontology_generator: remove hardcoded "(中文)" from schema annotation
- report_agent: replace Chinese-specific language consistency rules with language-neutral ones
- zep_tools: dynamically select quote style based on locale
2026-04-01 15:55:04 +08:00
ghostubborn
fbaa3dbbeb
fix(i18n): fix curly quotes and missing @ alias in vite config
2026-04-01 15:45:43 +08:00
ghostubborn
fc47ae81b5
feat(i18n): replace hardcoded Chinese in frontend components with i18n calls
...
Replace all user-visible hardcoded Chinese strings in 7 component files
with $t() / t() calls using vue-i18n:
- Step1GraphBuild: ontology generation, graph build, status badges
- Step2EnvSetup: simulation setup, agent personas, platform config,
time config, initial activation, modal profile details
- Step3Simulation: report generation button
- Step4Report: section loading text, interaction button
- Step5Interaction: chat interface, survey UI, tool descriptions,
error messages, agent selection
- GraphPanel: graph status hints, loading states, tooltips
- HistoryDatabase: history cards, modal, replay buttons
Added missing translation keys to both zh.json and en.json locale files.
Added useI18n imports to components that need script-level translations.
2026-04-01 15:43:11 +08:00
ghostubborn
70833821a2
feat(i18n): replace hardcoded Chinese in frontend views with i18n calls
2026-04-01 15:36:29 +08:00
ghostubborn
74f673a238
feat(i18n): replace hardcoded Chinese in backend API responses with t() calls
2026-04-01 15:32:24 +08:00
ghostubborn
3d5e5d024d
feat(i18n): add language switcher component to navigation
2026-04-01 15:24:58 +08:00
ghostubborn
8f6110df0f
feat(i18n): inject language instruction into LLM system prompts
2026-04-01 15:24:12 +08:00