Add Chinese UI localization and light theme support - #68
Conversation
更新 Kimi Code 0.6+ 的 MCP 注入方式:Kimi 不再使用已废弃的 --mcp-config-file,而是写入项目级 .kimi-code/mcp.json。 为 Kimi 的 agentchattr MCP 配置改用 bearerTokenEnvVar,并把每个实例的 token 通过 AGENTCHATTR_MCP_TOKEN 注入到各自子进程,避免多个 Kimi 同时启动时共享 mcp.json 覆盖身份。 同步更新 start_kimi.bat 和 start_kimi_yolo.bat 的启动参数与异常退出处理,并补充测试覆盖 Kimi 多实例 token 隔离和旧参数不再出现。
bcurts
left a comment
There was a problem hiding this comment.
Thanks for the translation and theme work. This PR needs to be split before it can be considered for merge.
The current diff goes substantially beyond its title and description: it includes a desktop launcher, process supervision, significant registry/identity recovery changes, additional agent support and Windows wrapper changes. It also conflicts with current main.
Please separate the translation work, theme changes, and launcher/process-management work into focused submissions with descriptions and tests that match each scope. In particular, changing the default theme is a product decision that should be reviewed independently of translation support.
Leaving this open for your response, but the combined submission is not ready to merge. This feedback concerns scope and integration readiness; it is not a full review of the new launcher architecture.
Hi! I made a set of UI improvements to make agentchattr friendlier for Chinese users and more comfortable to use in light environments.
What changed
Auto,English, and简体中文.localStorage.Validation
git diff --check.This keeps the existing static frontend structure and does not add a build step or external i18n dependency.