arona-agent 1.1.1 → 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 +1 -1
- package/README_en.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ arona doctor
|
|
|
92
92
|
| `cuaApiKey` | Cua API Key | — |
|
|
93
93
|
| `tavilyApiKey` | Tavily API Key | — |
|
|
94
94
|
| `pythonPath` | Python 路径 | `python3` |
|
|
95
|
-
| `
|
|
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
|
-
| `
|
|
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.
|