@elizaos/cli 1.1.7-beta.3 → 1.1.8

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 CHANGED
@@ -4598,12 +4598,10 @@ async function startAgents(options) {
4598
4598
  currentDir = path22.dirname(currentDir);
4599
4599
  }
4600
4600
  }
4601
- logger18.debug(`[CLI] Resolved client dist path: ${cliDistPath}`);
4602
4601
  const server = new AgentServer();
4603
4602
  await server.initialize({
4604
4603
  dataDir: pgliteDataDir,
4605
- postgresUrl: postgresUrl || void 0,
4606
- clientPath: cliDistPath
4604
+ postgresUrl: postgresUrl || void 0
4607
4605
  });
4608
4606
  server.startAgent = (character) => startAgent(character, server);
4609
4607
  server.stopAgent = (runtime) => stopAgent(runtime, server);
@@ -28,10 +28,10 @@
28
28
  "dist"
29
29
  ],
30
30
  "dependencies": {
31
- "@elizaos/cli": "1.1.7-beta.1",
32
- "@elizaos/core": "1.1.7-beta.1",
33
- "@elizaos/plugin-bootstrap": "1.1.7-beta.1",
34
- "@elizaos/plugin-sql": "1.1.7-beta.1",
31
+ "@elizaos/cli": "1.1.8",
32
+ "@elizaos/core": "1.1.8",
33
+ "@elizaos/plugin-bootstrap": "1.1.8",
34
+ "@elizaos/plugin-sql": "1.1.8",
35
35
  "@tanstack/react-query": "^5.29.0",
36
36
  "clsx": "^2.1.1",
37
37
  "react": "^18.3.1",
@@ -33,10 +33,10 @@
33
33
  "GUIDE.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@elizaos/cli": "1.1.7-beta.1",
37
- "@elizaos/core": "1.1.7-beta.1",
36
+ "@elizaos/cli": "1.1.8",
37
+ "@elizaos/core": "1.1.8",
38
38
  "@elizaos/plugin-redpill": "1.0.3",
39
- "@elizaos/plugin-sql": "1.1.7-beta.1",
39
+ "@elizaos/plugin-sql": "1.1.8",
40
40
  "@phala/dstack-sdk": "0.1.11",
41
41
  "@solana/web3.js": "1.98.2",
42
42
  "viem": "2.30.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/cli",
3
- "version": "1.1.7-beta.3",
3
+ "version": "1.1.8",
4
4
  "description": "elizaOS CLI - Manage your AI agents and plugins",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -69,14 +69,14 @@
69
69
  "typescript": "5.8.3",
70
70
  "vite": "^6.3.5"
71
71
  },
72
- "gitHead": "facef898b0a4f84f86ac115448661f12438ef72d",
72
+ "gitHead": "9cead39b49d63ad57bcdb25cb730656b8948a84b",
73
73
  "dependencies": {
74
74
  "@anthropic-ai/claude-code": "^1.0.35",
75
75
  "@anthropic-ai/sdk": "^0.54.0",
76
76
  "@clack/prompts": "^0.11.0",
77
- "@elizaos/core": "^1.1.7-beta.3",
78
- "@elizaos/plugin-sql": "^1.1.7-beta.3",
79
- "@elizaos/server": "^1.1.7-beta.3",
77
+ "@elizaos/core": "1.1.8",
78
+ "@elizaos/plugin-sql": "1.1.8",
79
+ "@elizaos/server": "1.1.8",
80
80
  "bun": "^1.2.17",
81
81
  "chalk": "^5.3.0",
82
82
  "chokidar": "^4.0.3",
@@ -28,10 +28,10 @@
28
28
  "dist"
29
29
  ],
30
30
  "dependencies": {
31
- "@elizaos/cli": "1.1.7-beta.1",
32
- "@elizaos/core": "1.1.7-beta.1",
33
- "@elizaos/plugin-bootstrap": "1.1.7-beta.1",
34
- "@elizaos/plugin-sql": "1.1.7-beta.1",
31
+ "@elizaos/cli": "1.1.8",
32
+ "@elizaos/core": "1.1.8",
33
+ "@elizaos/plugin-bootstrap": "1.1.8",
34
+ "@elizaos/plugin-sql": "1.1.8",
35
35
  "@tanstack/react-query": "^5.29.0",
36
36
  "clsx": "^2.1.1",
37
37
  "react": "^18.3.1",
@@ -33,10 +33,10 @@
33
33
  "GUIDE.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@elizaos/cli": "1.1.7-beta.1",
37
- "@elizaos/core": "1.1.7-beta.1",
36
+ "@elizaos/cli": "1.1.8",
37
+ "@elizaos/core": "1.1.8",
38
38
  "@elizaos/plugin-redpill": "1.0.3",
39
- "@elizaos/plugin-sql": "1.1.7-beta.1",
39
+ "@elizaos/plugin-sql": "1.1.8",
40
40
  "@phala/dstack-sdk": "0.1.11",
41
41
  "@solana/web3.js": "1.98.2",
42
42
  "viem": "2.30.1",