arona-agent 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arona-agent",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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",