@hibanacloud/cli 0.3.15 → 0.3.17

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 (50) hide show
  1. package/dist/package.json +6 -4
  2. package/dist/src/commands/extensions.js +1 -1
  3. package/dist/src/commands/extensions.js.map +1 -1
  4. package/dist/src/generated/git-commit.d.ts +1 -1
  5. package/dist/src/generated/git-commit.js +1 -1
  6. package/dist/src/i18n/locales/en.js +2 -2
  7. package/dist/src/i18n/locales/zh.js +5 -5
  8. package/dist/src/ui/IdeIntegrationNudge.js +1 -1
  9. package/dist/src/ui/IdeIntegrationNudge.js.map +1 -1
  10. package/dist/src/ui/auth/AuthDialog.js +1 -1
  11. package/dist/src/ui/auth/AuthDialog.js.map +1 -1
  12. package/dist/src/ui/commands/docsCommand.js +1 -1
  13. package/dist/src/ui/commands/docsCommand.js.map +1 -1
  14. package/dist/src/ui/commands/helpCommand.js +1 -1
  15. package/dist/src/ui/commands/helpCommand.js.map +1 -1
  16. package/dist/src/ui/commands/ideCommand.js +1 -1
  17. package/dist/src/ui/commands/ideCommand.js.map +1 -1
  18. package/dist/src/ui/commands/initCommand.js +1 -1
  19. package/dist/src/ui/commands/initCommand.js.map +1 -1
  20. package/dist/src/ui/commands/settingsCommand.js +1 -1
  21. package/dist/src/ui/commands/settingsCommand.js.map +1 -1
  22. package/dist/src/ui/commands/toolsCommand.js +1 -1
  23. package/dist/src/ui/commands/toolsCommand.js.map +1 -1
  24. package/dist/src/ui/components/FolderTrustDialog.js +1 -1
  25. package/dist/src/ui/components/FolderTrustDialog.js.map +1 -1
  26. package/dist/src/ui/components/FolderTrustDialog.test.js +2 -2
  27. package/dist/src/ui/components/FolderTrustDialog.test.js.map +1 -1
  28. package/dist/src/ui/components/HistoryItemDisplay.test.js +1 -1
  29. package/dist/src/ui/components/HistoryItemDisplay.test.js.map +1 -1
  30. package/dist/src/ui/components/SettingsDialog.js +1 -1
  31. package/dist/src/ui/components/SettingsDialog.js.map +1 -1
  32. package/dist/src/ui/components/SettingsDialog.test.js +1 -1
  33. package/dist/src/ui/components/SettingsDialog.test.js.map +1 -1
  34. package/dist/src/ui/components/Tips.js +1 -1
  35. package/dist/src/ui/components/Tips.js.map +1 -1
  36. package/dist/src/ui/components/WorkspaceMigrationDialog.js +1 -1
  37. package/dist/src/ui/components/WorkspaceMigrationDialog.js.map +1 -1
  38. package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js +1 -1
  39. package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js.map +1 -1
  40. package/dist/src/ui/components/views/ToolsList.js +1 -1
  41. package/dist/src/ui/components/views/ToolsList.js.map +1 -1
  42. package/dist/src/ui/models/availableModels.js +1 -1
  43. package/dist/src/ui/models/availableModels.js.map +1 -1
  44. package/dist/src/ui/utils/updateCheck.js +2 -2
  45. package/dist/src/ui/utils/updateCheck.js.map +1 -1
  46. package/dist/src/utils/userStartupWarnings.js +2 -2
  47. package/dist/src/utils/userStartupWarnings.js.map +1 -1
  48. package/dist/src/zed-integration/schema.d.ts +1332 -1332
  49. package/dist/tsconfig.tsbuildinfo +1 -1
  50. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hibanacloud/cli",
3
- "version": "0.3.15",
3
+ "version": "0.3.17",
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/ai-masters-community/hibana:0.3.15"
50
+ "sandboxImageUri": "ghcr.io/hibanacloud/hibana:0.3.17"
51
51
  },
52
52
  "dependencies": {
53
53
  "@google/genai": "1.16.0",
54
54
  "@iarna/toml": "^2.2.5",
55
- "@hibanacloud/core": "^0.3.15",
55
+ "@hibanacloud/core": "^0.3.17",
56
56
  "@modelcontextprotocol/sdk": "^1.15.1",
57
57
  "@types/update-notifier": "^6.0.8",
58
58
  "ansi-regex": "^6.2.2",
@@ -70,6 +70,7 @@
70
70
  "ink-spinner": "^5.0.0",
71
71
  "lowlight": "^3.3.0",
72
72
  "open": "^10.1.2",
73
+ "punycode": "^2.3.1",
73
74
  "qrcode-terminal": "^0.12.0",
74
75
  "react": "^19.1.0",
75
76
  "read-package-up": "^11.0.0",
@@ -79,6 +80,7 @@
79
80
  "strip-ansi": "^7.1.0",
80
81
  "strip-json-comments": "^3.1.1",
81
82
  "tar": "^7.5.1",
83
+ "tiktoken": "^1.0.21",
82
84
  "undici": "^7.10.0",
83
85
  "extract-zip": "^2.0.1",
84
86
  "update-notifier": "^7.3.1",
@@ -88,7 +90,7 @@
88
90
  },
89
91
  "devDependencies": {
90
92
  "@babel/runtime": "^7.27.6",
91
- "@hibanacloud/test-utils": "^0.3.15",
93
+ "@hibanacloud/test-utils": "^0.3.17",
92
94
  "@testing-library/react": "^16.3.0",
93
95
  "@types/archiver": "^6.0.3",
94
96
  "@types/command-exists": "^1.2.3",