@elizaos/cli 1.0.10 → 1.0.12
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/README.md +4 -4
- package/dist/assets/{index-DDQnwxzL.js → index-CtxA4ev_.js} +32568 -31589
- package/dist/assets/{index-DDQnwxzL.js.map → index-CtxA4ev_.js.map} +1 -1
- package/dist/assets/{index-CmuPnu0u.js → index-xhCgCbS4.js} +2 -2
- package/dist/assets/index-xhCgCbS4.js.br +0 -0
- package/dist/assets/{index-CmuPnu0u.js.map → index-xhCgCbS4.js.map} +1 -1
- package/dist/assets/vendor-DSdxb8P-.js.map +1 -1
- package/dist/chunk-AQ6OMR2A.js +14 -0
- package/dist/chunk-KB3JDWUI.js +106 -0
- package/dist/{chunk-GWQB7PBK.js → chunk-PYMK3ECE.js} +44 -18
- package/dist/chunk-Y76S7TNK.js +5372 -0
- package/dist/{chunk-B4KJXECB.js → chunk-YDVNTQX3.js} +6 -6
- package/dist/commands/agent/actions/index.js +3 -3
- package/dist/commands/agent/index.js +3 -3
- package/dist/commands/create/actions/index.js +4 -4
- package/dist/commands/create/index.js +5 -5
- package/dist/commands/shared/index.js +1 -1
- package/dist/index.html +1 -1
- package/dist/index.js +344 -7703
- package/dist/migrator-UQ4XFYE5.js +744 -0
- package/dist/{plugin-creator-T4K2673C.js → plugin-creator-TLQLTQIB.js} +8 -11
- package/dist/{registry-CBMRMYCG.js → registry-7PBDJL64.js} +3 -3
- package/dist/templates/plugin-starter/bunfig.toml +5 -1
- package/dist/templates/plugin-starter/package.json +6 -8
- package/dist/templates/plugin-starter/scripts/install-test-deps.js +50 -0
- package/dist/templates/plugin-starter/src/index.ts +1 -1
- package/dist/templates/project-starter/bunfig.toml +13 -1
- package/dist/templates/project-starter/package.json +16 -20
- package/dist/templates/project-starter/scripts/install-test-deps.js +51 -0
- package/dist/templates/project-starter/src/__tests__/config.test.ts +9 -9
- package/dist/templates/project-starter/src/__tests__/error-handling.test.ts +11 -11
- package/dist/templates/project-starter/src/__tests__/events.test.ts +6 -6
- package/dist/templates/project-starter/src/__tests__/integration.test.ts +11 -11
- package/dist/templates/project-starter/src/__tests__/routes.test.ts +2 -2
- package/dist/templates/project-tee-starter/__tests__/env.test.ts +10 -6
- package/dist/templates/project-tee-starter/bunfig.toml +13 -1
- package/dist/templates/project-tee-starter/e2e/project.test.ts +1 -1
- package/dist/templates/project-tee-starter/e2e/starter-plugin.test.ts +1 -1
- package/dist/templates/project-tee-starter/package.json +3 -3
- package/dist/{utils-TIALZU53.js → utils-WRGBZBAJ.js} +9 -3
- package/package.json +28 -56
- package/templates/plugin-starter/bunfig.toml +5 -1
- package/templates/plugin-starter/package.json +6 -8
- package/templates/plugin-starter/scripts/install-test-deps.js +50 -0
- package/templates/plugin-starter/src/index.ts +1 -1
- package/templates/project-starter/bunfig.toml +13 -1
- package/templates/project-starter/package.json +16 -20
- package/templates/project-starter/scripts/install-test-deps.js +51 -0
- package/templates/project-starter/src/__tests__/config.test.ts +9 -9
- package/templates/project-starter/src/__tests__/error-handling.test.ts +11 -11
- package/templates/project-starter/src/__tests__/events.test.ts +6 -6
- package/templates/project-starter/src/__tests__/integration.test.ts +11 -11
- package/templates/project-starter/src/__tests__/routes.test.ts +2 -2
- package/templates/project-tee-starter/__tests__/env.test.ts +10 -6
- package/templates/project-tee-starter/bunfig.toml +13 -1
- package/templates/project-tee-starter/e2e/project.test.ts +1 -1
- package/templates/project-tee-starter/e2e/starter-plugin.test.ts +1 -1
- package/templates/project-tee-starter/package.json +3 -3
- package/dist/assets/index-CmuPnu0u.js.br +0 -0
- package/dist/chunk-2GXSCVA2.js +0 -2057
- package/dist/chunk-567UPUC7.js +0 -52
- package/dist/chunk-7HYEGM5V.js +0 -11098
- package/dist/chunk-LQ6XHF53.js +0 -19487
- package/dist/chunk-WS4DWCDZ.js +0 -892
- package/dist/fileFromPath-KB6XMTJ4.js +0 -133
- package/dist/migrator-JREQPDN3.js +0 -7523
- package/dist/pglite.data +0 -0
- package/dist/pglite.wasm +0 -0
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Start the project or plugin in development mode with auto-rebuild, detailed logg
|
|
|
79
79
|
|
|
80
80
|
- **Options:**
|
|
81
81
|
- `-c, --configure`: Reconfigure services and AI models (skips using saved configuration)
|
|
82
|
-
-
|
|
82
|
+
- `--character [paths...]`: Character file(s) to use - accepts paths or URLs
|
|
83
83
|
- `-b, --build`: Build the project before starting
|
|
84
84
|
- `-p, --port <port>`: Port to listen on
|
|
85
85
|
|
|
@@ -211,7 +211,7 @@ Publish a plugin to the registry.
|
|
|
211
211
|
- **Options:**
|
|
212
212
|
- `-t, --test`: Test publish process without making changes
|
|
213
213
|
- `--npm`: Publish to npm instead of GitHub
|
|
214
|
-
-
|
|
214
|
+
- `--skip-registry`: Skip publishing to the registry
|
|
215
215
|
- `-d, --dry-run`: Generate registry files locally without publishing
|
|
216
216
|
|
|
217
217
|
**Default behavior:**
|
|
@@ -243,7 +243,7 @@ Start the Eliza agent with configurable plugins and services.
|
|
|
243
243
|
|
|
244
244
|
- **Options:**
|
|
245
245
|
- `-c, --configure`: Force reconfiguration of services and AI models (bypasses saved configuration)
|
|
246
|
-
-
|
|
246
|
+
- `--character [paths...]`: Character file(s) to use - accepts paths or URLs
|
|
247
247
|
- `-b, --build`: Build the project before starting
|
|
248
248
|
- `-p, --port <port>`: Port to listen on (default: 3000)
|
|
249
249
|
|
|
@@ -505,7 +505,7 @@ Update ElizaOS CLI and project dependencies to the latest versions.
|
|
|
505
505
|
|
|
506
506
|
- **Options:**
|
|
507
507
|
- `-c, --check`: Check for available updates without applying them - shows what packages would be updated
|
|
508
|
-
-
|
|
508
|
+
- `--skip-build`: Skip building after updating
|
|
509
509
|
- `--cli`: Update only the global CLI installation (without updating packages)
|
|
510
510
|
- `--packages`: Update only packages (without updating the CLI)
|
|
511
511
|
|