@hibanacloud/cli 0.3.16 → 0.3.18
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/dist/package.json +4 -4
- package/dist/src/commands/extensions.js +1 -1
- package/dist/src/commands/extensions.js.map +1 -1
- package/dist/src/generated/git-commit.d.ts +2 -2
- package/dist/src/generated/git-commit.js +2 -2
- package/dist/src/i18n/locales/en.js +2 -2
- package/dist/src/i18n/locales/zh.js +5 -5
- package/dist/src/ui/IdeIntegrationNudge.js +1 -1
- package/dist/src/ui/IdeIntegrationNudge.js.map +1 -1
- package/dist/src/ui/auth/AuthDialog.js +1 -1
- package/dist/src/ui/auth/AuthDialog.js.map +1 -1
- package/dist/src/ui/commands/docsCommand.js +1 -1
- package/dist/src/ui/commands/docsCommand.js.map +1 -1
- package/dist/src/ui/commands/helpCommand.js +1 -1
- package/dist/src/ui/commands/helpCommand.js.map +1 -1
- package/dist/src/ui/commands/ideCommand.js +1 -1
- package/dist/src/ui/commands/ideCommand.js.map +1 -1
- package/dist/src/ui/commands/initCommand.js +1 -1
- package/dist/src/ui/commands/initCommand.js.map +1 -1
- package/dist/src/ui/commands/settingsCommand.js +1 -1
- package/dist/src/ui/commands/settingsCommand.js.map +1 -1
- package/dist/src/ui/commands/toolsCommand.js +1 -1
- package/dist/src/ui/commands/toolsCommand.js.map +1 -1
- package/dist/src/ui/components/FolderTrustDialog.js +1 -1
- package/dist/src/ui/components/FolderTrustDialog.js.map +1 -1
- package/dist/src/ui/components/FolderTrustDialog.test.js +2 -2
- package/dist/src/ui/components/FolderTrustDialog.test.js.map +1 -1
- package/dist/src/ui/components/HistoryItemDisplay.test.js +1 -1
- package/dist/src/ui/components/HistoryItemDisplay.test.js.map +1 -1
- package/dist/src/ui/components/SettingsDialog.js +1 -1
- package/dist/src/ui/components/SettingsDialog.js.map +1 -1
- package/dist/src/ui/components/SettingsDialog.test.js +1 -1
- package/dist/src/ui/components/SettingsDialog.test.js.map +1 -1
- package/dist/src/ui/components/Tips.js +1 -1
- package/dist/src/ui/components/Tips.js.map +1 -1
- package/dist/src/ui/components/WorkspaceMigrationDialog.js +1 -1
- package/dist/src/ui/components/WorkspaceMigrationDialog.js.map +1 -1
- package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js +1 -1
- package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js.map +1 -1
- package/dist/src/ui/components/views/ToolsList.js +1 -1
- package/dist/src/ui/components/views/ToolsList.js.map +1 -1
- package/dist/src/ui/models/availableModels.js +1 -1
- package/dist/src/ui/models/availableModels.js.map +1 -1
- package/dist/src/ui/utils/updateCheck.js +2 -2
- package/dist/src/ui/utils/updateCheck.js.map +1 -1
- package/dist/src/utils/userStartupWarnings.js +2 -2
- package/dist/src/utils/userStartupWarnings.js.map +1 -1
- package/dist/src/zed-integration/schema.d.ts +1262 -1262
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hibanacloud/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"description": "AI-powered CLI tool for development workflows",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Hibana Cloud",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"dist"
|
|
48
48
|
],
|
|
49
49
|
"config": {
|
|
50
|
-
"sandboxImageUri": "ghcr.io/hibanacloud/hibana:0.3.
|
|
50
|
+
"sandboxImageUri": "ghcr.io/hibanacloud/hibana:0.3.18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@google/genai": "1.16.0",
|
|
54
54
|
"@iarna/toml": "^2.2.5",
|
|
55
|
-
"@hibanacloud/core": "^0.3.
|
|
55
|
+
"@hibanacloud/core": "^0.3.18",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
57
57
|
"@types/update-notifier": "^6.0.8",
|
|
58
58
|
"ansi-regex": "^6.2.2",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@babel/runtime": "^7.27.6",
|
|
93
|
-
"@hibanacloud/test-utils": "^0.3.
|
|
93
|
+
"@hibanacloud/test-utils": "^0.3.18",
|
|
94
94
|
"@testing-library/react": "^16.3.0",
|
|
95
95
|
"@types/archiver": "^6.0.3",
|
|
96
96
|
"@types/command-exists": "^1.2.3",
|