@right-ai/omni 0.5.14 → 0.6.0
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@right-ai/omni",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Omni — Agent 工程(终端型 AI 编程助手):流式 Agent 主循环 + 6 基础工具 + 安全护栏 + 上下文管理 + 记忆/会话/技能 + 全屏 TUI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"node": ">=18"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"omnicode-darwin-arm64": "0.
|
|
17
|
-
"omnicode-darwin-x64": "0.
|
|
18
|
-
"omnicode-linux-x64": "0.
|
|
19
|
-
"omnicode-linux-arm64": "0.
|
|
20
|
-
"@right-ai/win32-x64": "0.
|
|
16
|
+
"omnicode-darwin-arm64": "0.6.0",
|
|
17
|
+
"omnicode-darwin-x64": "0.6.0",
|
|
18
|
+
"omnicode-linux-x64": "0.6.0",
|
|
19
|
+
"omnicode-linux-arm64": "0.6.0",
|
|
20
|
+
"@right-ai/win32-x64": "0.6.0"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"agent",
|