@elizaos/cli 1.0.0 → 1.0.1

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.
@@ -138,11 +138,7 @@ Plugin: ${name}`);
138
138
  handleError(error);
139
139
  }
140
140
  });
141
- plugins.command("add").alias("install").description("Add a plugin to the project").argument("<plugin>", 'plugins name (e.g., "abc", "plugin-abc", "elizaos/plugin-abc")').option("-n, --no-env-prompt", "Skip prompting for environment variables").option(
142
- "-b, --branch <branchName>",
143
- "Branch to install from when using monorepo source",
144
- "main"
145
- ).option("-T, --tag <tagname>", "Specify a tag to install (e.g., beta)").action(async (pluginArg, opts) => {
141
+ plugins.command("add").alias("install").description("Add a plugin to the project").argument("<plugin>", 'plugins name (e.g., "abc", "plugin-abc", "elizaos/plugin-abc")').option("-n, --no-env-prompt", "Skip prompting for environment variables").option("-b, --branch <branchName>", "Branch to install from when using monorepo source", "main").option("-T, --tag <tagname>", "Specify a tag to install (e.g., beta)").action(async (pluginArg, opts) => {
146
142
  const cwd = process.cwd();
147
143
  const directoryInfo = detectDirectoryType(cwd);
148
144
  if (!directoryInfo.hasPackageJson) {
@@ -7,7 +7,7 @@ import {
7
7
  normalizePluginNameForDisplay,
8
8
  plugins,
9
9
  pluginsCommand
10
- } from "../chunk-MVWWKTRI.js";
10
+ } from "../chunk-QPXAVEMR.js";
11
11
  import "../chunk-F3WZNGHX.js";
12
12
  import "../chunk-XF2FQZM2.js";
13
13
  import "../chunk-5J7S2CSH.js";
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  } from "./chunk-PJJS5DFB.js";
25
25
  import {
26
26
  plugins
27
- } from "./chunk-MVWWKTRI.js";
27
+ } from "./chunk-QPXAVEMR.js";
28
28
  import {
29
29
  publish
30
30
  } from "./chunk-QC5MM66L.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "elizaOS CLI - Manage your AI agents and plugins",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -73,13 +73,13 @@
73
73
  "vitest": "^1.3.1",
74
74
  "yoctocolors": "^2.1.1"
75
75
  },
76
- "gitHead": "b315ad294cec3ae8a0f5e9f2fa792523a67cbfe7",
76
+ "gitHead": "990909cd4fc651f0242b346b05680a88264876be",
77
77
  "dependencies": {
78
78
  "@electric-sql/pglite": "^0.2.17",
79
- "@elizaos/core": "^1.0.0",
80
- "@elizaos/plugin-local-ai": "^1.0.0-beta",
81
- "@elizaos/plugin-openai": "^1.0.0-beta",
82
- "@elizaos/plugin-sql": "^1.0.0",
79
+ "@elizaos/core": "^1.0.1",
80
+ "@elizaos/plugin-local-ai": "^1.0.0",
81
+ "@elizaos/plugin-openai": "^1.0.0",
82
+ "@elizaos/plugin-sql": "^1.0.1",
83
83
  "@noble/curves": "^1.6.0",
84
84
  "@types/express": "^5.0.2",
85
85
  "@types/multer": "^1.4.12",
Binary file