You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add module management and installation capabilities
- Implemented a new module manager to handle module definitions and installations.
- Added built-in module definitions for NapCat and an example adapter.
- Introduced a resolver for download mirrors with fallback mechanisms.
- Enhanced the exec runner to support environment variables during command execution.
- Added prerequisite checks in the installation script to ensure required tools are available.
- Implemented retry logic for git operations with configurable backoff.
- Created tests for module installation, mirror resolution, and command execution.
- Improved logging for better visibility during module installation and execution.
0 commit comments