@octo-cyber/ai 0.5.2 → 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 +8 -5
- package/web/manifest.ts +5 -5
- package/web/messages/en-US.json +11 -0
- package/web/messages/zh-CN.json +11 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octo-cyber/ai",
|
|
3
|
-
"version": "0.5.
|
|
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",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@octo-cyber/core": "^0.5.
|
|
26
|
-
"@octo-cyber/auth": "^0.5.
|
|
27
|
-
"@octo-cyber/task": "^0.5.
|
|
25
|
+
"@octo-cyber/core": "^0.5.4",
|
|
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.
|
|
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",
|
package/web/manifest.ts
CHANGED
|
@@ -5,11 +5,11 @@ export const aiFrontendManifest: IFrontendManifest = {
|
|
|
5
5
|
icon: 'Terminal',
|
|
6
6
|
color: 'cyan',
|
|
7
7
|
position: 'main',
|
|
8
|
-
titleKey: '
|
|
9
|
-
descriptionKey: '
|
|
8
|
+
titleKey: 'aiTools.title',
|
|
9
|
+
descriptionKey: 'aiTools.description',
|
|
10
10
|
pages: [
|
|
11
|
-
{ path: '/ai-tools', titleKey: '
|
|
12
|
-
{ path: '/ai-tools/workspaces', titleKey: '
|
|
13
|
-
{ path: '/ai-tools/skills', titleKey: '
|
|
11
|
+
{ path: '/ai-tools', titleKey: 'aiTools.pages.tools', icon: 'Terminal', component: '@octo-cyber/ai/web/pages/AiCliToolsPage' },
|
|
12
|
+
{ path: '/ai-tools/workspaces', titleKey: 'aiTools.pages.workspaces', icon: 'Terminal', component: '@octo-cyber/ai/web/pages/WorkspacesPage' },
|
|
13
|
+
{ path: '/ai-tools/skills', titleKey: 'aiTools.pages.skills', icon: 'Sparkles', component: '@octo-cyber/ai/web/pages/SkillsPage' },
|
|
14
14
|
],
|
|
15
15
|
};
|
package/web/messages/en-US.json
CHANGED
|
@@ -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",
|
package/web/messages/zh-CN.json
CHANGED
|
@@ -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)的状态和测试",
|