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
NPM Installations: Fixed a critical bug where TUI automatic registration would fail for users installing the plugin via npm due to incorrect internal paths in package.json exports and TUI registration hooks.
Dynamic Path Resolution:autoRegisterTui now intelligently detects whether it's running via node_modules (NPM) or locally from the plugins/ directory, registering the correct module path.
Documentation
Updated README.md and architecture documentation to accurately reflect the new module layout where helper files live inside the src/lib/ directory.
Fixed outdated file path references in Contributing guidelines and changelogs.
Clarified instructions for local development and repository linking.