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
fix(plugin-install): save installed plugins to config
The plugin-install command now saves installed plugins to the AIPM config
file (.aipm/config.json), making them available for sync and uninstall
operations.
This fixes the broken workflow where:
- Plugins installed with 'aipm plugin install' weren't tracked in config
- 'aipm sync' couldn't find them (reads from config.plugins)
- 'aipm uninstall' would fail (checks if plugin exists in config)
Also made AIPM config required for plugin-install (not optional) and added
a check to prevent re-installing already-installed plugins.
0 commit comments