Add Chinese UI localization and light theme support#68
Open
MoringstarsH wants to merge 3 commits into
Open
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 隔离和旧参数不再出现。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.