atomix-cli 1.4.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,17 @@ atomix model # 模型配置管理:list | add | use <名称> | q
29
29
 
30
30
  首次运行会进入模型配置向导,配置保存在 `~/.atomix/model.conf`。
31
31
 
32
+ ### 界面语言
33
+
34
+ 界面文案支持 `zh-CN` / `en-US`,优先级:`--lang` > 环境变量 `ATOMIX_LANG` > `~/.atomix/config.json` 的 `locale` > 系统 `LC_ALL` / `LC_MESSAGES` / `LANG` > `en-US`。
35
+
36
+ ```bash
37
+ atomix --lang en-US # 本次启动用英文
38
+ ATOMIX_LANG=zh-CN atomix # 环境变量
39
+ ```
40
+
41
+ 会话内 `/lang` 查看当前语言与来源,`/lang en-US` 写入 `config.json`,重启会话生效。界面语言只影响 atomix 自己的界面文案:atomix 内置的系统提示段、工具描述与占位符恒为英文;你写的 `rules.md` / `AGENTS.md` / 记忆与人设文件原样注入,不做翻译;模型的回复语言由对话本身决定,不跟随界面语言。
42
+
32
43
  ## 程序化调用
33
44
 
34
45
  任何外部程序(辩论 / 面试 / 桌游模拟器……)都可以指定 harness、权限模式、工作目录和可累积的会话来调用 agent: