Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugin import from plugin registry #3610

Open
royalnine opened this issue Feb 20, 2025 · 1 comment
Open

Fix plugin import from plugin registry #3610

royalnine opened this issue Feb 20, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@royalnine
Copy link
Contributor

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

  1. npx elizaos plugins add @elizaos-plugins/plugin-compass
  2. pnpm run build
  3. add @elizaos-plugins/plugin-compass to character file
  4. [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

@royalnine royalnine added the bug Something isn't working label Feb 20, 2025
@royalnine
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant