Open
Description
Describe the bug
Importing plugins from the plugin registry doesn't work on develop. Due to the fact that the plugin names changed from @elizaos/plugin-<>
to @elizaos-plugins/plugin-<>
To Reproduce
npx elizaos plugins add @elizaos-plugins/plugin-compass
pnpm run build
- add
@elizaos-plugins/plugin-compass
to character file - [Optional], make this print the error stack:
elizaLogger.error(
`Failed to import plugin: ${plugin}`,
importError.stack || importError
);
Expected behavior
Plugin import should work on the new plugins from the plugin registry
Screenshots
Additional context
Activity