@octo-cyber/ai 0.5.3 → 0.5.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octo-cyber/ai",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Octo AI module — Agent + Capability + SyncBridge + client registration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@octo-cyber/core": "^0.5.4",
26
- "@octo-cyber/auth": "^0.5.5",
27
- "@octo-cyber/task": "^0.5.1"
26
+ "@octo-cyber/auth": "^0.5.6",
27
+ "@octo-cyber/task": "^0.5.2"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^19.0.0",
@@ -37,7 +37,7 @@
37
37
  "@tanstack/react-table": "^8.0.0",
38
38
  "zod": "^3.0.0",
39
39
  "sonner": "^2.0.0",
40
- "@octo-cyber/ui": "^0.5.1"
40
+ "@octo-cyber/ui": "^0.5.2"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "@octo-cyber/ui": {
@@ -84,6 +84,9 @@
84
84
  "dist",
85
85
  "web"
86
86
  ],
87
+ "publishConfig": {
88
+ "registry": "https://registry.npmjs.org/"
89
+ },
87
90
  "license": "MIT",
88
91
  "scripts": {
89
92
  "build": "tsc -p tsconfig.build.json",
@@ -1,4 +1,15 @@
1
1
  {
2
+ "nav": {
3
+ "aiTools": {
4
+ "title": "AI Tools",
5
+ "description": "Local AI CLI tools management",
6
+ "pages": {
7
+ "tools": "CLI Tools",
8
+ "workspaces": "Workspaces",
9
+ "skills": "Skills"
10
+ }
11
+ }
12
+ },
2
13
  "aiCli": {
3
14
  "title": "AI CLI Tools",
4
15
  "description": "Manage local AI tools (Claude, Gemini, Codex, Antigravity) status and testing",
@@ -1,4 +1,15 @@
1
1
  {
2
+ "nav": {
3
+ "aiTools": {
4
+ "title": "AI 工具",
5
+ "description": "本地 AI CLI 工具管理",
6
+ "pages": {
7
+ "tools": "CLI 工具",
8
+ "workspaces": "工作空间",
9
+ "skills": "技能管理"
10
+ }
11
+ }
12
+ },
2
13
  "aiCli": {
3
14
  "title": "AI CLI 工具",
4
15
  "description": "管理本地 AI 工具(Claude、Gemini、Codex、Antigravity)的状态和测试",