arona-agent 1.1.0 → 1.1.2

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
@@ -60,7 +60,7 @@ arona doctor
60
60
  ## 环境要求
61
61
 
62
62
  - **Node.js >= 22.19.0**
63
- - **Python 3.9+(CUA需要 3.12 / 3.13)**
63
+ - **Python 3.12 / 3.13**
64
64
 
65
65
  ---
66
66
 
@@ -92,7 +92,7 @@ arona doctor
92
92
  | `cuaApiKey` | Cua API Key | — |
93
93
  | `tavilyApiKey` | Tavily API Key | — |
94
94
  | `pythonPath` | Python 路径 | `python3` |
95
- | `autoReadSkills` | 启动时自动从 `~/.agents` 补全缺失的Skill | `true` |
95
+ | `autoLoadSkills` | 启动时自动从 `~/.agents` 补全缺失的Skill | `true` |
96
96
  | `mcpServers` | MCP 服务器 JSON | `{}` |
97
97
 
98
98
  模型名前缀自动检测:若 `model` 不含 `/`,按模型名前缀或 `apiBaseUrl` 域名自动补 `provider/`。
package/README_en.md CHANGED
@@ -89,7 +89,7 @@ All configuration lives in the JSON file `~/.arona/settings.json`, mostly genera
89
89
  | `cuaApiKey` | Cua API key | — |
90
90
  | `tavilyApiKey` | Tavily API key | — |
91
91
  | `pythonPath` | Python path | `python3` |
92
- | `autoReadSkills` | Automatically load missing Skills from `~/.agents` on startup | `true` |
92
+ | `autoLoadSkills` | Automatically load missing Skills from `~/.agents` on startup | `true` |
93
93
  | `mcpServers` | MCP server JSON | `{}` |
94
94
 
95
95
  Model prefix auto-detection: if `model` contains no `/`, a `provider/` prefix is added automatically based on the model name prefix or the `apiBaseUrl` domain.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arona-agent",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Terminal AI Agent with desktop pet Arona — eye-tracking pupils, voice cloning, Computer Use, TTS/STT, MCP.",
5
5
  "license": "MIT",
6
6
  "type": "module",