@hiveai/cli 0.4.1 → 0.4.2
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/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3328,7 +3328,7 @@ Next steps:
|
|
|
3328
3328
|
|
|
3329
3329
|
// src/index.ts
|
|
3330
3330
|
var program = new Command32();
|
|
3331
|
-
program.name("haive").description("hAIve \u2014 team-first persistent memory layer for AI coding agents").version("0.4.
|
|
3331
|
+
program.name("haive").description("hAIve \u2014 team-first persistent memory layer for AI coding agents").version("0.4.2");
|
|
3332
3332
|
registerInit(program);
|
|
3333
3333
|
registerMcp(program);
|
|
3334
3334
|
registerBriefing(program);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "hAIve CLI — manage shared AI memories from the terminal",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"LICENSE"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@hiveai/core": "^0.2
|
|
32
|
-
"@hiveai/mcp": "^0.2
|
|
31
|
+
"@hiveai/core": "^0.4.2",
|
|
32
|
+
"@hiveai/mcp": "^0.4.2",
|
|
33
33
|
"commander": "^12.1.0",
|
|
34
34
|
"ink": "^7.0.1",
|
|
35
35
|
"picocolors": "^1.1.1",
|
|
36
36
|
"react": "^19.2.5"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@hiveai/embeddings": "^0.
|
|
39
|
+
"@hiveai/embeddings": "^0.4.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependenciesMeta": {
|
|
42
42
|
"@hiveai/embeddings": {
|